I have 3 web servers I would like to monitor with Cacti.
I installed SNMP on all 3 nodes and tested the configuration, everything works properly (i.e web3 192.168.0.30 check):
Now, I would like to monitor the network card interface as well the disks on each server.[root@web1 ~]# snmpwalk -v 1 -c private 192.168.0.30 .1.3.6.1.4.1.2021.100.2.0
UCD-SNMP-MIB::versionTag.0 = STRING: 5.3.2.2
I installed the better-cacti-templates made by Percona... but for some reason, they always read the local disk even if the query is properly set:
That is too bad because those templates look very well made. Do you know any other alternatives?/usr/bin/php -q /usr/share/cacti/scripts/ss_get_by_ssh.php --host 192.168.0.30 --type diskstats --items bj,bk,bn,bo --device sda2
I would need also some proper templates for the network interface cards. What do you recommend?
Thanks for your help.