sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Can I change configs without reload by mod_gearman? #28

Closed chenryn closed 12 years ago

chenryn commented 12 years ago

I have hundreds of thousands of services to be monitored. And some of those services should be add or delete every one minute. But the 'nagios reload' command waste so much times, can i changes configs without reload command? I didn't find any features about this in nagios/shinken/icinga. if i send services check message to gearmand queue directly,how to update nagios check result?Because the service may not exist in nagios objects structures?

sni commented 12 years ago

There is no such feature right now and it would be very hard to implement such thing in nagios or icinga. It should be easier to implement something like that in shinken, but i guess it still takes 2-3 weeks of development. But how is this related to Mod-Gearman?

chenryn commented 12 years ago

so, thank you~~I find a relate suggestion in shinken idea. I consider to implement this idea with mod_gearman before, but it seems like rewrite nagios core(schedule/status...).So I came to ask this.So sorry for the disturb!