Files
VE.Direct-notify/config.json
T
2026-06-02 20:22:10 +00:00

21 lines
449 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
}
]
}