Fixed a typo and added a missing man page.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent c399053ace
commit 1455066cd1
  1. 30
      man/striker-get-screenshots.8
  2. 2
      units/Makefile.am

@ -0,0 +1,30 @@
.\" Manpage for the Anvil! Striker dashboard screenshot collection tool
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions.
.TH striker-get-screenshots "8" "September 12 2023" "Anvil! Intelligent Availability™ Platform"
.SH NAME
striker-get-screenshots \- Tool used to collect screenshots from Anvil! subnodes and DR hosts
.SH SYNOPSIS
.B striker-get-screenshots
\fI\,<command> \/\fR[\fI\,options\/\fR]
.SH DESCRIPTION
striker-get-screenshots \- This uses the libvirtd API to collect screenshots from servers running on Anvil! subnodes and DR hosts. These are used to display periodic views into servers on the Striker dashboard.
.TP
.SH OPTIONS
.TP
\-?, \-h, \fB\-\-help\fR
Show this man page.
.TP
\fB\-\-log-secure\fR
When logging, record sensitive data, like passwords.
.TP
\-v, \-vv, \-vvv
Set the log level to 1, 2 or 3 respectively. Be aware that level 3 generates a significant amount of log data.
.SS "Commands:"
.TP
\fB\-\-job\-uuid\fR
This is the jobs -> job_uuid to execute. Generally this is only used by other programs.
.IP
.SH AUTHOR
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors.
.SH "REPORTING BUGS"
Report bugs to users@clusterlabs.org

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
servicedir = $(SYSTEMD_UNIT_DIR)
dist_service_DATA = \
anvil-daemon.service \
anvil-monitor-daemons \
anvil-monitor-daemons.service \
anvil-monitor-network.service \
anvil-monitor-performance.service \
anvil-safe-start.service \

Loading…
Cancel
Save