Search found 2 matches

by bajinganindy2
Wed Jun 06, 2012 9:04 am
Forum: Open Source Nagios Projects
Topic: supervisord can't start nagiosapi after reboot
Replies: 2
Views: 970

Re: supervisord can't start nagiosapi after reboot

ok, i finally figured this out. Depending on how many servers you are monitoring, it might take some time for status.dat to be available upon restart. All I have to do is to wait until the file becomes available. I did so by adding startsecs option in my supervisor config file for the API. in my cas...
by bajinganindy2
Wed Jun 06, 2012 6:46 am
Forum: Open Source Nagios Projects
Topic: supervisord can't start nagiosapi after reboot
Replies: 2
Views: 970

supervisord can't start nagiosapi after reboot

I'm running debian. I have supervisord to start nagiosapi everytime the server starts. The API created a status dump file called status.dat, which will get updated periodically. The following is the conf file that starts the api. [program:nagapi] directory = /home/nagapi user = api command = /bin/ba...