{ "id": null, "title": "WatchYourLAN Dashboard (corrected)", "timezone": "browser", "schemaVersion": 38, "version": 1, "refresh": "10s", "panels": [ { "type": "stat", "title": "Nombre d'hôtes détectés", "targets": [ { "expr": "count(watch_your_lan_up)" } ], "id": 1, "gridPos": { "x": 0, "y": 0, "w": 6, "h": 4 } }, { "type": "stat", "title": "Hôtes en ligne", "targets": [ { "expr": "sum(watch_your_lan_up)" } ], "id": 2, "gridPos": { "x": 6, "y": 0, "w": 6, "h": 4 } }, { "type": "graph", "title": "Historique des hôtes en ligne", "targets": [ { "expr": "sum(watch_your_lan_up)" } ], "id": 3, "gridPos": { "x": 0, "y": 4, "w": 12, "h": 7 } }, { "type": "graph", "title": "Changements d'état (arrivée / départ)", "targets": [ { "expr": "changes(watch_your_lan_up[5m])" } ], "id": 4, "gridPos": { "x": 12, "y": 4, "w": 12, "h": 7 } }, { "type": "graph", "title": "État par IP", "targets": [ { "expr": "watch_your_lan_up" } ], "id": 5, "gridPos": { "x": 0, "y": 11, "w": 24, "h": 8 } } ] }