-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnokia_ipsla.cfg
128 lines (128 loc) · 3.92 KB
/
nokia_ipsla.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<setup>
loglevel = 3
logsize = 100024
logfile = nokia_ipsla.log
</setup>
<database>
database = ca_uim
host =
port = 33006
user =
password =
</database>
<provisioning>
xml_dir = ./xml
delete_xml_files = 0
provisioning_on_start = 1
provisioning_interval = 90
decommission_interval = 360
polling_snmp_interval = 60
polling_health_interval = 360
polling_health_threads = 10
<xml_device_filters>
<0>
Model = ^ROUTEUR NOKIA
</0>
</xml_device_filters>
</provisioning>
<templates>
<tmnxOamPingResultsTable>
<0>
saa_name = .*
<tmnxOamPingResultsMinRtt>
active = yes
</tmnxOamPingResultsMinRtt>
<tmnxOamPingResultsMaxRtt>
active = yes
</tmnxOamPingResultsMaxRtt>
<tmnxOamPingResultsAverageRtt>
active = yes
</tmnxOamPingResultsAverageRtt>
<tmnxOamPingResultsMinTt>
active = yes
</tmnxOamPingResultsMinTt>
<tmnxOamPingResultsMaxTt>
active = yes
</tmnxOamPingResultsMaxTt>
<tmnxOamPingResultsMinInTt>
active = yes
</tmnxOamPingResultsMinInTt>
<tmnxOamPingResultsMaxInTt>
active = yes
</tmnxOamPingResultsMaxInTt>
<tmnxOamPingResultsTestRunResult>
active = yes
</tmnxOamPingResultsTestRunResult>
</0>
</tmnxOamPingResultsTable>
</templates>
<alerting>
<0>
saa_name = .*
<QOS_RESPONSEPATHTEST_MINIMUMRTT>
<alarm_test>
threshold = 80
</alarm_test>
</QOS_RESPONSEPATHTEST_MINIMUMRTT>
</0>
</alerting>
<messages>
default_origin =
<device_not_responding>
message = Connection to $source failed or login refused
token = unreachable
severity = 5
subsystem = 1.1.20
supp_key = nokia_ipsla_reachability_$source
variables = $host,$device,$source
</device_not_responding>
<device_responding>
message = Connection to $source restored
token = reachable
severity = 0
subsystem = 1.1.20
supp_key = nokia_ipsla_reachability_$source
variables = $host,$device,$source
</device_responding>
<probe_lastrunresult_fail>
message = Last Run Result has been detected has $state for probe test $testname on device $host
token = lastrunresult
severity = 5
subsystem = 1.1.20
supp_key = nokia_ipsla_probelastrunresult_$host
variables = $host,$state,$testname
</probe_lastrunresult_fail>
<probe_lastrunresult_success>
message = Last Run Result has been detected has successfull for probe test $testname on device $host
token = lastrunresult
severity = 0
subsystem = 1.1.20
supp_key = nokia_ipsla_probelastrunresult_$host
variables = $host,$state,$testname
</probe_lastrunresult_success>
<gettable_fail>
message = Failed to execute snmp ->gettable on device $source for table $table
token = gettable
severity = 5
subsystem = 1.1.20
supp_key = nokia_ipsla_gettable_$source_$table
variables = $host,$table,$device,$source
</gettable_fail>
<gettable_success>
message = Successfully executed snmp ->gettable on device $source for table $table
token = gettable
severity = 0
subsystem = 1.1.20
supp_key = nokia_ipsla_gettable_$source_$table
variables = $host,$table,$device,$source
</gettable_success>
<alarm_test>
message = Device $device ( test $test ) is below the threshold of $threshold
clear_message = Device $device ( test $test ) - alarm clear
token = test
severity = 5
subsystem = 1.1.20
supp_key = alarm_$source_$test_test
variables = $host,$threshold,$device,$source,$qos,$test,$unit,$value
</alarm_test>
</messages>