Commit Graph

64 Commits

Author SHA1 Message Date
Neil Lathwood
e0040b2831 newdevice: Added support for Toshiba RemotEye4 devices (#7312)
* newdevice: Added support for Toshiba RemotEye4 devices

* small updates thanks to kate

* Update new-os.php

* Update new-os.php
2017-09-12 22:27:06 -05:00
David Bell
2a211e86dc newdevice: Added extrahop detection (#6097) 2017-03-06 14:11:10 +00:00
Neil Lathwood
5e2ef216f9 newdevice: Added further QNAP Turbo NAS detection #5229 (#5804)
* newdevice: Added further QNAP Turbo NAS detection #5229

* reverted to us linux.inc.php for detection

* removed last sysMfgName reference
2017-02-09 09:00:08 +00:00
Tony Murray
dfb22b5d2a Change Qnap discovery to yaml (#5769) 2017-02-04 23:49:36 +00:00
Tony Murray
5e1c7f4723 fix: linux detect by oid too (#5439) 2017-01-15 15:20:27 +00:00
Tony Murray
0ab2f18f7d refactor: move some os from linux and freebsd discovery files to yaml (#5429) 2017-01-14 14:54:16 +00:00
Neil Lathwood
89a2847b69 newdevice: Added Tomato and AsusWRT-Merlin OS #5254 (#5398)
* newdevice: Added Tomato and AsusWRT-Merlin OS #5254

* that should not be there
2017-01-13 09:31:11 -06:00
Tony Murray
4677f37ab3 refactor: sophos discovery to yaml (#5416) 2017-01-13 09:54:10 +00:00
Tony Murray
8156fd547f refactor: move include based discovery after yaml discovery (#5401) 2017-01-11 22:22:16 +00:00
Søren Rosiak
19a92fdbfc newdevice: Improve Checkpoint Discovery (#5334) 2017-01-08 13:53:10 +00:00
Tony Murray
8936d9503b refactor: move more discovery into yaml files including compound discovery and regex 2017-01-07 14:37:59 +00:00
Neil Lathwood
81024f0d4e refactor: Moved simple os discovery into yaml config (#5313) 2017-01-05 22:04:30 -06:00
Neil Lathwood
7f5c555ba5 refactor: Move mib based polling into yaml config files (#5234)
* refactor: More mib based polling into yaml config files

* doc update

* Update MIB-based-polling.md
2017-01-03 11:12:39 -06:00
Neil Lathwood
c47b82e825 refactor: Moved / deleted mibs A-D (#5173) 2016-12-17 19:49:56 +00:00
Neil Lathwood
dda62d8ce1 newdevice: Added support for Mirth OS #2639 2016-12-10 17:07:45 +00:00
Neil Lathwood
0908a6048d refactor: Moved mibs T-U (or removed) where possible (#5013) 2016-11-26 21:18:42 +00:00
Tony Murray
521f3edd54 newdevice: Added additional support for Synology DSM devices #2738 2016-10-15 15:49:07 +01:00
crcro
43d3e16bc3 l 2016-09-24 16:34:54 +03:00
Rosiak
a5e9988112 newdevice: Added support for Cisco Callmanager 2016-09-16 21:48:08 +02:00
Tony Murray
7f7e3d22bc Fix: NIOS detection #4420 2016-09-13 22:16:02 +01:00
Tony Murray
b8cc59922e fix: NIOS discovery (#4389)
* fix: NIOS discovery
Add nios test

* Add actual sysDescr string for nios
2016-09-09 15:57:40 +01:00
Tony Murray
f6134f429c refactor: OS Discovery cleanup (Part 1) (#4335)
* refactor: OS Discovery cleanup (Part 1)
Convert linux.inc.php to use new string functions
Create OS discovery tests
Use glob instead of readdir in os discovery (could change discovery order)
Stop discovering once $os is set

* Remove duplicate file header.
2016-09-06 11:43:04 +01:00
Søren Rosiak
48d59f8df0 fix: Add extra Sophos discovery support & convert functions in linux discovery script (#4319)
* fix: Add extra Sophos discovery support & convert functions in linux
discovery script

* wrong text used

* use murrant’s awesome function even moooore
2016-09-03 22:43:57 -05:00
Søren Rosiak
16ae3cf9be newdevice: Added support for DDN Storage #2737 (#4261)
newdevice: Added support for DDN Storage #2737 (#4261)
2016-08-29 21:42:42 +01:00
Tony Murray
9284bc60ff Update code in includes to be PSR-2 compliant (#4220)
refactor: Update code in /includes to be psr2 compliant #4220
2016-08-28 18:32:58 +01:00
Daniel Preussker
1e1a0172fb Revert "Changed swos detection + more dsm support" 2016-08-18 18:37:28 +02:00
laf
d2f1defc32 Changed swos detection + more dsm support 2016-08-12 21:03:22 +01:00
Optic00
d87b46e2f6 Added latest Sophos UTM sysDesc
added sysDesc of Sophos UTM up to 06/28/16 for discovery
2016-06-28 18:40:32 +02:00
Søren Rosiak
a7ea2374de Sophos Support Redo 2016-06-16 19:13:18 +02:00
Søren Rosiak
e9a06c07af Basic IBM IMM Support
#3622
2016-06-08 22:16:47 +02:00
laf
cb87d12cb3 Removed sophos detection for now 2016-05-02 14:39:58 +00:00
laf
0ef792141d Scrut fix + code format 2016-05-02 13:01:23 +00:00
laf
7fe4957669 Added Sophos detection 2016-05-02 12:49:03 +00:00
Paul Heinrichs
72b9fd4d38 Added Cambium Support 2016-03-22 09:32:26 -04:00
Xavier Beaudouin
ac9c428012 Change else if to elseif as requested by @laf. 2016-03-15 11:39:49 +01:00
Xavier Beaudouin
77a5918d4e Basic Cumulus Linux detection 2016-03-14 15:39:45 +01:00
Xavier Beaudouin
597204d764 Update the discovery of pktj as @murrant suggested. 2016-03-07 10:22:49 +01:00
Xavier Beaudouin
51cb9ef3d1 Initial Gandi Packet Journey support 2016-03-03 15:52:44 +01:00
Mike Rostermund
78f02cb418 Reformat check a bit to make it easier for adding additional oids in the future 2015-10-14 20:44:33 +02:00
Rosiak
ac5ca25927 add missing dot 2015-10-14 20:11:12 +02:00
Rosiak
3bef84fe85 Fix Riverbed discovery 2015-10-14 20:05:22 +02:00
Clint Armstrong
735868c202 typo 2015-07-22 12:17:34 -04:00
Clint Armstrong
44c4533d41 don't detect drac as linux 2015-07-22 12:13:51 -04:00
Job Snijders
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00
Tony Ditchfield
90563c5b1d Added HOST-RESOURCES-MIB:: to allow detection of Synology devices 2015-06-28 18:54:55 +01:00
Mike Rostermund
01f9387415 Added support for additional Netbotz models 2015-05-28 17:43:15 +02:00
Alexander Sosna
5a7988e2e4 chmod 0644 to php files not directly executed 2015-04-28 22:58:03 +02:00
laf
cacb094343 Added check for oid as well 2015-04-15 20:30:47 +01:00
laf
659a5901d3 Added basic detection for packetlogic devices 2015-04-11 18:42:15 +01:00
laf
e4040c0ace Basic detection of unifi kit 2015-04-05 00:27:02 +01:00