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
0e9e9dd8b3bcd18c7d747264b1b726017e1ee9c3
librenms-librenms
/
includes
/
discovery
/
os
/
avtech.inc.php
8 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial AVTECH Software, Inc. support.
2016-02-09 12:00:58 -06:00
<
?
php
if
(
!
$os
)
{
Add temp sensors for TemPageR 3E and 4E. Assume all sensors are temperature for now. SNMP did not seem to supply descriptions on the 4E.
2016-02-17 16:27:36 -06:00
if
(
strstr
(
$sysObjectId
,
'.20916.1.'
))
{
Initial AVTECH Software, Inc. support.
2016-02-09 12:00:58 -06:00
$os
=
'avtech'
;
}
}
Reference in New Issue
Copy Permalink