Search found 5 matches
- Fri Nov 22, 2013 4:18 am
- Forum: Open Source Nagios Projects
- Topic: Random error 127 out of bounds
- Replies: 9
- Views: 4792
Re: Random error 127 out of bounds
Here is the conf I have # SERVICE CHECK TIMEOUT service_check_timeout=20 # HOST CHECK TIMEOUT host_check_timeout=5 # EVENT HANDLER TIMEOUT event_handler_timeout=50 # NOTIFICATION TIMEOUT notification_timeout=30 I tried to launch an apache test every seconds for a while but I can't get any error... i...
- Thu Nov 21, 2013 8:38 am
- Forum: Open Source Nagios Projects
- Topic: Random error 127 out of bounds
- Replies: 9
- Views: 4792
Re: Random error 127 out of bounds
I approve... So, in my conf (using Monarch) my APACHE check is in ACTIVE mode but it accepts also passive checks... which is quite useless I think. I will kick one of them... but the question is: which one to keep ? Active or passive ? EDIT : I disabled the passive script on all the machines. The ac...
- Wed Nov 20, 2013 3:11 am
- Forum: Open Source Nagios Projects
- Topic: Random error 127 out of bounds
- Replies: 9
- Views: 4792
Re: Random error 127 out of bounds
I think I found something. All the services which are returning 127 error have been configured with active AND passive checks :geek: (the guy who did this installation wanted to have double check) And they are hitting the same test script, for example, the APACHE service check is a simple echo php s...
- Tue Nov 19, 2013 1:43 am
- Forum: Open Source Nagios Projects
- Topic: Random error 127 out of bounds
- Replies: 9
- Views: 4792
Re: Random error 127 out of bounds
here is the check $USER1$/check_http -H $HOSTNAME$ -w 10 -t 15 -p 80 -s ALIVE -u /.test-nagios.php -e " 200 OK" and the service description define service { service_description APACHE use active host_name IMU344 check_command check-http } Our installation is quite big and we are mostly usi...
- Mon Nov 18, 2013 4:44 am
- Forum: Open Source Nagios Projects
- Topic: Random error 127 out of bounds
- Replies: 9
- Views: 4792
Random error 127 out of bounds
Hi all, I can't find the solution of this issue. I have some errors like this in my logs: [1383038181] SERVICE ALERT: IMU344;APACHE;CRITICAL;SOFT;1;(Return code of 127 is out of bounds - plugin may be missing) [1383038181] SERVICE EVENT HANDLER: IMU344;APACHE;CRITICAL;SOFT;1;restart-service [1383038...