mrtglib (1) Linux Manual Page
NAME MRTG_lib.pm – Library for MRTG and support scripts SYNOPSIS use MRTG_lib; my($configfile, @target_names, % globalcfg, % targetcfg); readcfg($configfile, \@target_names, \% globalcfg, \% targetcfg); my(@parsed_targets); cfgcheck(\@target_names, \% globalcfg, \% targetcfg, \@parsed_targets); DESCRIPTION MRTG_lib is part of MRTG, the Multi Router Traffic Grapher. It was separated from MRTG to allow other programs to easily use the…
