Skip to content

Instantly share code, notes, and snippets.

@ajohnstone
Created November 9, 2012 16:33
Show Gist options
  • Save ajohnstone/4046704 to your computer and use it in GitHub Desktop.
Save ajohnstone/4046704 to your computer and use it in GitHub Desktop.
icinga.cfg
# Uncomment this to enable idomod.o
# Don't forget to also enable the daemon in /etc/default/icinga
broker_module=/usr/lib/icinga/idomod.so config_file=/etc/icinga/idomod.cfg
in modules/idomod.cfg i have
define module {
module_name ido_mod
path /usr/lib/icinga/idomod.so
module_type neb
args config_file=/etc/icinga/idomod.cfg
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment