/path/to/data_dir/vnstat_dump_$iface // $vnstat_bin = '/usr/local/bin/vnstat'; $data_dir = './dumps'; // graphics format to use: svg or png $graph_format='svg'; // Font to use for PNG graphs define('GRAPH_FONT',dirname(__FILE__).'/VeraBd.ttf'); // Font to use for SVG graphs define('SVG_FONT', 'Verdana'); // Default theme define('DEFAULT_COLORSCHEME', 'pfSense'); // SVG Depth scaling factor define('SVG_DEPTH_SCALING', 1); ?>