Help with Nagiosgraph

Scot Jenkins scotjenkins at gmail.com
Sun Nov 20 05:34:48 CET 2005


On 11/18/05, John C. Welch <johnwelch at kclife.com> wrote:
> Running .5, since I'm still on Nagios 1.2
>
> So everything looks right, but I'm not getting any data. I think the reason
> for this is that the RRD files aren't being created. Not sure why.
>
> There's never a file in /usr/local/nagios/nagiosgraph/rrd/, but I'm not sure
> why that's not happening.


Check ownership/permissions on the /usr/local/nagios/nagiosgraph/rrd
directory.  The user nagios is running as (typically "nagios") needs
write permission to that directory and the parent (nagiosgraph)
directory in order to write the nagiosgraph.log file.  The webserver
user needs to be able to read files in the rrd directory.

You might want to create a group "nagiosgraph" and add the nagios and
apache users to it, then set permissions as follows:

chown -R nagios:nagiosgraph /usr/local/nagios/nagiosgraph
chmod 775 /usr/local/nagios/nagiosgraph

Hope that helps.
Scot


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list