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

Add contact data to macros #120

Closed adrianlzt closed 7 years ago

adrianlzt commented 7 years ago

Without this, CONTACTx macros don't work on Icinga 1.x

To fix #119

adrianlzt commented 7 years ago

How do you build the RPM? I have been fighting with versions of glibc, libgearman, etc.

sni commented 7 years ago

Just normally with rpmbuild, just make sure you install gearman packages from https://labs.consol.de/repo

adrianlzt commented 7 years ago

Thanks!

sni commented 7 years ago

Looks good, except we need to add clear_contact_macros_r(&mac); later to avoid a memory leak.

sni commented 7 years ago

Looks good, i will make some final tests...

sni commented 7 years ago

Great, thanks.