-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
19 lines (19 loc) · 636 Bytes
/
Copy pathconfig.json
File metadata and controls
19 lines (19 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"alerta": {
"username": "alerta_username",
"password": "alerta_password",
"url": "https://alerta.io",
"query": "/alerts?sort-by=lastReceiveTime&status=open&status=unknown"
},
"path": {
"icon": {
"notify": "/usr/share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png",
"alert": "/usr/share/doc/HTML/en/khangman/application-exit.png"
},
"sound": {
"notify": "/usr/share/sounds/freedesktop/stereo/bell.oga",
"alert": "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"
}
},
"time_sleep": 30
}