librenms-librenms/html/pages/device/graphs/netstats_icmp_stat.inc.php

9 lines
209 B
PHP

<?php
if (rrdtool_check_rrd_exists(rrd_name($device['hostname'], 'netstats-icmp'))) {
$graph_title = 'ICMP Statistics';
$graph_type = 'device_icmp';
include 'includes/print-device-graph.php';
}