/path/to/data_dir/vnstat_dump_$iface // $vnstat_bin = '/usr/bin/vnstat'; $data_dir = './dumps'; // graphics format to use: svg or png $graph_format='svg'; // preferred byte notation. null auto chooses. otherwise use one of // 'TB','GB','MB','KB' $byte_notation = null; // 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', 'light'); // SVG Depth scaling factor define('SVG_DEPTH_SCALING', 1); // 添加新的主题支持 define('ENABLE_DARK_MODE', true); define('ENABLE_ANIMATIONS', true); ?>