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

orphan_return isn't documented or included in default config file #114

Closed druchoo closed 7 years ago

druchoo commented 7 years ago

orphan_return is only in changelog for 1.4.6.

1.4.6 Tue Jun 4 17:03:57 CEST 2013 ...

  • added new option 'orphan_return' to set return code of orphaned checks

Other than that reference, it's only found in code: https://github.com/sni/mod_gearman/search?utf8=%E2%9C%93&q=orphan_return&type=

sni commented 7 years ago

Thanks for the pointer. Could you add a small sentence here: https://github.com/sni/mod_gearman/blob/master/README.asciidoc and in the example config files?

druchoo commented 7 years ago

How's this #115?

sni commented 7 years ago

great, thanks.