/var/lib/mrtg/6.-.-.-_154.rrd does not exist, but it does

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
kotterbein
Posts: 87
Joined: Fri Aug 10, 2012 8:15 am

Re: /var/lib/mrtg/6.-.-.-_154.rrd does not exist, but it doe

Post by kotterbein »

ls -l /tmp/rrd.journal*
ls: /tmp/rrd.journal*: No such file or directory

Code: Select all

[ ~]$ cat /etc/sysconfig/rrdcached
# Settings for rrdcached
#OPTIONS="-l unix:/var/rrdtool/rrdcached/rrdcached.sock -s rrdcached -m 664 -b /var/rrdtool/rrdcached"
#RRDC_USER=rrdcached
#OPTIONS="-l unix:/var/rrdtool/rrdcached/rrdcached.sock -F -s nagios -m 0660 -w 900 -z 90 -j /tmp/ -b /var/rrdtool/rrdcached -P FLUSH,PENDING"
#RRDC_USER=nagios
OPTIONS="-s nagios -m 0660 -l unix:/var/rrdtool/rrdcached/rrdcached.sock -F -w 900 -z 90 -j /tmp/ -b /var/rrdtool/rrdcached -P FLUSH,PENDING"
RRDC_USER=nagios
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: /var/lib/mrtg/6.-.-.-_154.rrd does not exist, but it doe

Post by slansing »

Have you tried to re-initialize RRDCACHED and then see if the config's get flushed properly?

Code: Select all

service rrdcached restart
Locked