Add production installer and observability tooling

This commit is contained in:
2026-05-07 12:11:15 -03:00
parent a19ac9f00c
commit 5d92a6c99a
30 changed files with 3493 additions and 1015 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"title": "Planta Baixa - Pavimento 1",
"grafana_dashboard_uid": "vfire-floorplan-pav1",
"background_image_url": "https://example.local/planta/pavimento-1.png",
"vfire_base_url": "http://127.0.0.1:8088",
"zabbix_host": "NFS-320",
"items": [
{
"id": "det-recepcao",
"label": "Detector Recepcao",
"item_key": "notifier.status[Detector Recepcao]",
"icon": "detector-smoke",
"x": 180,
"y": 120,
"width": 36,
"height": 36
},
{
"id": "mod-bomba",
"label": "Modulo Bomba Incendio",
"item_key": "notifier.status[Modulo Bomba Incendio]",
"icon": "module-input",
"x": 420,
"y": 260,
"width": 40,
"height": 40
},
{
"id": "sirene-p1",
"label": "Sirene Pavimento 1",
"item_key": "notifier.status[Modulo Sirene Pavimento 1]",
"icon": "siren",
"x": 680,
"y": 110,
"width": 42,
"height": 42
}
]
}