nagios xi rrd files not being created

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: nagios xi rrd files not being created

Post by rkennedy »

In addition to what @tgriep mentioned, what is the output of the following?

Code: Select all

grep -R '' /etc/cron.d/
hmm?
Former Nagios Employee
vuduops
Posts: 81
Joined: Wed Sep 07, 2016 1:34 pm

Re: nagios xi rrd files not being created

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: nagios xi rrd files not being created

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
vuduops
Posts: 81
Joined: Wed Sep 07, 2016 1:34 pm

Re: nagios xi rrd files not being created

Post by vuduops »

yes please
Locked