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
38d87df9be9ff42f8b9d68c590f19c41f5ffe0c7
librenms-librenms
/
includes
/
discovery
/
os
/
zyxelnwa.inc.php
6 lines
69 B
PHP
Raw
Normal View
History
Unescape
Escape
add OS detection and temperature support for Comet System P85xx, os detection for blade network technologies hardware git-svn-id: http://www.observium.org/svn/observer/trunk@1943 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-21 11:03:24 +00:00
<
?
php
refactor: OS discovery (w - z) (#4549)
2016-09-22 22:59:35 +01:00
if
(
starts_with
(
$sysDescr
,
'NWA-'
))
{
refactor os discovery from w to z
2016-09-22 02:10:50 +03:00
$os
=
'zyxelnwa'
;
add OS detection and temperature support for Comet System P85xx, os detection for blade network technologies hardware git-svn-id: http://www.observium.org/svn/observer/trunk@1943 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-21 11:03:24 +00:00
}
Reference in New Issue
Copy Permalink