summaryrefslogtreecommitdiff
path: root/manifests/plugins/nagios.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:22:48 +0200
committerMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:22:48 +0200
commit447041b01494690975d078776a85f4a3fd4e64fa (patch)
tree0d09932e8466de8208144aa034de401398151ca6 /manifests/plugins/nagios.pp
parent553fbe3e1d3c6865172c1db8cf93d69fb936dc18 (diff)
parenteb953716cd545f86972e85d983b5862c194f5aed (diff)
merge with immerda/master
Diffstat (limited to 'manifests/plugins/nagios.pp')
-rw-r--r--manifests/plugins/nagios.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/plugins/nagios.pp b/manifests/plugins/nagios.pp
deleted file mode 100644
index 93a261c..0000000
--- a/manifests/plugins/nagios.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-class munin::plugins::nagios inherits munin::plugins::base {
- munin::plugin::deploy {
- nagios_hosts: config => 'user root';
- nagios_svc: config => 'user root';
- nagios_perf_hosts: ensure => nagios_perf_, config => 'user root';
- nagios_perf_svc: ensure => nagios_perf_, config => 'user root';
- }
-}