mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 16:06:29 +02:00
3c79cafb2c
git-svn-id: http://www.observium.org/svn/observer/trunk@1915 61d68cd4-352d-0410-923a-c4978735b2b8
8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
$graph_title = "Device Uptime";
|
|
$graph_type = "device_uptime";
|
|
|
|
include("includes/print-device-graph.php");
|
|
|
|
?>
|