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

17 lines
298 B
PHP

<?php
$rrd_filename = Rrd::name($device['hostname'], 'panos-panFlowDosPbpDrop');
$ds = 'panFlowDosPbpDrop';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Packets Dropped';
require 'includes/html/graphs/generic_simplex.inc.php';