diff --git a/config.json b/config.json index 0f33286..c68f411 100644 --- a/config.json +++ b/config.json @@ -8,14 +8,13 @@ }, "monitors": [ { - "parameter": "CS", - "warning": 0, - "error": 0 + "parameter": "ERR", + "error": ["gt", 0] }, { "parameter": "V", - "warning": 11.5, - "error": 10.5 + "warning": ["lt", 11.5], + "error": ["lte", 10.5] } ], "database": "/path/to/your/VE.Direct.db"