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
librenms-librenms
/
includes
/
discovery
/
os
/
powerware.inc.php
8 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
Add XUPS-MIB, basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes git-svn-id: http://www.observium.org/svn/observer/trunk@1585 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-31 18:42:30 +00:00
<
?
php
more trailing spaces hunted down and shot git-svn-id: http://www.observium.org/svn/observer/trunk@1879 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-16 17:52:29 +00:00
if
(
!
$os
)
Add XUPS-MIB, basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes git-svn-id: http://www.observium.org/svn/observer/trunk@1585 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-31 18:42:30 +00:00
{
if
(
strstr
(
$sysObjectId
,
"
.1.3.6.1.4.1.534
"
))
{
$os
=
"
powerware
"
;
}
}
code cleanup/reformat os discovery files git-svn-id: http://www.observium.org/svn/observer/trunk@1833 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-14 19:16:40 +00:00
?>
Reference in New Issue
Copy Permalink