. * * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ include 'rrdcached.inc.php'; $colours = 'pinks'; $rrd_list = array( array( 'ds' => 'journal_rotate', 'filename' => $rrd_filename, 'descr' => 'Journal Rotated', ), array( 'ds' => 'journal_bytes', 'filename' => $rrd_filename, 'descr' => 'Journal Bytes Written', ) ); require 'includes/graphs/generic_multi.inc.php';