contrib/collection3: Add "Total" to "GenericIO" graphs.
[collectd.git] / contrib / exec-munin.px
index e6c8128..223a8a5 100755 (executable)
@@ -30,8 +30,7 @@ our $Interval = 300;
 main ();
 exit (0);
 
-# Configuration
-# {{{
+# Configuration {{{
 
 =head1 CONFIGURATION
 
@@ -143,7 +142,7 @@ sub handle_config
     }
     elsif (ref ($config->{'script'}) eq '')
     {
-      handle_config_addtype ([$config->{'script'}]);
+      handle_config_script ([$config->{'script'}]);
     }
     else
     {