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

Dup server for neb module #83

Closed adrianlzt closed 8 years ago

adrianlzt commented 8 years ago

Would be great if also neb module could write perfdata to another gearman server (https://github.com/sni/mod_gearman/blob/master/neb_module/mod_gearman.c#L1103)

That could allow us to process metrics with two different systems, pnp4nagios and graphite with metricfactory.

sni commented 8 years ago

You could try to load the module twice with different configs, or use the npcd neb module for pnp and gearman for graphite.