forked from Symantec/ambari-cassandra-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alerts.json
32 lines (32 loc) · 869 Bytes
/
alerts.json
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
{
"Cassandra": {
"service": [],
"Cluster-Hosts": [
{
"name": "Cassandra_service",
"label": "Cassandra Service Process",
"description": "This host-level alert is triggered if the Cassandra service cannot be determined to be up.",
"interval": 1,
"scope": "HOST",
"source": {
"type": "PORT",
"uri": "{{cassandra-site/storage_port}}",
"default_port": 7000,
"reporting": {
"ok": {
"text": "TCP OK - {0:.3f}s response on port {1}"
},
"warning": {
"text": "TCP OK - {0:.3f}s response on port {1}",
"value": 1.5
},
"critical": {
"text": "Connection failed: {0} to {1}:{2}",
"value": 5.0
}
}
}
}
]
}
}