services.prometheus.alertmanager-ntfy.settings.ntfy.notification.tags

Tags to add to ntfy.sh messages. See https://docs.ntfy.sh/publish/#tags-emojis for more information.

Type
list of (submodule)
Default
[
  {
    condition = "status == \"resolved\"";
    tag = "green_circle";
  }
  {
    condition = "status == \"firing\"";
    tag = "red_circle";
  }
]
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/alertmanager-ntfy.nix>