This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
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
998750ddd9ffe491dd0e0b0eb62732e991620512
librenms-librenms
/
html
/
pages
/
device
/
health
/
current.inc.php
8 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
added missing pages for current and frequencies on the devices health tab git-svn-id: http://www.observium.org/svn/observer/trunk@1202 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-18 14:17:58 +00:00
<
?
php
genericise device health pages git-svn-id: http://www.observium.org/svn/observer/trunk@1667 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-11 13:06:35 +00:00
$class
=
"
current
"
;
$unit
=
"
A
"
;
$graph_type
=
"
sensor_current
"
;
added missing pages for current and frequencies on the devices health tab git-svn-id: http://www.observium.org/svn/observer/trunk@1202 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-18 14:17:58 +00:00
Fix coding style part 2
2015-07-13 20:10:26 +02:00
require
'sensors.inc.php'
;
Reference in New Issue
Copy Permalink