-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathalerts.json
executable file
·41 lines (41 loc) · 1.39 KB
/
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
33
34
35
36
37
38
39
40
41
{
"JANUSGRAPH": {
"JANUSGRAPH_SERVER": [
{
"name": "janusgraph",
"label": "janusgraph server",
"description": "This host-level alert is triggered if the JanusGraph Server Instance is unreachable.",
"interval": 1,
"scope": "ANY",
"source": {
"type": "SCRIPT",
"path": "JANUSGRAPH/package/alerts/alert_check_janusgraph_server.py",
"parameters": [
{
"name": "janusgraph.run.dir",
"display_name": "Run Directory",
"value": "{{janusgraph-env/janusgraph_pid_dir}}",
"type": "STRING",
"description": "The directory where the JanusGraph server process places its PID files."
},
{
"name": "janusgraph.install.dir",
"display_name": "JanusGraph Install Directory",
"value": "{{janusgraph-env/janusgraph_install_dir}}",
"type": "STRING",
"description": "The directory where the JanusGraph dist is located."
},
{
"name": "janusgraph.user",
"display_name": "JanusGraph User",
"value": "janusgraph",
"value": "{{janusgraph-env/janusgraph_user}}",
"type": "STRING",
"description": "User who starts the JanusGraph Server process"
}
]
}
}
]
}
}