2012-10-22 15:26:37 +01:00
. \" Monitorix manpage.
2014-03-17 15:29:36 +00:00
. \" Copyright (C) 2005-2014 by Jordi Sanfeliu <jordi@fibranet.cat>
2012-10-22 15:26:37 +01:00
. \"
. \" This is the man page for the monitorix collector daemon.
. \"
2014-05-06 10:25:00 +01:00
.TH monitorix 8 "May 2014" 3 .5.1 "Monitorix collector daemon"
2012-10-22 15:26:37 +01:00
.SH NAME
2013-02-12 14:22:53 +00:00
monitorix - a lightweight system monitoring tool
2012-10-22 15:26:37 +01:00
.SH SYNOPSIS
2014-04-08 11:58:03 +01:00
\fB monitorix\fR \fB -c\fR configfile [\fB -p\fR pidfile] [\fB -d\fR none | graph[,graph] | all] [\fB -v\fR ] [\fB -n\fR ]
2012-10-22 15:26:37 +01:00
.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.
.SH OPTIONS
.TP
2013-02-12 14:22:53 +00:00
\fB \- c\fR \fI configfile\fR
2012-10-22 15:26:37 +01:00
The default location of the configuration file varies depending on the operating system:
.P
.RS
Linux: \fI /etc/monitorix.conf\fP
.br
FreeBSD: \fI /usr/local/etc/monitorix.conf\fP
.P
.RE
.TP
2013-02-12 14:22:53 +00:00
\fB \- p\fR \fI pidfile\fR
2012-10-22 15:26:37 +01:00
Stores the daemon's process ID into the specified file.
.TP
2013-03-15 06:56:28 +00:00
\fB \- d\fR none | graph[,graph] | all
2012-10-22 15:26:37 +01:00
Logs more information about what \fB monitorix\fP is doing internally. The keys reflect if the data collected must be displayed on each case. If \fB all\fP is defined, the data collected of all enabled graphs will be shown. If \fB none\fP is defined no data collected will be shown. Finally it is also possible to define a comma-separated list of graph names from which show their data collected.
.br
2013-01-09 11:44:43 +00:00
For a reference of all graph names check the option \fB graph_name\fP in the \fI monitorix.conf\fP configuration file.
2012-10-22 15:26:37 +01:00
.TP
\fB \- v\fR
Displays version information.
2014-04-08 11:58:03 +01:00
.TP
\fB \- n\fR
This argument will prevent Monitorix from daemonizing and force it to run in the foreground.
2012-10-22 15:26:37 +01:00
.SH SIGNALS
On receipt of a SIGHUP, \fB monitorix\fP will close and reopen its log file. This is useful in scripts which rotate and age log files.
.P
2013-01-09 11:44:43 +00:00
Note that the configuration file is not re-read.
2012-10-22 15:26:37 +01:00
.SH FILES
2013-02-12 14:22:53 +00:00
The following set of the files are created on every startup:
.TP 8
2013-01-31 13:44:06 +00:00
\fB <base_dir>/cgi/monitorix.conf.path\fP
2013-02-12 14:22:53 +00:00
Stores the path of \fI configfile\fP .
.TP 8
2013-01-31 13:44:06 +00:00
\fB <base_dir>/cgi/monitorix.hplog\fP
2013-03-15 06:56:28 +00:00
Stores the output of \fI hplog\fP command.
2013-02-12 14:22:53 +00:00
.TP 8
2013-01-09 11:44:43 +00:00
\fB <base_dir>/index.html\fP
2012-10-22 15:26:37 +01:00
HTML main page.
.SH AUTHOR
Monitorix is written by Jordi Sanfeliu <jordi@fibranet.cat>
.SH COPYRIGHT
2014-03-18 08:20:10 +00:00
Copyright \(co 2005-2014 Jordi Sanfeliu
2012-10-22 15:26:37 +01:00
.br
2013-02-18 14:31:11 +00:00
Licensed under the GNU General Public License version 2 (GPLv2).
2012-10-22 15:26:37 +01:00
.SH "SEE ALSO"
.BR monitorix.conf (5)