Files
librenms-librenms/includes/html/pages/device/graphs/memory.inc.php
T

9 lines
213 B
PHP
Raw Normal View History

<?php
2011-03-16 23:10:10 +00:00
if (rrdtool_check_rrd_exists(rrd_name($device['hostname'], 'ucd_mem'))) {
$graph_title = 'Memory Utilisation';
$graph_type = 'device_memory';
2012-04-06 13:56:23 +00:00
2019-04-11 23:26:42 -05:00
include 'includes/html/print-device-graph.php';
}