zabbix: tweak ubus acl json whitespace
authorDaniel F. Dickinson <redacted>
Sun, 5 Apr 2026 03:26:41 +0000 (23:26 -0400)
committerJosef Schlehofer <redacted>
Tue, 7 Apr 2026 12:35:44 +0000 (14:35 +0200)
Ensure consist JSON formatting by using jq --tab . <filename>.json.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/files/zabbix-network-ubus-acl.json
admin/zabbix/files/zabbix-wifi-ubus-acl.json

index f19f51b16ee04c97831c8879c6a09964d73baded..42371f616ab5013e8de25b9bae20ef3d7b48e51f 100644 (file)
@@ -2,7 +2,9 @@
        "user": "zabbix",
        "access": {
                "network.interface": {
-                       "methods": [ "dump" ]
+                       "methods": [
+                               "dump"
+                       ]
                }
        }
 }
index 9d9b093cfbc48f95a62ceb9c35a13fd560a17d0b..d24e1f286805b96c376f455c9cea13383d8e405d 100644 (file)
@@ -2,7 +2,9 @@
        "user": "zabbix",
        "access": {
                "network.wireless": {
-                       "methods": [ "status" ]
+                       "methods": [
+                               "status"
+                       ]
                }
        }
 }
git clone https://git.99rst.org/PROJECT