123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938 |
- snmp/v2c_connection_good:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_endpoint:
- collection_interval: 10s
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/invalid_endpoint:
- collection_interval: 10s
- endpoint: udp://a:a:a:a:a:a
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_port:
- collection_interval: 10s
- endpoint: "udp://localhost"
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_port_trailing_colon:
- collection_interval: 10s
- endpoint: "udp://localhost:"
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/bad_endpoint_scheme:
- collection_interval: 10s
- endpoint: "http://localhost:161"
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_endpoint_scheme:
- collection_interval: 10s
- endpoint: "localhost:161"
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_version:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/bad_version:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: 9999
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_connection_good:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: "v3"
- security_level: "auth_priv"
- user: u
- auth_type: "MD5"
- auth_password: "p"
- privacy_type: "DES"
- privacy_password: "pp"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_user:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "no_auth_no_priv"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_security_level:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- user: u
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_bad_security_level:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "super"
- user: u
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_auth_type:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_no_priv"
- user: u
- auth_password: "p"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_bad_auth_type:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_no_priv"
- user: u
- auth_type: "super"
- auth_password: "p"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_auth_password:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_no_priv"
- user: u
- auth_type: "MD5"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_privacy_type:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_priv"
- user: u
- auth_type: "MD5"
- auth_password: "p"
- privacy_password: "pp"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_bad_privacy_type:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_priv"
- user: u
- auth_type: "MD5"
- auth_password: "p"
- privacy_type: "super"
- privacy_password: "pp"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/v3_no_privacy_password:
- collection_interval: 10s
- endpoint: "udp://localhost:161"
- version: "v3"
- security_level: "auth_priv"
- user: u
- auth_type: "MD5"
- auth_password: "p"
- privacy_type: "DES"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_metric_config:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- snmp/no_metric_unit:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_metric_gauge_or_sum:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- scalar_oids:
- - oid: "1"
- snmp/no_metric_oids:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: double
- snmp/no_metric_gauge_type:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type:
- scalar_oids:
- - oid: "1"
- snmp/bad_metric_gauge_type:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "Counter"
- scalar_oids:
- - oid: "1"
- snmp/no_metric_sum_type:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- sum:
- aggregation: cumulative
- monotonic: true
- scalar_oids:
- - oid: "1"
- snmp/bad_metric_sum_type:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- sum:
- aggregation: cumulative
- monotonic: true
- value_type: "Counter"
- scalar_oids:
- - oid: "1"
- snmp/no_metric_sum_aggregation:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- sum:
- monotonic: true
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/bad_metric_sum_aggregation:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- sum:
- aggregation: Counter
- monotonic: true
- value_type: double
- scalar_oids:
- - oid: "1"
- snmp/no_scalar_oid_oid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - attributes:
- snmp/no_attribute_oid_prefix_or_enums:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- snmp/no_scalar_oid_attribute_name:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- attributes:
- - value: val1
- snmp/bad_scalar_oid_attribute_name:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- enum:
- - val1
- - val2
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a1
- value: val1
- snmp/bad_scalar_oid_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- oid: "1"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a2
- value: val1
- snmp/bad_scalar_oid_attribute_value:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- enum:
- - val1
- - val2
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a2
- value: val3
- snmp/no_column_oid_oid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - attributes:
- snmp/no_column_oid_attribute_name:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name:
- snmp/bad_column_oid_attribute_name:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- oid: "1"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name: a1
- snmp/bad_column_oid_attribute_value:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- enum:
- - val1
- - val2
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name: a2
- value: val3
- snmp/bad_column_oid_resource_attribute_name:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- oid: "2"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - a2
- snmp/column_oid_no_indexed_attribute_or_resource_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- enum:
- - val1
- - val2
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name: a2
- value: val1
- snmp/no_resource_attribute_oid_or_scalar_oid_or_prefix:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- snmp/complex_good:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- indexed_value_prefix: p
- ra2:
- oid: "1"
- attributes:
- a1:
- value: v
- enum:
- - val1
- a2:
- enum:
- - val1
- - val2
- a3:
- indexed_value_prefix: p
- a4:
- oid: "1"
- metrics:
- m1:
- unit: 1
- sum:
- aggregation: cumulative
- monotonic: true
- value_type: int
- column_oids:
- - oid: "1"
- attributes:
- - name: a4
- m2:
- unit: "By"
- gauge:
- value_type: int
- column_oids:
- - oid: "1"
- attributes:
- - name: a3
- - name: a2
- value: val1
- - oid: "2"
- attributes:
- - name: a3
- - name: a2
- value: val2
- m3:
- unit: "By"
- gauge:
- value_type: double
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a1
- value: val1
- m4:
- unit: "{things}"
- sum:
- aggregation: cumulative
- monotonic: true
- value_type: int
- scalar_oids:
- - oid: "1"
- m5:
- unit: "{things}"
- sum:
- aggregation: cumulative
- monotonic: false
- value_type: int
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a1
- value: val1
- m6:
- unit: 1
- sum:
- aggregation: delta
- monotonic: true
- value_type: int
- scalar_oids:
- - oid: "1"
- attributes:
- - name: a2
- value: val1
- - oid: "2"
- attributes:
- - name: a2
- value: val2
- m7:
- unit: "By"
- gauge:
- value_type: int
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- m8:
- unit: "By"
- gauge:
- value_type: int
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra2
- m9:
- unit: "By"
- gauge:
- value_type: int
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- - ra2
- m10:
- unit: "By"
- gauge:
- value_type: int
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- - ra2
- attributes:
- - name: a1
- value: val1
- - name: a3
- - name: a4
- snmp/scalar_oid_resource_attribute_on_column_oid_metric_with_column_oid_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- oid: "1"
- resource_attributes:
- ra1:
- scalar_oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name: a2
- resource_attributes:
- - ra1
- snmp/scalar_oid_resource_attribute_on_column_oid_metric_with_indexed_value_prefix_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- attributes:
- a2:
- indexed_value_prefix: "p"
- resource_attributes:
- ra1:
- scalar_oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- attributes:
- - name: a2
- resource_attributes:
- - ra1
- snmp/scalar_oid_resource_attribute_on_column_oid_metric_without_indexed_identifier:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- snmp/scalar_oid_resource_attribute_on_column_oid_metric_with_column_oid_resource_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- ra2:
- oid: "1"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- - ra2
- snmp/scalar_oid_resource_attribute_on_column_oid_metric_with_indexed_value_prefix_resource_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- ra2:
- indexed_value_prefix: "p"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- - ra2
- snmp/multiple_keys_on_resource_attribute:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- oid: "1"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- snmp/scalar_oid_resource_attribute_ends_in_nonzero_digit:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "1"
- ra2:
- oid: "1"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- - ra2
- snmp/column_oid_resource_attribute_ends_in_zero:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- column_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- snmp/scalar_oid_single_scalar_resource_attribute_is_valid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "1"
- resource_attributes:
- - ra1
- snmp/scalar_oid_multiple_scalar_resource_attribute_is_valid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- scalar_oid: "0"
- ra2:
- scalar_oid: "0"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "0"
- resource_attributes:
- - ra1
- - ra2
- snmp/scalar_oid_with_coid_resource_attribute_is_invalid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- oid: "2"
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "0"
- resource_attributes:
- - ra1
- snmp/scalar_oid_with_ivp_resource_attribute_is_invalid:
- collection_interval: 10s
- endpoint: udp://localhost:161
- version: v2c
- community: public
- resource_attributes:
- ra1:
- indexed_value_prefix: p
- metrics:
- m3:
- unit: "By"
- gauge:
- value_type: "double"
- scalar_oids:
- - oid: "0"
- resource_attributes:
- - ra1
|