mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02: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 = ''
|
||||
Prometheus alert expression.
|
||||
'';
|
||||
example = "http://192.168.1.10:1234";
|
||||
example = ''disk_used_percent{mode!="ro"} >= 90'';
|
||||
default = null;
|
||||
};
|
||||
description = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue