-
Notifications
You must be signed in to change notification settings - Fork 1
/
pvsr_proxy_probe.cfg
124 lines (124 loc) · 3.82 KB
/
pvsr_proxy_probe.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
{
"soap": {
"url": "http://localhost:8082/",
"wsdl_url": "http://localhost/cgi-bin/soap_web.pl?WSDLliteral",
"user": "admin",
"password": "admin123"
},
"logging": {
"config_file": "logging.conf"
},
"default_site": "mPlane",
"delete_created_measurements": true,
"pvsr_default_conf_check_cycle": 60,
"measurements": {
"pvsr-mplane-web": {
"types": {
"#YHA": {
"first": "pvsr.availability"
},
"#YHR": {
"first": "rtt.ms"
}
},
"uda_name2mplane_name": {
"HTTP M 1 URL": "url",
"HTTP M 2 USER": "pvsr.user",
"HTTP M 3 PWD": "pvsr.pwd",
"HTTP M 4 PROXY": "pvsr.proxy",
"HTTP M 5 REGEX": "pvsr.regex"
},
"equipment": "mPlane Synth"
}
,
"pvsr-mplane-cisco-ipsla": {
"types": {
"#cIEA": {
"first": "pvsr.availability"
},
"#cIER": {
"first": "delay.twoway.icmp.us.mean",
"multiply": "1000"
}
},
"mplane_constants": {
"source.ip4": "192.168.35.228"
},
"uda_name2mplane_name": {
"SAA ICMP_ECHO M 1 TARGET": "destination.ip4",
"SAA ICMP_ECHO M 2 FREQUENCY": "period.s"
},
"index_mplane_name": "pvsr.ipsla.config_entry",
"uda_constants": {
"SAA ICMP_ECHO M 4 PACKET SIZE": 28
},
"equipment": "mPlane IP SLA"
}
,
"pvsr-mplane-application": {
"types": {
"#aCPR": {
"first": "pvsr.availability",
"multiply": 100
},
"#aFUT": {
"first": "rtt.s"
}
},
"equipment": "FHB átutalás demo",
"uda_constants": {
"APPMON M 1 SCRIPT": 1
},
"check_udas": false,
"verb_measure": false
}
,
"pvsr-mplane-cisco-ping": {
"types": {
"#RAVA": {
"first": "pvsr.availability"
},
"#RAVG": {
"first": "delay.twoway.icmp.us.mean",
"multiply": "1000"
},
"#RMM": {
"first": "delay.twoway.icmp.us.min",
"second": "delay.twoway.icmp.us.max",
"multiply": "1000"
}
},
"index_mplane_name": "destination.ip4",
"mplane_constants": {
"source.ip4": "192.168.35.228"
},
"uda_name2mplane_name": {
"RPING M 5 DELAY": "period.ms",
"RPING M 2 PC": "pvsr.count"
},
"equipment": "mPlane RPing"
}
,
"pvsr-mplane-ping": {
"types": {
"#JR": {
"first": "delay.twoway.icmp.us.mean",
"multiply": "1000"
},
"#JRM": {
"first": "delay.twoway.icmp.us.min",
"second": "delay.twoway.icmp.us.max",
"multiply": "1000"
}
},
"index_mplane_name": "destination.ip4",
"mplane_constants": {
"source.ip4": "192.168.35.100"
},
"uda_name2mplane_name": {
"JAGA M 1 SAMPLE": "period.s"
},
"equipment": "mPlane Jaga"
}
}
}