Files
librenms-librenms/tests/snmpsim
Timothy Willey 0d656590ec NEW OS Aruba Instant (#9954)
* New OS: Aruba Instant

* New OS: Aruba Instant

* recreate test data

* remove aruba_instant test data

* remove empty file includes/definitions/discovery/aruba-instant.yaml

* fix state sensor discovery

* remove minor changes to includes/polling/functions.inc.phpwq

* move mac helper functions to Rewrite class

* simplify snmpwalk_group usage, general code cleanup

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* recreate test data for 105 variant

* Add Client sensors for 8.4.0.0+

* begin stream-lining discovery and polling. separating discovery functions

* update test data

* update test data

* update test data

* improve mempool discovery/polling, clean up os polling, improve state discovery, improve os definition, misc fixes to wireless sensors module

* attempt to implement custom AP and client discovery and polling

* code fixes

* re-add ap count top graph

* more fixes

* more fixes

* more fixes

* more fixes

* remove some debugging, update test data

* code cleanup

* code cleanup

* address some scrutinizer warnings
2019-05-13 10:06:12 -05:00
..
2016-09-23 14:57:31 -05:00
2016-09-23 14:57:31 -05:00
2018-11-28 23:09:02 +00:00
2019-05-13 10:06:12 -05:00
2018-07-07 13:55:17 +01:00
2018-02-05 07:39:13 -06:00
2018-02-05 07:39:13 -06:00
2018-02-05 07:39:13 -06:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2018-07-23 12:44:53 -05:00
2016-09-23 14:57:31 -05:00
2018-12-11 08:41:26 -06:00
2018-07-07 13:55:17 +01:00
2018-05-11 22:23:37 -05:00
2016-10-30 20:10:26 +00:00
2019-03-27 15:37:23 -05:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2018-07-23 12:44:53 -05:00
2019-03-12 23:59:03 -05:00
2018-02-05 07:39:13 -06:00
2018-04-13 21:57:34 -05:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2018-12-11 08:41:26 -06:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2019-03-01 08:08:04 -06:00
2016-09-23 14:57:31 -05:00
2016-09-23 14:57:31 -05:00
2018-11-28 22:27:07 -06:00
2016-09-28 20:36:12 -05:00
2016-09-23 14:57:31 -05:00
2016-09-23 14:57:31 -05:00
2016-09-23 14:57:31 -05:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2018-02-07 23:17:35 -06:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2019-01-19 12:38:56 -06:00
2018-02-05 07:39:13 -06:00
2016-09-23 14:57:31 -05:00
2018-02-05 07:39:13 -06:00
2019-01-30 21:34:15 -06:00
2016-09-23 14:57:31 -05:00
2018-03-19 21:37:19 +00:00
2018-02-05 07:39:13 -06:00
2018-02-05 07:39:13 -06:00
2018-02-07 23:28:46 -06:00
2016-09-23 14:57:31 -05:00
2016-09-23 14:57:31 -05:00
2016-09-28 20:36:12 -05:00
2018-02-05 07:39:13 -06:00

Instructions

Copy the skel.snmprec file to the desired filename this must start with the os name. This skel.snmprec file contains empty sysDescr and sysObjectID entries.

File format

Data file format is optimized to be compact, human-readable and inexpensive to parse. It's also important to store full and exact response information in a most intact form. Here's an example data file content:

1.3.6.1.2.1.1.1.0|4|Linux 2.6.25.5-smp SMP Tue Jun 19 14:58:11 CDT 2007 i686 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10 1.3.6.1.2.1.1.3.0|67|233425120 1.3.6.1.2.1.2.2.1.6.2|4x|00127962f940 1.3.6.1.2.1.4.22.1.3.2.192.21.54.7|64x|c3dafe61 There is a pipe-separated triplet of OID-tag-value items where:

OID is a dot-separated set of numbers. Tag is a BER-encoded ASN.1 tag. When value is hexified, an 'x' literal is appended. Reference to a variation module can also be embedded into tag. Value is either a printable string, a number or a hexifed value. Valid tag values and their corresponding ASN.1/SNMP types are:

type value
Integer32 2
OCTET STRING 4
NULL 5
OBJECT IDENTIFIER 6
IpAddress 64
Counter32 65
Gauge32 66
TimeTicks 67
Opaque 68
Counter64 70