-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopenstack-probes.cfx
149 lines (149 loc) · 5.61 KB
/
openstack-probes.cfx
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<setup>
loglevel = 2
logfile = openstack-probes.log
testing = 0
interval = 300
hostname =
port = 3306
username =
password =
mysql-CRIT = 1200
mysql-WARN = 600
rabbit-CRIT = 10
rabbit-WARN = 5
samples = 3
mysql_exec = /usr/bin/mysql
mysql_defaults_file =
rabbitmq_cmd_line = /usr/sbin/rabbitmqctl
lvm-cmd-line = /sbin/vgdisplay
volume-name = cinder-volumes
volume-alarm = 10
os-username =
os-password =
os-tenant =
os-auth-url =
rpcdaemon_process_name = rpcdaemon
</setup>
<suppression>
<[default]>
active = no
start = 00:00
end = 00:01
</[default]>
</suppression>
<messages> overwrite
<MysqlClient>
text = Cannot locate the mysql executable
level = 4
</MysqlClient>
<Slave_IO_Running>
text = The Slave IO Thread not running replicant.
level = 5
</Slave_IO_Running>
<Slave_SQL_Running>
text = The Slave SQL Thread not running on replicant
level = 5
</Slave_SQL_Running>
<SecondBehindWarn>
text = The slave is slightly behind the master. The slave is now %SEC_BEHIND% seconds behind the master.
level = 4
</SecondBehindWarn>
<SecondBehindCrit>
text = The slave is critically behind the master. The slave is now %SEC_BEHIND% seconds behind the master.
level = 5
</SecondBehindCrit>
<DatabaseConnection>
text = Cannot connect to slave database, please verify access settings.
level = 5
</DatabaseConnection>
<RabbitConnection>
text = Cannot connect to RabbitMQ-Server, please verify server is running.
clear = Rabbit is now responding as expected. This alert is now clear.
level = 5
</RabbitConnection>
<NovaConnection>
text = Nova-manage not responding correctly. Please investigate.
clear = Nova-manage is now responding as expected. This alert is now clear.
level = 5
</NovaConnection>
<NeutronServerConnection>
text = Local Neutron/Quantum Server is not responding correctly. Please investigate.
clear = Neutron/Quantum is now responding as expected. This alert is now clear.
level = 5
</NeutronServerConnection>
<NeutronConnection>
text = Neutron/Quantum agent(s) not responding correctly. Please investigate.
clear = Neutron/Quantum agent(s) are now responding as expected. This alert is now clear.
level = 5
</NeutronConnection>
<KeystoneConnection>
text = Keystone not responding correctly. Please investigate.
clear = Keystone is now responding as expected. This alert is now clear.
level = 5
</KeystoneConnection>
<GlanceConnection>
text = Glance not responding correctly. Please investigate.
clear = Glance is now responding as expected. This alert is now clear.
level = 5
</GlanceConnection>
<KvmConnection>
text = LibVirt not responding correctly. Please investigate.
clear = LibVirt is now responding as expected. This alert is now clear.
level = 5
</KvmConnection>
<MemCachedConnection>
text = MemCached not responding correctly. Please investigate.
clear = MemCached is now responding as expected. This alert is now clear.
level = 4
</MemCachedConnection>
<NoVncProxyConnection>
text = Local Nova-NoVncProxy Service did not respond correctly. Please investigate.
clear = Local Nova-NoVncProxy Service is now responding as expected. This alert is now clear.
level = 4
</NoVncProxyConnection>
<HorizonConnection>
text = Local Apache Service did not respond correctly. Please investigate.
clear = Local Apache Service is now responding as expected. This alert is now clear.
level = 4
</HorizonConnection>
<CinderConnection>
text = Local Cinder-Api Service did not respond correctly. Please investigate.
clear = Local Cinder-Api Service is now responding as expected. This alert is now clear.
level = 4
</CinderConnection>
<OvsSwitchdConnection>
text = Local ovs-vswitchd Service did not respond correctly. Please investigate.
clear = Local ovs-vswitchd Service is now responding as expected. This alert is now clear.
level = 5
</OvsSwitchdConnection>
<OvsDBConnection>
text = Local ovsdb-server Service did not respond correctly. Please investigate.
clear = Local ovsdb-server Service is now responding as expected. This alert is now clear.
level = 5
</OvsDBConnection>
<SwiftProxyConnection>
text = Local Swift Proxy-Server did not respond correctly. Please investigate.
clear = Local Swift Proxy-Server is now responding as expected. This alert is now clear.
level = 5
</SwiftProxyConnection>
<SwiftAccountConnection>
text = Local Swift Account-Server did not respond correctly. Please investigate.
clear = Local Swift Account-Server is now responding as expected. This alert is now clear.
level = 5
</SwiftAccountConnection>
<SwiftContainerConnection>
text = Local Swift Container-Server did not respond correctly. Please investigate.
clear = Local Swift Container-Server is now responding as expected. This alert is now clear.
level = 5
</SwiftContainerConnection>
<SwiftObjectConnection>
text = Local Swift Object-Server did not respond correctly. Please investigate.
clear = Local Swift Object-Server is now responding as expected. This alert is now clear.
level = 5
</SwiftObjectConnection>
<RPCDaemonNotRunning>
text = RPC Daemon Process is not running. Please investigate.
clear = RPC Daemon Process is now running. This alert is now clear.
level = 5
</RPCDaemonNotRunning>
</messages>