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
b867d3dd0513a66e7d26503fcb46fe9401a0247e
librenms-librenms
/
includes
/
discovery
/
os
/
webpower.inc.php
6 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
Added support for WebPower Pro II UPS cards.
2015-06-24 14:23:54 -07:00
<
?
php
refactor os discovery from w to z
2016-09-22 02:10:50 +03:00
refactor: OS discovery (w - z) (#4549)
2016-09-22 22:59:35 +01:00
if
(
str_contains
(
$sysObjectId
,
'.1.3.6.1.4.1.2468.1.2.1'
))
{
refactor os discovery from w to z
2016-09-22 02:10:50 +03:00
$os
=
'webpower'
;
Added support for WebPower Pro II UPS cards.
2015-06-24 14:23:54 -07:00
}
Reference in New Issue
Copy Permalink