diff --git a/panel.json b/panel.json index 75aa24b..140a9a6 100644 --- a/panel.json +++ b/panel.json @@ -446,9 +446,17 @@ "color": "green", "value": null }, + { + "color": "#EAB839", + "value": 50000 + }, { "color": "red", - "value": 80 + "value": 200000 + }, + { + "color": "#6ED0E0", + "value": 4000000 } ] }, @@ -757,7 +765,7 @@ } ] }, - "unit": "KBs" + "unit": "Bps" }, "overrides": [] }, @@ -922,6 +930,6 @@ "timezone": "", "title": "I2PD", "uid": "c17bbf3c-fa9d-40cd-82e5-7732ff7b9ca4", - "version": 9, + "version": 11, "weekStart": "" } \ No newline at end of file diff --git a/panel.png b/panel.png new file mode 100644 index 0000000..9b1a69f Binary files /dev/null and b/panel.png differ diff --git a/readme.md b/readme.md index 200a9ab..3a62726 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ A basic prometheus exporter that exports miscellaneous data using the i2pcontrol protocol such as peers, data sent & received and so on... +![](panel.png) + ## How to use (Nix) 1. Import to your flake