![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Hi Yaad,
It seems that the observium scripts are not correctly being called from /etc/cron.d/observium.
rrdtool relies on datapoints arriving roughly every 5 minutes, else it can't generate data. Running the poller manually will create rrd files, but not useful data. That's probably why you see -nan.
Check that your jobs are being run (look in /var/log/syslog, things run by cron wil have CRON in the program column)
adam. On 08/09/2015 08:09:23, Yaad Taieb introacc@hotmail.co.uk wrote: Hi all,
I went through the archive for 3 consecutive days, and tried the following steps there outlined. None of which has helped my situation.
Its run on: Ubuntu 14.04
All the dependencies have been downloaded as you can see:
imagemagick is already the newest version. mtr-tiny is already the newest version. php5-json is already the newest version. python-mysqldb is already the newest version. rrdtool is already the newest version. whois is already the newest version. fping is already the newest version. php5-mcrypt is already the newest version. graphviz is already the newest version. libapache2-mod-php5 is already the newest version. mysql-client is already the newest version. mysql-server is already the newest version. php-pear is already the newest version. php5-cli is already the newest version. php5-gd is already the newest version. php5-mysql is already the newest version. snmp is already the newest version. subversion is already the newest version. ipmitool is already the newest version.
Screenshots: php.config: http://i61.tinypic.com/99q72r.png apache2 000-default.conf: http://i59.tinypic.com/m8k7sx.png ./poller.php -h all -d: http://i59.tinypic.com/ok4k5h.png ./discovery.php -h all -d: http://i60.tinypic.com/2rwnbc7.png
This is what Observium actually looks like after following all the steps in the installation guide: http://i62.tinypic.com/14ndcw7.png
First time working with Ubuntu and php, well, first time working with everything that was outlined in the installation guide. So bear with me Thanks!