mirror of https://github.com/mikaku/Monitorix.git
fixed to include the reference to the -u option either in the usage text and in the monitorix(8) man page
This commit is contained in:
parent
4f1aefb11c
commit
fb7d048d8f
|
@ -7,7 +7,7 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
monitorix - a lightweight system monitoring tool
|
monitorix - a lightweight system monitoring tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBmonitorix\fR \fB-c\fR configfile [\fB-p\fR pidfile] [\fB-d\fR none | graph[,graph] | all] [\fB-v\fR] [\fB-n\fR]
|
\fBmonitorix\fR \fB-c\fR configfile [\fB-p\fR pidfile] [\fB-d\fR none | graph[,graph] | all] [\fB-v\fR] [\fB-n\fR] [\fB-u\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This Perl daemon starts the main Monitorix process, which gathers statistics about the system it is running on and stores this information in a set of RRD files.
|
This Perl daemon starts the main Monitorix process, which gathers statistics about the system it is running on and stores this information in a set of RRD files.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
|
@ -112,7 +112,7 @@ sub daemonize {
|
||||||
|
|
||||||
sub usage {
|
sub usage {
|
||||||
print(STDERR << "EOF");
|
print(STDERR << "EOF");
|
||||||
Usage: monitorix -c configfile [-p pidfile] [-d none | graph[,graph] | all ] [-v] [-n]
|
Usage: monitorix -c configfile [-p pidfile] [-d none | graph[,graph] | all ] [-v] [-n] [-u]
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Reference in New Issue