{ "id": null, "title": "WatchYourLAN Dashboard", "timezone": "browser", "schemaVersion": 38, "version": 1, "refresh": "10s", "panels": [ { "type": "stat", "title": "Appareils Totaux", "targets": [ { "expr": "wyl_devices_total" } ], "id": 1, "gridPos": { "x": 0, "y": 0, "w": 6, "h": 4 } }, { "type": "stat", "title": "Appareils en Ligne", "targets": [ { "expr": "wyl_online_devices" } ], "id": 2, "gridPos": { "x": 6, "y": 0, "w": 6, "h": 4 } }, { "type": "stat", "title": "Durée du Scan (sec)", "targets": [ { "expr": "wyl_scan_duration_seconds" } ], "id": 3, "gridPos": { "x": 12, "y": 0, "w": 6, "h": 4 } }, { "type": "graph", "title": "Historique des Appareils en Ligne", "targets": [ { "expr": "wyl_online_devices" } ], "id": 4, "gridPos": { "x": 0, "y": 4, "w": 12, "h": 7 } }, { "type": "graph", "title": "Changements d'État", "targets": [ { "expr": "wyl_state_changes_total" } ], "id": 5, "gridPos": { "x": 12, "y": 4, "w": 12, "h": 7 } } ] }