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.
.SHOPTIONS
.TP
\fB\-c configfile\fR
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
\fB\-p pidfile\fR
Stores the daemon's process ID into the specified file.
.TP
\fB\-d none | graph[,graph] | all\fR
Logs more information about what \fBmonitorix\fP is doing internally. The keys reflect if the data collected must be displayed on each case. If \fBall\fP is defined, the data collected of all enabled graphs will be shown. If \fBnone\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.