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
php71-python2
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
89 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
refactor: Updated discovery/poller to use numeric sysObjectID (
#7922
)
2018-01-07 05:00:47 +00:00
list
(,
$version
)
=
explode
(
','
,
$device
[
'sysDescr'
],
2
);
Fix coding style part 2
2015-07-13 20:10:26 +02:00
$hardware
=
'1900'
;
Reference in New Issue
Copy Permalink