This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
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
php72
librenms-librenms
/
includes
/
polling
/
os
/
cat1900.inc.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
5 lines
79 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1, bulkwalk doesnt work
2010-01-11 00:59:05 +00:00
<?
php
Apply fixes from StyleCI (
#12121
)
2020-09-21 15:43:38 +02:00
[,
$version
]
=
explode
(
','
,
$device
[
'sysDescr'
],
2
);
$hardware
=
'1900'
;
Reference in New Issue
Copy Permalink