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
509dc027f114099fec536ef67a2f78f5111d247c
librenms-librenms
/
includes
/
polling
/
os
/
cat1900.inc.php
5 lines
89 B
PHP
Raw
Normal View
History
Unescape
Escape
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1, bulkwalk doesnt work git-svn-id: http://www.observium.org/svn/observer/trunk@666 61d68cd4-352d-0410-923a-c4978735b2b8
2010-01-11 00:59:05 +00:00
<
?
php
refactor: Updated discovery/poller to use numeric sysObjectID (#7922) * refactor: Updated discovery to use a core module for sysDescr/sysObjectID use * final update hopefully * revert changes * more changes + docs * migrated poller to use numerical sysObjectID * more updates for sysObjectID * update any alert rules which might have enterprises. in * moved schema file * small updates * updated getHostOS() * scrut fixes * updated sysObjectId -> sysObjectID * updated sysObjectId -> sysObjectID * updated remainder of sysObjectId -> sysObjectID * another sysObjectId -> sysObjectID * fixed secureplatform test data * Fix tests: $device is not pulled from the database before polling Also, update the db in the core discovery module.
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