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