diff options
-rw-r--r-- | manifests/defaults/commands.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index f542d7b..17d1408 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -114,6 +114,10 @@ class nagios::defaults::commands { # better check_dns check_dns2: command_line => '$USER1$/check_dns2 -c $ARG1$ A $ARG2$'; + + # dnsbl checking + check_dnsbl: + command_line => '$USER1$/check_dnsbl -H $ARG1$'; } # notification commands |