MyNixOS website logo
option

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.

Declarations
Type
list of (submodule)
Default
[
  {
    condition = "status == \"resolved\"";
    tag = "green_circle";
  }
  {
    condition = "status == \"firing\"";
    tag = "red_circle";
  }
]