mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 09:22:11 +01:00
service/prometheus: update example
This commit is contained in:
parent
e1602b9e5e
commit
4aee9abb29
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
Prometheus alert expression.
|
Prometheus alert expression.
|
||||||
'';
|
'';
|
||||||
example = "http://192.168.1.10:1234";
|
example = ''disk_used_percent{mode!="ro"} >= 90'';
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
description = mkOption {
|
description = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue