service/prometheus: add source-url of alerts

This commit is contained in:
Felix Buehler 2023-07-10 23:31:10 +02:00
parent 29ae7fc2ba
commit a06e7e20ff

View file

@ -29,6 +29,7 @@ in
description = "retention time"; description = "retention time";
}; };
# a good collections for allerts can be found here: https://samber.github.io/awesome-prometheus-alerts/rules#blackbox
rules = mkOption { rules = mkOption {
type = types.attrsOf type = types.attrsOf
(types.submodule { (types.submodule {