librenms/html/pages/device/graphs/os-junos.inc.php

7 lines
150 B
PHP

<?php
include("graphs/cpu.inc.php");
include("graphs/temperatures.inc.php");
include("graphs/netstats.inc.php");
include("graphs/uptime.inc.php");
?>