config.json hinzugefügt
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user