TODO list
=========

- Add the possibility to list not only a unique monthly report for each LAN
  device defined, but a complete listing.

- Add the possibility to select between TCP and UDP when monitorizing network
  ports activity.

- Think an idea of how to solve the problem with All Host/All Graphs. Currently
  if you select such combination the All Graphs becomes as CPU load when using
  the Multihost feature.

- On FreeBSD the activity ports and system logs are NOT monitorized because
  Monitorix runs there as the "monitorix" user and it don't have enough
  permissions to create rules with ipfw. Probably I should use the suidperl
  package. Need to think how to solve this.

- Add a daily counting for the CUPS jobs in the Network Services graph.

- Add the ability to change the size of the graphs.

- Add the ability to change the order of the graphs. For example, first the network graphs and then the CPU graph.

- Add the ability to toggle results in network graphs between MBs and Mbs (MegaBytes/s and MegaBits/s).

- Support for Dovecot pop3 logs in /var/log/imap.

- Someone reported that it could be interesting to monitor the NTP (ntpq -p).

- It could be useful to have a way to monitor a remote server without having
  installed Apache there. One possibility would be the ability to include paths
  in the %SERVER_LIST, in order to reach those names on a mounted remote fs.

- It would be interesting to monitor the I/O of other disks

- Notes about Smartmontools implementation:
	smartctl -A /dev/hda | egrep Temperature_Celsius | cut -c86-
	smartctl -A /dev/hda | egrep Temperature_Celsius | awk '{print $10}'
	and with "Current Temperature" !!!

