Commit Graph
823 Commits
Author SHA1 Message Date
Tony MurrayandNeil Lathwood 0c8bba64fd newdevice: Improved Zyxel IES detection (#5751) 2017-02-03 20:05:36 +00:00
Matt PetersonandNeil Lathwood 008af4cea0 newdevice: Improve support for TiMOS (Alcatel-Lucent) switches #5533
* Improve TiMOS to include 7210 models

* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.

* correct case of NOS name, don't bother polling for wifi or toner on an ethernet switch

* Remove sysDescr_regex per comment on #5533

* Present correct interface description, based on following:

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifDescr | head -12
IF-MIB::ifDescr.1 = STRING: system, Loopback IP interface
IF-MIB::ifDescr.2 = STRING: info, IP interface
IF-MIB::ifDescr.3 = STRING: port, IP interface
IF-MIB::ifDescr.4 = STRING: to-Richard-1/1/26, IP interface
IF-MIB::ifDescr.35684352 = STRING: 1/1/1, 10/100/Gig Ethernet SFP, \"to CC 1\"
IF-MIB::ifDescr.35717120 = STRING: 1/1/2, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35749888 = STRING: 1/1/3, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35782656 = STRING: 1/1/4, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35815424 = STRING: 1/1/5, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35848192 = STRING: 1/1/6, 10/100/Gig Ethernet SFP, \"to 105.403.P24 | to roof PTP to City\"
IF-MIB::ifDescr.35880960 = STRING: 1/1/7, 10/100/Gig Ethernet SFP, \"CLEINT 135790-XYZ | DIA | to 105.403.P04\"
IF-MIB::ifDescr.35913728 = STRING: 1/1/8, 10/100/Gig Ethernet SFP, \"CLEINT 135790-ABCFOO | DIA | to 105.403.P03\"

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifAlias | head -12
IF-MIB::ifAlias.1 = STRING: Loopback IP interface
IF-MIB::ifAlias.2 = STRING: IP interface
IF-MIB::ifAlias.3 = STRING: IP interface
IF-MIB::ifAlias.4 = STRING: IP interface
IF-MIB::ifAlias.35684352 = STRING: to CC 1
IF-MIB::ifAlias.35717120 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35749888 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35782656 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35815424 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35848192 = STRING: to 105.403.P24 | to roof PTP to City
IF-MIB::ifAlias.35880960 = STRING: CLEINT 135790-XYZ | DIA | to 105.403.P04
IF-MIB::ifAlias.35913728 = STRING: CLEINT 135790-ABCFOO | DIA | to 105.403.P03

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifName | head -12
IF-MIB::ifName.1 = STRING: system
IF-MIB::ifName.2 = STRING: info
IF-MIB::ifName.3 = STRING: port
IF-MIB::ifName.4 = STRING: to-Richard-1/1/26
IF-MIB::ifName.35684352 = STRING: 1/1/1
IF-MIB::ifName.35717120 = STRING: 1/1/2
IF-MIB::ifName.35749888 = STRING: 1/1/3
IF-MIB::ifName.35782656 = STRING: 1/1/4
IF-MIB::ifName.35815424 = STRING: 1/1/5
IF-MIB::ifName.35848192 = STRING: 1/1/6
IF-MIB::ifName.35880960 = STRING: 1/1/7
IF-MIB::ifName.35913728 = STRING: 1/1/8

* OS unit testing as requested

* fixed test unit
2017-02-03 10:01:29 +00:00
twilleyandNeil Lathwood 591a40d87c newdevice: Add initial support for Opengear (#5744)
* Add initial support for Opengear

* moved some mib files around
2017-02-03 09:29:48 +00:00
Tony MurrayandNeil Lathwood cb3700b69d newdevice: Improve Fortinet Fortiswitch detection (#5747) 2017-02-03 09:24:36 +00:00
Tony MurrayandNeil Lathwood 177112784b newdevice: Improve Brocade Fabric OS detection (#5746) 2017-02-03 09:24:06 +00:00
FTBZandNeil Lathwood ab6f78d1fe newdevice: Exterity AvediaPlayer support (#5732)
* Exterity AvediaPlayer support

* small updates + changed to sysObjectId for disco
2017-02-02 23:04:41 +00:00
Søren RosiakandNeil Lathwood 520b3146df newdevice: Add support for ZyXEL XS (#5737) 2017-02-02 21:44:03 +00:00
Tony MurrayandNeil Lathwood 9f8f8b6c26 newdevice: Added support for HPE ILO 4 (#5726)
Actually has some proper snmp support.
*Older HP ILO can not be added under this OS.
2017-02-02 07:58:20 +00:00
twilleyandNeil Lathwood f22f3211d5 newdevice: Add initial support for Meinberg LANTIME OS v6 (#5719)
* Add initial support for Meinberg LANTIME OS v6

* updated mibs and definition
2017-02-01 23:33:17 +00:00
David BellandNeil Lathwood f76fc5a897 new device: Added detection for new dasan device, and fixed the poll for serial n… (#5713)
* Added detection for new dasan device, and fixed the poll for serial number

* Actually add new files to commit...
2017-02-01 20:07:03 +00:00
David BellandNeil Lathwood 7b45a23d57 Correct Kemp memory (#5686) 2017-01-31 11:59:46 +00:00
FTBZandNeil Lathwood 01ab0dc326 newdevice: Add serial, model and version support for HPE MSL (#5667) 2017-01-30 14:11:35 +00:00
David BellandNeil Lathwood cfd9a35f2c newdevice: Added support for Kemp Loadbalancers (#5668) 2017-01-30 14:10:22 +00:00
Neil LathwoodandGitHub f2e6cfbe87 newdevice: Added further support for Canon printers #5637 (#5650) 2017-01-28 23:41:00 +00:00
FTBZandTony Murray 6fcf28266a Correcting some HP to HPE logo (#5557)
* Correcting some HP to HPE logo

* Keeping only the logo without text

* Add full hpe logo
Use the logo for HP comware

* Change procurve to use hpe logo too

* Remove padding
2017-01-27 21:34:02 -06:00
Neil LathwoodandGitHub f645ce882b newdevice: Updated generex ups support #5634 (#5640) 2017-01-28 00:15:42 +00:00
Neil LathwoodandGitHub 4f912e2aca newdevice: Added detection for Exinda #5297 (#5605) 2017-01-27 23:31:31 +00:00
Neil LathwoodandGitHub 0b3451bd27 refactor: Updated some default disco/poller modules to be disabled/enabled (#5564) 2017-01-27 23:31:03 +00:00
Aldemir AkpinarandNeil Lathwood 46003a39b6 newdevice: Added support for Brocade 200E (#5617) 2017-01-27 18:08:27 +00:00
Søren RosiakandNeil Lathwood 0dd5f84cca newdevice: Improve CiscoSB detection #5511 2017-01-26 22:21:05 +00:00
Richard MayhewandNeil Lathwood 98ddc28f39 feature: Basic Draytek Support (#5625) 2017-01-26 19:27:20 +00:00
Neil LathwoodandTony Murray bed627975d newdevice: Added further detection for DCN devices #5519 (#5609) 2017-01-25 20:44:59 -06:00
Neil LathwoodandTony Murray 56aeea0a7f newdevice: Added support for Zhone MXK devices #5554 (#5611) 2017-01-25 20:43:14 -06:00
Neil LathwoodandTony Murray 3cd9b08d41 newdevice: Added more detection for Procurve devices #5422 (#5607) 2017-01-25 20:37:09 -06:00
Neil LathwoodandTony Murray 61ec8e663e newdevice: Updated detection for Dasan NOS devices #5359 (#5606)
* newdevice: Updated detection for Dasan NOS devices #5359

* added missing file
2017-01-25 16:22:06 -06:00
Neil LathwoodandTony Murray 14a2d290ae newdevice: Add support for Array Networks ArrayOS #5257 (#5604)
* newdevice: Add support for Array Networks ArrayOS #5257

* preg_replace -> str_replace
2017-01-25 16:02:54 -06:00
Aldemir AkpinarandNeil Lathwood 4d5d612704 newdevice: Moxa EtherDevice Industrial Switch (#5598) 2017-01-25 21:51:41 +00:00
Neil LathwoodandTony Murray 76c8ec1703 newdevice: Added support MGEUPS EX2200 #3364 (#5602) 2017-01-25 15:45:33 -06:00
Søren RosiakandNeil Lathwood 5c57d37c10 newdevice: Add more HP Procurve discovery (#5581) 2017-01-24 22:42:03 +00:00
Søren RosiakandNeil Lathwood e62f2b0ffa refactor: Disable unused Cisco WAAS modules (#5574) 2017-01-24 22:32:01 +00:00
Søren RosiakandTony Murray 97c5b771e6 newdevice: Improve Cisco ISE detection (#5578)
* newdevice: Improve Cisco ISE detection

* add sysDescr
2017-01-24 14:42:25 -06:00
Søren RosiakandTony Murray 282eda5f5e newdevice: Add Cisco RB320 support (#5580) 2017-01-24 14:42:09 -06:00
Neil LathwoodandTony Murray d970764674 newdevice: Updated akcp discovery definition #5396 (#5501)
* newdevice: Updated akcp discovery definition #5396

* added unit tests
2017-01-23 20:37:23 -06:00
Richard MayhewandNeil Lathwood 8f17025803 newdevice: Add detection for radwin devices 2017-01-22 20:51:24 +00:00
Neil LathwoodandGitHub f2996923b3 newdevice: update zywall and zyxelnwa detection #5343 2017-01-22 19:17:21 +00:00
Neil LathwoodandTony Murray eca168ea68 refactor: some more os definition changes (#5527) 2017-01-20 16:26:26 -06:00
Neil LathwoodandTony Murray 376323f00e newdevice: Added support for Ericsson ES devices #5195 (#5479)
* newdevice: Added support for Ericsson ES devices #5195

* removed logo

* s/2016/2017/
2017-01-20 08:27:22 -06:00
wackychocolatefactoryandNeil Lathwood 81bde0b8da newdevice: Add support for DocuPrint M225 (#5484) 2017-01-19 23:59:04 +00:00
wackychocolatefactoryandNeil Lathwood ae0898e5e9 newdevice: Added Dell B5460dn and B3460dn printer support (#5482) 2017-01-19 23:28:47 +00:00
Neil LathwoodandGitHub 01e4ac3d58 newdevice: Added additional sensor support for Huawei VRP #4279 2017-01-19 16:42:57 +00:00
David BellandNeil Lathwood 09c396e3fc refactor: Changed Redback to SEOS, and added logo and temperature discovery #5181 2017-01-19 09:59:23 +00:00
Aaron DanielsandNeil Lathwood de45d8d6b4 newdevice: Added loadbalancer information from F5 LTM (#5205) 2017-01-19 08:19:11 +00:00
Neil LathwoodandGitHub 8557f2df41 newdevice: APC Environmental monitoring units #5140 2017-01-18 08:48:33 +00:00
Julian KandNeil Lathwood 84dca9435e newdevice: Add support for KTI switches (#5413) 2017-01-17 22:47:04 +00:00
Tony MurrayandNeil Lathwood 0a5bedb76f newdevice: Detect all CTC Union devices (#5489) 2017-01-17 16:48:32 +00:00
crcroandNeil Lathwood 9263857685 newdevice: Add addition riverbed information #5170 2017-01-17 15:48:49 +00:00
Neil LathwoodandTony Murray 83ab72b07c fix: Updated prestiage detection #5453 (#5470) 2017-01-16 18:06:12 -06:00
Neil LathwoodandTony Murray 408babb88d newdevice: Added support for CTC Union devices (#5402)
* newdevice: Added support for CTC Union devices

* added logo

* added unit test

* added missing snmprec file

* replaced logo

* reverted logo

* and again :/
2017-01-16 12:10:36 -06:00
Tony MurrayandNeil Lathwood 0ab2f18f7d refactor: move some os from linux and freebsd discovery files to yaml (#5429) 2017-01-14 14:54:16 +00:00
Neil LathwoodandTony Murray 34084af803 Make quanta os discovery more specific (#5409)
* Make quanta os discovery more specific

* update quanta discovery
2017-01-14 06:40:33 -06:00