librenms/includes
Matt Peterson 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
..
alerts feature: Added Cisco Spark Transport #3182 2017-02-02 23:10:39 +00:00
caches Removed blank line 2016-09-15 20:15:32 +01:00
db Fix coding style part 2 2015-07-15 11:04:22 +02:00
definitions newdevice: Improve support for TiMOS (Alcatel-Lucent) switches #5533 2017-02-03 10:01:29 +00:00
discovery newdevice: Improve Fortinet Fortiswitch detection (#5747) 2017-02-03 09:24:36 +00:00
polling fixed sanitizing of google map information (#5738) 2017-02-03 09:26:04 +00:00
services Fix: Added service params for check_smtp (#5223) 2016-12-22 11:03:41 +00:00
snmptrap Update code in includes to be PSR-2 compliant (#4220) 2016-08-28 18:32:58 +01:00
sql-schema feature: Add mysql failed query logging + fixed queries that break ONLY_FULL_GROUP_BY (#5327) 2017-01-07 11:32:38 -06:00
alerts.inc.php feature: Added basic recurring maintenance for alerts #4480 2017-01-22 18:00:15 +00:00
billing.php Update code in includes to be PSR-2 compliant (#4220) 2016-08-28 18:32:58 +01:00
callback.php feature: collect sysDescr and sysObjectID for stats to improve os detection (#5510) 2017-01-30 17:45:22 +00:00
cisco-entities.php Fix coding style part 2 2015-07-15 11:04:22 +02:00
common.php fix: Check lat/lng are numeric rather than !empty #5585 (#5657) 2017-01-31 08:07:27 +00:00
datastore.inc.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
dbFacile.php feature: Add mysql failed query logging + fixed queries that break ONLY_FULL_GROUP_BY (#5327) 2017-01-07 11:32:38 -06:00
defaults.inc.php refactor: Updated some default disco/poller modules to be disabled/enabled (#5564) 2017-01-27 23:31:03 +00:00
definitions.inc.php newdevice: Add addition riverbed information #5170 2017-01-17 15:48:49 +00:00
device-groups.inc.php Support device group definitions from v2 (#4591) 2016-09-27 17:50:52 +01:00
functions.php Possible fix for #5318, if delete_device called in webui then continue to run (#5703) 2017-02-01 20:17:35 +00:00
include-dir.inc.php refactor: Added support for dskTable in UCD-SNMP-MIB (#4993) 2016-11-21 07:08:38 +00:00
influxdb.inc.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
init.php refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
load_db_graph_types.inc.php Update code in includes to be PSR-2 compliant (#4220) 2016-08-28 18:32:58 +01:00
mergecnf.inc.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
notifications.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
port-descr-parser.inc.php refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339) 2016-09-08 08:12:23 -05:00
rewrites.php feature: Added generic hardware rewrite function 2017-01-31 08:09:56 +00:00
rrdtool.inc.php fix: support hosts added by ipv6 without DNS #5567 2017-01-24 21:48:03 +00:00
services.inc.php fix: Fixed graphs for services not working (#5569) 2017-01-25 17:41:48 +00:00
snmp.inc.php newdevice: Added additional sensor support for Huawei VRP #4279 2017-01-19 16:42:57 +00:00
static-config.php Apply "Squiz" code style on old (pre-2014) files 2015-07-11 16:12:35 +02:00
syslog.php Update code in includes to be PSR-2 compliant (#4220) 2016-08-28 18:32:58 +01:00
vmware_guestid.inc.php feature: Update Debian's guestId for VMware (#5669) 2017-01-30 14:41:14 +00:00