Page 2 of 2

Re: nagios xi rrd files not being created

Posted: Tue Dec 13, 2016 5:48 pm
by rkennedy
In addition to what @tgriep mentioned, what is the output of the following?

Code: Select all

grep -R '' /etc/cron.d/
hmm?

Re: nagios xi rrd files not being created

Posted: Wed Dec 14, 2016 12:16 pm
by vuduops
Thank you that seems to have fixed the issue.Would you be able to share the details how you were able to debug the issue is with crond?

-Krishna

Re: nagios xi rrd files not being created

Posted: Wed Dec 14, 2016 12:58 pm
by tgriep
I was this message from the /var/log/cron file that lead me to believe the folder was missing or had the wrong permissions.

Code: Select all

Dec 13 21:38:01 nagios1 CROND[29872]: (CRON) ERROR chdir failed (/var/spool/nagios): No such file or directory
If you don't have any other questions, shall I mark this post as solved and lock it up?

Re: nagios xi rrd files not being created

Posted: Wed Dec 14, 2016 3:36 pm
by vuduops
yes please