add dashboard for deluge (#389)
Co-authored-by: ibizaman <ibizapeanut@gmail.com>
This commit is contained in:
parent
a839080a15
commit
60a375de01
8 changed files with 1176 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ Template:
|
||||||
|
|
||||||
# Upcoming Release
|
# Upcoming Release
|
||||||
|
|
||||||
|
## Other Changes
|
||||||
|
|
||||||
|
- Add dashboard for deluge.
|
||||||
|
|
||||||
# v0.2.5
|
# v0.2.5
|
||||||
|
|
||||||
## Other Changes
|
## Other Changes
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.2.5
|
0.2.6
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
"blocks-monitoring-configuration": [
|
"blocks-monitoring-configuration": [
|
||||||
"blocks-monitoring.html#blocks-monitoring-configuration"
|
"blocks-monitoring.html#blocks-monitoring-configuration"
|
||||||
],
|
],
|
||||||
|
"blocks-monitoring-deluge-dashboard": [
|
||||||
|
"blocks-monitoring.html#blocks-monitoring-deluge-dashboard"
|
||||||
|
],
|
||||||
"blocks-monitoring-error-dashboard": [
|
"blocks-monitoring-error-dashboard": [
|
||||||
"blocks-monitoring.html#blocks-monitoring-error-dashboard"
|
"blocks-monitoring.html#blocks-monitoring-error-dashboard"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
1160
modules/blocks/monitoring/dashboards/Deluge.json
Normal file
1160
modules/blocks/monitoring/dashboards/Deluge.json
Normal file
File diff suppressed because it is too large
Load diff
BIN
modules/blocks/monitoring/docs/assets/dashboards_Deluge_1.png
Normal file
BIN
modules/blocks/monitoring/docs/assets/dashboards_Deluge_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
BIN
modules/blocks/monitoring/docs/assets/dashboards_Deluge_2.png
Normal file
BIN
modules/blocks/monitoring/docs/assets/dashboards_Deluge_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 330 KiB |
|
|
@ -112,6 +112,13 @@ This dashboard is meant to be the first stop to understand why a service is perf
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
## Deluge Dashboard {#blocks-monitoring-deluge-dashboard}
|
||||||
|
|
||||||
|
This dashboard is used to monitor a [deluge](./services-deluge.html) instance.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Requests Error Budget Alert {#blocks-monitoring-budget-alerts}
|
## Requests Error Budget Alert {#blocks-monitoring-budget-alerts}
|
||||||
|
|
||||||
This alert will fire when the ratio between number of requests getting a 5XX response from a service
|
This alert will fire when the ratio between number of requests getting a 5XX response from a service
|
||||||
|
|
|
||||||
|
|
@ -262,7 +262,7 @@ in
|
||||||
type = lib.types.nullOr (lib.types.enum ["critical" "error" "warning" "info" "debug"]);
|
type = lib.types.nullOr (lib.types.enum ["critical" "error" "warning" "info" "debug"]);
|
||||||
description = "Enable logging.";
|
description = "Enable logging.";
|
||||||
default = null;
|
default = null;
|
||||||
example = true;
|
example = "info";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue