From fd83ae45a94213366b069b1e0278868129430006 Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 22 Apr 2008 15:31:37 +0200 Subject: added nagios plugins --- manifests/plugin.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifests') 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'; } } -- cgit v1.2.3