summaryrefslogtreecommitdiff
path: root/manifests/defaults/plugins.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-21 02:24:09 +0200
committermh <mh@immerda.ch>2010-10-21 02:24:09 +0200
commit6227899364bc721b9c728151a69c46386d96cf44 (patch)
tree2e1836203a98c41d2b77ce81d4120c35b045eba7 /manifests/defaults/plugins.pp
parenta6fc95172382e10b3341e6f973b7d7f4159cf67b (diff)
add check_dns2
check_dns had some problems with down nameservers. This one properly checks the right nameserver.
Diffstat (limited to 'manifests/defaults/plugins.pp')
-rw-r--r--manifests/defaults/plugins.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/defaults/plugins.pp b/manifests/defaults/plugins.pp
index 1df8064..842f9ce 100644
--- a/manifests/defaults/plugins.pp
+++ b/manifests/defaults/plugins.pp
@@ -1,5 +1,10 @@
class nagios::defaults::plugins {
- nagios::plugin { 'check_mysql_health': source => 'nagios/plugins/check_mysql_health'; }
+ nagios::plugin {
+ 'check_mysql_health':
+ source => 'nagios/plugins/check_mysql_health';
+ 'check_dns2':
+ source => 'nagios/plugins/check_dns2';
+ }
}