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
f76f0f7b96a6b4cf25e66044f0ec5c724fc60278
librenms-librenms
/
includes
/
discovery
/
os
/
eatonups.inc.php
8 lines
116 B
PHP
Raw
Normal View
History
Unescape
Escape
New file eatonups.inc.php for Eaton UPS discovery I added this file in my local LibreNMS installation to discover my Eaton 5PX UPS. An other file is also needed : librenms/includes/discovery/sensors/current/eatonups.inc.php
2016-02-23 10:50:18 +01:00
<
?
php
if
(
!
$os
)
{
// Eaton UPS
newdevice: Added support for Eaton 5P units #3508 (#4376) * newdevice: Added support for Eaton 5P units #3508 * Small fix * Keep OSDiscoveryTest.php alphebetized
2016-09-09 17:57:05 +01:00
if
(
str_contains
(
$sysDescr
,
'Eaton 5P'
))
{
New file eatonups.inc.php for Eaton UPS discovery I added this file in my local LibreNMS installation to discover my Eaton 5PX UPS. An other file is also needed : librenms/includes/discovery/sensors/current/eatonups.inc.php
2016-02-23 10:50:18 +01:00
$os
=
'eatonups'
;
}
}
Reference in New Issue
Copy Permalink