diff --git a/html/includes/graphs/device/poller_perf.inc.php b/html/includes/graphs/device/poller_perf.inc.php index 0c6076082..1ce7689d6 100644 --- a/html/includes/graphs/device/poller_perf.inc.php +++ b/html/includes/graphs/device/poller_perf.inc.php @@ -20,7 +20,7 @@ $rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/poller-perf.r $rrd_options .= " DEF:poller=".$rrd_filename.":poller:AVERAGE"; $rrd_options .= " 'COMMENT:Seconds Current Minimum Maximum Average\\n'"; -$rrd_options .= " AREA:poller#EEEEEE:Poller"; +$rrd_options .= " LINE1.25:poller#36393D:Poller"; $rrd_options .= " GPRINT:poller:LAST:%6.2lf GPRINT:poller:AVERAGE:%6.2lf"; $rrd_options .= " GPRINT:poller:MAX:%6.2lf 'GPRINT:poller:AVERAGE:%6.2lf\\n'";