Files
librenms-librenms/includes/html/graphs/device/pf_normalized.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
276 B
PHP
Raw Normal View History

<?php
$rrd_filename = Rrd::name($device['hostname'], 'pf_normalized');
$ds = 'normalized';
$colour_area = 'ff0066';
$colour_line = 'ff3399';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Normalized';
require 'includes/html/graphs/generic_simplex.inc.php';