librenms/tests
Keryazmi 565dc3c445
New device support named BTI SA-800 Series (#12264)
* New device named bti800

Support new device for model bti sa-805

* Create bti800.yaml

* Create BTI8xx-MIB

* Create BTI8xx-SYSTEM-MIB

* Create BTI8xx-TC-MIB

* Create BTI8xx-INTERFACE-MIB

* Create BTI8xx-SFP-MIB

* Create bti800.inc.php

* Create bti800.inc.php

* Create bti800.inc.php

* Create bti800.snmprec

* Create bti800.json

* OS icon for BTI800

* Update bti800.yaml

Change mib folder name 'bti800' to 'bti'.

* Rename mibs/bti800/BTI8xx-MIB to mibs/bti/BTI8xx-MIB

Change directory named 'bti800' to 'bti'.

* Rename mibs/bti800/BTI8xx-INTERFACE-MIB to mibs/bti/BTI8xx-INTERFACE-MIB

Change directory named from 'bti800' to 'bti'

* Rename mibs/bti800/BTI8xx-SFP-MIB to mibs/bti/BTI8xx-SFP-MIB

Change directory named 'bti800' to 'bti'.

* Rename mibs/bti800/BTI8xx-SYSTEM-MIB to mibs/bti/BTI8xx-SYSTEM-MIB

Change directory named 'bti800' to 'bti'.

* Rename mibs/bti800/BTI8xx-TC-MIB to mibs/bti/BTI8xx-TC-MIB

Change directory named 'bti800' to 'bti'.

* Create bti800.yaml

Added system temperature and transceiver temperature for BTI800.

* Delete bti800.inc.php

System temperature and transceiver temperature code convert to yaml file locate at /includes/definitions/discovery/bti800.yaml

* Update bti800.inc.php

Add missing code at line 20.

* Update bti800.inc.php

* Update bti800.yaml

* Delete bti.svg

* Replace bti.svg to bti.png

* Update bti800.snmprec

* Update bti800.json

* Update bti800.json

* Update bti800.json

* Update bti800.yaml

* Update bti800.inc.php

Change call for each current Tx and Rx value by using pre_cache() function instead using snmp_get() function for each value to return.
2020-11-11 23:13:55 +01:00
..
Browser Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
data New device support named BTI SA-800 Series (#12264) 2020-11-11 23:13:55 +01:00
Feature Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
mocks Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
snmpsim New device support named BTI SA-800 Series (#12264) 2020-11-11 23:13:55 +01:00
Unit Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
__init__.py New python service for poller, discovery + more (#8455) 2018-06-30 12:19:49 +01:00
AddHostCliTest.php Added new authalgo support for SNMPv3 (#11966) 2020-10-29 13:02:26 -05:00
AddHostTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
AlertingTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
AuthHTTPTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
AuthSSOTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
BasicApiTest.php Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
bootstrap.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
CommonFunctionsTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
ConfigTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
CreatesApplication.php Apply fixes from StyleCI (#12117) 2020-09-21 14:54:51 +02:00
DBSetupTest.php Faster initial database creation (#12297) 2020-11-06 01:19:15 +01:00
DBTestCase.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
DocsTest.php Docs: don't index changelogs (#12166) 2020-09-30 10:11:32 +02:00
DuskTestCase.php Run artisan optimize after composer install (#11465) 2020-05-14 21:10:03 -05:00
FpingTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
FunctionsTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
GitIgnoreTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
IpTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
MibTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
module_tables.yaml Capture OSPF test data (#12215) 2020-10-19 09:35:41 -05:00
OSDiscoveryTest.php All os detection now uses Yaml (#12186) 2020-10-05 14:26:37 +02:00
OSModulesTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
QueryBuilderTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
RrdDefinitionTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
RrdtoolTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
SchemaTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
SmokepingCliTest.php Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
SnmpsimHelpers.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
SVGTest.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
SyslogTest.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
TestCase.php Apply fixes from StyleCI (#12117) 2020-09-21 14:54:51 +02:00
tests.py Python dispatcher service v2 (#10050) 2019-05-20 11:35:47 -05:00
YamlSchemaTest.php All os detection now uses Yaml (#12186) 2020-10-05 14:26:37 +02:00