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
/
polling
/
os
/
f5.inc.php
4 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
add basic f5 support
2015-03-26 22:10:30 -07:00
<
?
php
bring f5 version output in line with other standards
2015-03-26 22:50:35 -07:00
$version
=
trim
(
snmp_get
(
$device
,
"
.1.3.6.1.4.1.3375.2.1.4.2.0
"
,
"
-OQv
"
,
"
"
,
"
"
),
'"'
);
add basic f5 support
2015-03-26 22:10:30 -07:00
?>
Reference in New Issue
Copy Permalink