mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@531 61d68cd4-352d-0410-923a-c4978735b2b8
19 lines
785 B
PHP
19 lines
785 B
PHP
<?php
|
|
|
|
include("cpu.inc.php");
|
|
include("memory.inc.php");
|
|
include("hrstorage.inc.php");
|
|
include("temperatures.inc.php");
|
|
include("netstats.inc.php");
|
|
include("laload.inc.php");
|
|
include("hrusers.inc.php");
|
|
include("hrprocesses.inc.php");
|
|
include("uptime.inc.php");
|
|
|
|
# $usersgraph = usersgraphWin ($device[hostname] . "-sys.rrd", $device[hostname] . "-users.png", $day, $now, 335, 100);
|
|
# $usersgraphm = usersgraphWin ($device[hostname] . "-sys.rrd", $device[hostname] . "-users-m.png", $month, $now, 335, 100);
|
|
# $procsgraph = procsgraphWin ($device[hostname] . "-sys.rrd", $device[hostname] . "-procs.png", $day, $now, 335, 100);
|
|
# $procsgraphm = procsgraphWin ($device[hostname] . "-sys.rrd", $device[hostname] . "-procs-m.png", $month, $now, 335, 100);
|
|
|
|
?>
|