diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 737f15e..e723b7b 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -1199,85 +1199,75 @@ Default value: \fIr\fP .SS Devices interrupt activity (int.rrd) Only the limit and rigid values may be set here. .SS Monitoring the Internet traffic of LAN PCs, devices or whole networks -If your server acts as the gateway for a group of PCs, devices or even whole networks in your local LAN, you may want to know much Internet traffic each one is generating. +If your server acts as the gateway for a group of PCs, devices or even whole networks in your local LAN, you may want to know how much Internet traffic each one is generating. .P -This graph requires the \fIiptables\fP command on Linux systems, and the \fIipfw\fP command on FreeBSD and OpenBSD systems. +This graph requires the \fIiptables\fP command on GNU/Linux systems, and the \fIipfw\fP command on FreeBSD and OpenBSD systems. .P The following are the options you will need to configure to accomplish all of this. .P -.BI PC_LAN +.BI enabled .RS This option enables this feature. .P -Default value: \fIN\fP +Default value: \fIn\fP .RE .P -.BI PC_MAX +.BI max .RS -This is the number of LAN devices you want to monitor. There is no limit, but keep in mind that every time this number changes, Monitorix will resize its current \fIpc.rrd\fP file, removing all historical data. +This is the number of LAN devices you want to monitor. There is no limit, but keep in mind that every time this number changes, Monitorix will resize its current \fItraffacct.rrd\fP file, removing all historical data. .P Default value: \fI10\fP .RE .P -.BI PC_IMGS_PER_ROW +.BI graphs_per_row .RS If your horizontal screen resolution is pretty wide, you may want to increase the number of graphs that appear on each row. .P Default value: \fI2\fP .RE .P -.BI PC_LIST +.BI list .RS This is the list of names of PCs, LAN devices or whole networks that you want to monitor. The only requirement is that all they must utilize this server as their gateway. .P -If the names in this list are able to be resolved by a DNS query then you don't need to define the \fBPC_IP\fP list (below) with corresponding IP addresses. +If the names in this list are able to be resolved by a DNS query then you don't need to define the \fBdesc\fP list (below) with corresponding IP addresses, unless you want monthly reports. .P An example would be: .P .RS -our @PC_LIST = ( -.br - "pc8", -.br - "printer", -.br - "scanner", -.br - "lan3", -.br -); +list = pc8, printer, scanner, lan3 .RE .RE .P -.BI PC_IP +.BI desc .RS -This is the list of IP addresses and network masks corresponding to the entries defined in the \fBPC_LIST\fP. This list is only used when the those entries are not resolvable through a DNS query. +This is the list of IP addresses with network masks and email addresses corresponding to the entries defined in the \fBlist\fP. This option is only used when the those entries are not resolvable through a DNS query. .P An example would be: .P .RS -our @PC_IP = ( + .br - "192.168.1.108/32", + 0 = 192.168.1.101/32, ace@example.com .br - "192.168.1.122/32", + 1 = 192.168.1.102/32, gene@example.com .br - "192.168.1.203/32", + 2 = 192.168.1.103/32, paul@example.com .br - "192.168.2.0/24", + 3 = 192.168.1.104/32, peter@example.com .br -); + .SH COPYRIGHT -Copyright \(co 2005-2012 Jordi Sanfeliu +Copyright \(co 2005-2013 Jordi Sanfeliu .br Licensed under the GNU General Public License v2 (GPL). .SH SEE ALSO