Search found 2 matches
- Wed Jul 25, 2012 4:19 am
- Forum: Open Source Nagios Projects
- Topic: Hosts check serialization
- Replies: 2
- Views: 1010
Re: Hosts check serialization
Hi Nscott, Thank you for your answer. Unfortunately this setting concern only services (as described in nagios.conf file bellow). I tested and I still have parallel requests executed for host tests. # MAXIMUM CONCURRENT SERVICE CHECKS # This option allows you to specify the maximum number of # servi...
- Tue Jul 24, 2012 10:41 am
- Forum: Open Source Nagios Projects
- Topic: Hosts check serialization
- Replies: 2
- Views: 1010
Hosts check serialization
Hi, I'm wondering if it's possible to serialize all "host checks" in a 3.0 version. It seems it's possible to do that with "services checks" with option "max_concurrent_checks" set to 1. It also seems that the version 1.x and 2.x did "host checks" in serial mo...