djack
June 7, 2005, 12:25pm
1
My nagiostat gives error in the debug.log file:
!!ERROR: RRD-archive ‘/usr/local/nagios/var/befrs002-ping.rrd’ does not exist or is not writable by effective UID.
that am I doing wrong?
It’s a nagios 1.2 with mysql support on a suse 9.2 machine with rrdtool-1.0.49-2 rpm package installed.
luca
June 7, 2005, 3:28pm
2
depends form which user is configured to run nagiostat and to which user the file belongs… usually it’s nagios
Luca
djack
June 7, 2005, 3:35pm
3
it is the nagios users yes.
I did a chown nagios.nagios on the archive directory and a chmod 777 on that directory.
djack
June 8, 2005, 2:57pm
5
nope but when i pass the command from the command line as nagios user it creates the file … ?
however even then gives the webinterface an error:
luca
June 8, 2005, 3:02pm
6
If the file exists you still have an error? different kind of error or the same?
Ther file should be created fllowing the Graph_Template if it doesn’t exist…
Luca
djack
June 8, 2005, 3:18pm
7
if i create the rrd file via the command line the rrd file is create the there is no graph_template
djack
June 9, 2005, 9:50am
8
problems solved stupid me