diff options
Diffstat (limited to 'debian/pluginconfig/breeze.cfg')
-rw-r--r-- | debian/pluginconfig/breeze.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/pluginconfig/breeze.cfg b/debian/pluginconfig/breeze.cfg new file mode 100644 index 0000000..2e89650 --- /dev/null +++ b/debian/pluginconfig/breeze.cfg @@ -0,0 +1,5 @@ +# 'check_breeze' command definition +define command { + command_name check_breeze + command_line /usr/lib/nagios/plugins/check_breeze -H '$HOSTADDRESS$' -w '$ARG1$' -c '$ARG2$' +} |