summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-04-22 15:31:37 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-04-22 15:31:37 +0200
commitfd83ae45a94213366b069b1e0278868129430006 (patch)
tree1709401dfbc408073d6a0973e753730d31ccd8f3 /manifests
parentc6f6cca89f7a89b5ba72b0bd65e469c93e3cf3ce (diff)
added nagios plugins
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 36773ee..40e7f47 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -230,10 +230,10 @@ class munin::plugins::postgres inherits munin::plugins::base {
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';
+ 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';
}
}