Adding check_sieve

This commit is contained in:
Jan Wagner 2014-10-22 17:01:22 +02:00
parent 34c5c8f81e
commit 1697637249
11 changed files with 309 additions and 3 deletions

View file

@ -0,0 +1,5 @@
# 'check_sieve' command definition
define command{
command_name check_sieve
command_line /usr/lib/monitoring-plugins/check_sieve -H $HOSTADDRESS$ $ARG1$
}