22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"service": {
|
|
"url": "https://ntfy.example.com",
|
|
"username": "",
|
|
"password": "",
|
|
"auth_token": "",
|
|
"topic": "VED_Notify_MakeThisRandomOrComplexWithoutAuthentication"
|
|
},
|
|
"monitors": [
|
|
{
|
|
"parameter": "CS",
|
|
"warning": 0,
|
|
"error": 0
|
|
},
|
|
{
|
|
"parameter": "V",
|
|
"warning": 11.5,
|
|
"error": 10.5
|
|
}
|
|
],
|
|
"database": "/path/to/your/VE.Direct.db"
|
|
} |