Search found 3 matches

by mspinzer
Fri Jun 14, 2013 3:46 pm
Forum: Open Source Nagios Projects
Topic: Configuring Nagios Dependencies
Replies: 4
Views: 3680

Re: Configuring Nagios Dependencies

Hello, that was the problem, thanks! Nagios actually keep testing couple of times even if the dependency failed. I guess this is because I configured the tests to run quite often for testing purpose (every minute). However, I'm quite surprise that the Nagios engine can't react immediately. I don't k...
by mspinzer
Wed Jun 12, 2013 2:15 pm
Forum: Open Source Nagios Projects
Topic: Configuring Nagios Dependencies
Replies: 4
Views: 3680

Re: Configuring Nagios Dependencies

Hello, thank you for your answer; I had actually tried both case: - putting test1 in FAILED => test2 is still tested - putting test2 in FAILED => test1 is still tested so it seems something else is missing. Thanks again for your help, I really need to find a way to configure some dependencies. Mike
by mspinzer
Tue Jun 11, 2013 9:41 pm
Forum: Open Source Nagios Projects
Topic: Configuring Nagios Dependencies
Replies: 4
Views: 3680

Configuring Nagios Dependencies

Hello, I have some issue to configure dependencies in Nagios. I did the following test on a totally new installation (Ubuntu 12.04 LTS): define service { host_name localhost service_description Test_service_1 check_command test_service_1 use generic-service check_interval 1 } define service { host_n...