Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 1 | { |
| 2 | "snmptrap.version": "1.3.0", |
| 3 | "snmptrap.title": "ONAP SNMP Trap Receiver" , |
| 4 | "protocols.transport": "udp", |
| 5 | "protocols.ipv4_interface": "0.0.0.0", |
Ladue, David (dl3158) | 6702b56 | 2018-03-29 15:00:54 -0400 | [diff] [blame] | 6 | "protocols.ipv4_port": 6162, |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 7 | "protocols.ipv6_interface": "::1", |
Ladue, David (dl3158) | 6702b56 | 2018-03-29 15:00:54 -0400 | [diff] [blame] | 8 | "protocols.ipv6_port": 6162, |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 9 | "cache.dns_cache_ttl_seconds": 60, |
| 10 | "publisher.http_timeout_milliseconds": 1500, |
| 11 | "publisher.http_retries": 3, |
| 12 | "publisher.http_milliseconds_between_retries": 750, |
| 13 | "publisher.http_primary_publisher": "true", |
| 14 | "publisher.http_peer_publisher": "unavailable", |
| 15 | "publisher.max_traps_between_publishes": 10, |
| 16 | "publisher.max_milliseconds_between_publishes": 10000, |
| 17 | "streams_publishes": { |
| 18 | "sec_measurement": { |
| 19 | "type": "message_router", |
| 20 | "aaf_password": "aaf_password", |
| 21 | "dmaap_info": { |
| 22 | "location": "mtl5", |
| 23 | "client_id": "111111", |
| 24 | "client_role": "com.att.dcae.member", |
| 25 | "topic_url": null |
| 26 | }, |
| 27 | "aaf_username": "aaf_username" |
| 28 | }, |
| 29 | "sec_fault_unsecure": { |
| 30 | "type": "message_router", |
| 31 | "aaf_password": null, |
| 32 | "dmaap_info": { |
| 33 | "location": "mtl5", |
| 34 | "client_id": null, |
| 35 | "client_role": null, |
| 36 | "topic_url": "http://ueb_server:3904/events/ONAP-COLLECTOR-SNMPTRAP" |
| 37 | }, |
| 38 | "aaf_username": null |
| 39 | } |
| 40 | }, |
Lusheng Ji | 1ee2859 | 2018-03-28 02:39:54 -0400 | [diff] [blame] | 41 | "files.runtime_base_dir": "/tmp/opt/app/snmptrap", |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 42 | "files.log_dir": "logs", |
| 43 | "files.data_dir": "data", |
| 44 | "files.pid_dir": "tmp", |
| 45 | "files.arriving_traps_log": "snmptrapd_arriving_traps.log", |
| 46 | "files.snmptrapd_diag": "snmptrapd_prog_diag.log", |
| 47 | "files.traps_stats_log": "snmptrapd_stats.csv", |
| 48 | "files.perm_status_file": "snmptrapd_status.log", |
Lusheng Ji | 1ee2859 | 2018-03-28 02:39:54 -0400 | [diff] [blame] | 49 | "files.eelf_base_dir": "/tmp/opt/app/snmptrap/logs", |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 50 | "files.eelf_error": "error.log", |
| 51 | "files.eelf_debug": "debug.log", |
| 52 | "files.eelf_audit": "audit.log", |
| 53 | "files.eelf_metrics": "metrics.log", |
| 54 | "files.roll_frequency": "hour", |
| 55 | "files.minimum_severity_to_log": 2, |
| 56 | "trap_def.1.trap_oid" : ".1.3.6.1.4.1.74.2.46.12.1.1", |
Ladue, David (dl3158) | 6702b56 | 2018-03-29 15:00:54 -0400 | [diff] [blame] | 57 | "trap_def.1.trap_category": "ONAP-COLLECTOR-SNMPTRAP", |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 58 | "trap_def.2.trap_oid" : "*", |
Ladue, David (dl3158) | 6702b56 | 2018-03-29 15:00:54 -0400 | [diff] [blame] | 59 | "trap_def.2.trap_category": "ONAP-COLLECTOR-SNMPTRAP", |
Ladue, David (dl3158) | abb283c | 2018-03-14 14:01:36 -0400 | [diff] [blame] | 60 | "stormwatch.1.stormwatch_oid" : ".1.3.6.1.4.1.74.2.46.12.1.1", |
| 61 | "stormwatch.1.low_water_rearm_per_minute" : "5", |
| 62 | "stormwatch.1.high_water_arm_per_minute" : "100", |
| 63 | "stormwatch.2.stormwatch_oid" : ".1.3.6.1.4.1.74.2.46.12.1.2", |
| 64 | "stormwatch.2.low_water_rearm_per_minute" : "2", |
| 65 | "stormwatch.2.high_water_arm_per_minute" : "200", |
| 66 | "stormwatch.3.stormwatch_oid" : ".1.3.6.1.4.1.74.2.46.12.1.2", |
| 67 | "stormwatch.3.low_water_rearm_per_minute" : "2", |
| 68 | "stormwatch.3.high_water_arm_per_minute" : "200" |
| 69 | } |