This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
php71-python2
librenms-librenms
/
includes
/
html
/
pages
/
device
/
health
/
load.inc.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
8 lines
105 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Added a load tab on device->health
2015-06-11 20:31:45 +02:00
<?
php
Fix coding style part 2
2015-07-13 20:10:26 +02:00
$class
=
'load'
;
$unit
=
'%'
;
$graph_type
=
'sensor_load'
;
Added a load tab on device->health
2015-06-11 20:31:45 +02:00
Fix coding style part 2
2015-07-13 20:10:26 +02:00
require
'sensors.inc.php'
;
Reference in New Issue
Copy Permalink