The version is net-analyzer/cacti-0.8.6d.
Now I would like to graph the free memory of a tomcat server.
To accomplish this job I've created a simple jsp to get the row data, a shell script to call the jsp and I've configured the snmp daemon to call the script with a specified OID.
All the component are on the same server.
This is the output of snmpwalk:
Code: Select all
gcarlo@HOSTNAME gcarlo $ snmpwalk -v 1 -c COMMUNITY localhost .1.3.6.1.4.1.2021.255.101.3
UCD-SNMP-MIB::ucdavis.255.101.3 = STRING: "229217216"
Then I followed the tutorial "Graph a Single SNMP OID" from the Cacti's manual, I have the graph, but it is empty
Can someone help me?
Thanks in advance
Giancarlo