summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 6eaa518..36773ee 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -229,3 +229,11 @@ class munin::plugins::postgres inherits munin::plugins::base {
munin::plugin::deploy { "pg__connections": ensure => false }
munin::plugin::deploy { "pg__locks": ensure => false }
}
+class munin::plugins::nagios inherits munin::plugins::base {
+ munin::plugin {
+ nagios_hosts: script_path => "/usr/local/bin", config => 'user root';
+ nagios_svc: script_path => "/usr/local/bin", config => 'user root';
+ nagios_perf_hosts: ensure => nagios_perf_, script_path => "/usr/local/bin", config => 'user root';
+ nagios_perf_svc: ensure => nagios_perf_, script_path => "/usr/local/bin", config => 'user root';
+ }
+}