NeDi Community

NeDi Software Specific => Discovery => Topic started by: AndyConnock on February 24, 2018, 06:37:56 am

Title: graphs not populating
Post by: AndyConnock on February 24, 2018, 06:37:56 am
well, i've searched the forum and can't figure out why my graphs aren't populating.
when i look in /var/nedi/rrd my devices are there tons of .rrd files in there and timestamps that are up to date.  they appear to be generating!
my rrdstep in nedi.conf is:  rrdstep 3600 and rrdsize 1000 (the defaults)
my crontab entry looks like this:

0 * * * *       /var/nedi/nedi.pl -Aall > /var/log/nedi/nedi-`date +\%H`.run 2>&1
0 0    * * *    /var/nedi/nedi.pl -v -b -Aall -SAF > /var/log/nedi/nedi-00.bup 2>&1

been running Nedi since 8-Feb.
any ideas?
Title: Re: graphs not populating
Post by: AndyConnock on February 28, 2018, 12:44:19 am
i might be answering my own question and a few days of discoveries will tell but i noticed the ownership permissions under  /var/nedi/rrd were not all set to www-data.www-data...

so i ran:  chown -R www-data.www-data /var/nedi

a couple hours ago (i do discoveries once per hour), and i'm starting to see entries.  we shall see.

anyone think i am on the right track?
Title: Re: graphs not populating
Post by: rickli on February 28, 2018, 11:16:19 am
I think so :)