Alloo, Vincent wrote: > By removing all "servicegroups", my load is back to normal. > I had all my NRPE services within the same service group in > order to put in place a service dependency. It means 3600 > services within the same service group. > It was causing the huge load seen on my machine. > Is it a normal behavior, or is it a bug? >
It's a bug, but in the configuration. A servicegroup with 3600 services cannot be used to create a sane servicedependency setup. My guess is that you somehow managed to set a *lot* of service dependencies for a *lot* of services, which in turn meant that all of those dependencies had to be checked each time one of the services had to be run. In short, before each service check, a list with 3600 items was traversed. That would add quite a substantial load on the CPU, so I'm not surprised. Can you please copy-paste the servicedependency you had created using this supersized servicegroup? Thanks -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
