mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix alert.macros.rule (#15172)
* Add alert.macros.rule config_definitions.json * Update config_definitions.json * add validation
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
"order": 2,
|
||||
"type": "boolean"
|
||||
},
|
||||
"alert.macros.rule": {
|
||||
"type": "array",
|
||||
"validate": {
|
||||
"value": "array",
|
||||
"value.*": "string"
|
||||
}
|
||||
},
|
||||
"alert_colour.ok": {
|
||||
"default": "#00ff00",
|
||||
"type": "color"
|
||||
|
||||
Reference in New Issue
Block a user