Page 1 of 1

Hard and Soft Passive Check

Posted: Thu Apr 04, 2013 2:58 pm
by estebanmonge
Hello I have problems with passive checks.

In local server I configured host checks with 1 minute, 1 minute retry and 3 retry.

In remote server (central server that accept passive checks) I have configured passive_host_checks_are_soft=0

When I have one soft state in local server and resend to remote server (central server), in remote server the check is Hard.

How can I configure soft/hard checks in remote server (central server) without modifing passive_host_checks_are_soft=0 to emulate behavior of local server?

Re: Hard and Soft Passive Check

Posted: Thu Apr 04, 2013 4:35 pm
by scottwilkerson
Please see "Passive Checks and Host States" section at the bottom of
http://nagios.sourceforge.net/docs/3_0/ ... hecks.html

I believe translate_passive_host_checks is what you are looking for

Re: Hard and Soft Passive Check

Posted: Thu Apr 04, 2013 6:29 pm
by estebanmonge
No, I have active translation.

Re: Hard and Soft Passive Check

Posted: Fri Apr 05, 2013 7:31 am
by scottwilkerson
Well, as the page states
Note: Passive host checks are normally treated as HARD states, unless the passive_host_checks_are_soft option is enabled.
I would say there is no way to do it without enabling this feature