New to observium and I have it up and running on a new Ubuntu 13.04 install.
Everything seems to be working and polling the one device that I have added.
However….
It seems that none of the graphs are being generated. “Error Drawing Graph” or “Draw Error” where the graphs should be.
I reviewed the e-mail archives for similar issues but nothing seems to fit.
When I run the poller manually I see a few errors related to the RRD directory and it looks like a permissions issue.
./poller.php -h all
Observium v0.13.8.4312
Poller
Starting polling run:
fw.redacted.local 1 asa (cisco)
Created directory : /opt/observium/rrd/fw. redacted.local
ERROR: creating '/opt/observium/rrd/fw. redacted.local/status.rrd': No such file or directory
ERROR: creating '/opt/observium/rrd/fw.redacted.local /ping.rrd': No such file or directory
ERROR: creating '/opt/observium/rrd/fw.redacted.local/ping_snmp.rrd': No such file or directory
Module [ unix-agent ] disabled globally.
Using SNMP Agent sysUpTime (10086692 seconds)
ERROR: creating '/opt/observium/rrd/fw.redacted.local/uptime.rrd': No such file or directory
Uptime: 116 days, 17h 51m 32s
The CHOWN (chown www-data.www-data graphs rrd )commands have been run per the install documentation and show up as this:
drwxr-xr-x 2 www-data www-data 4096 Aug 20 13:54 graphs
drwxr-xr-x 2 www-data www-data 4096 Aug 20 13:54 rrd
Thank you in advance for any assistance
-Peter