X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fexec-munin.px;h=9163730c6e8c61041b288a9e538f4c8956948dbe;hb=e819179ad6bc82464e5e158aa7b42983829a0aa5;hp=e6c8128ede72cb49c511a9d9ccc35ba6b5549bdb;hpb=34749e7ebe508b1d563af287b180e951b7822bcd;p=collectd.git diff --git a/contrib/exec-munin.px b/contrib/exec-munin.px index e6c8128e..9163730c 100755 --- a/contrib/exec-munin.px +++ b/contrib/exec-munin.px @@ -30,8 +30,7 @@ our $Interval = 300; main (); exit (0); -# Configuration -# {{{ +# Configuration {{{ =head1 CONFIGURATION @@ -60,7 +59,7 @@ the C plugin above provides C and C which are both voltages, you can use a hyphen to add a "type instance" to the type. For a list of already defined "types" look at the F file in -collectd's library path, e.Eg. F. +collectd's shared data directory, e.Eg. F. =item B I @@ -143,7 +142,7 @@ sub handle_config } elsif (ref ($config->{'script'}) eq '') { - handle_config_addtype ([$config->{'script'}]); + handle_config_script ([$config->{'script'}]); } else {