Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Apologies if this thread has come up somewhere before, but I tried searching and couldn't find anything close enough to the problem I'm encountering. I'm wanting to create a CPU utilization graph using the Host MIB data source. I've been successful in creating one using ucd/net data sources but not Host MIB so far. After creating the data source through the web console, I go to create the graph by clicking on "Graph Management" under the "Management" section. When I go to view the graph, nothing shows up and then when I go to edit the graph under "Graph Management" I'm seeing the following error:
ERROR: opening '/usr/local/cacti-0.8.7g/rra/localhost_cpu_24.rrd': No such file or directory
Any reason why this file isn't being created? And yes, I've already checked that the rra directory has the correct permissions - it has read/write permissions for the cacti user. By the way, this cacti instance was installed on a RHEL6 server.
"Host MIB - CPU Utilization" template uses 'scripts/ss_host_cpu.php' to get information.
And this script uses the OID ".1.3.6.1.2.1.25.3.3.1" (hrProcessorTable),
but this OID seems to be not always supported for every devices.
So I'm guessing that means that this OID is supported by the device?
I found out that sometimes I have to manually create the RRD file by executing the command line code supplied by the data source debugging mode. However, even after the file is manually created, the poller is not updating the file every 5 minutes (so I'm getting NaN for all values).