Ntfy Notifier

Kibitzr supports sending notifications via ntfy service.

Configuration

The ntfy notifier needs an url and a topic to send notifications. You can optionally include an auth value, which will be sent in the Authorization header.

Example of kibitzr-creds.yml file:

ntfy:
    url: https://ntfy.sh
    topic: secret-topic

Now the notifier can be configured in kibitzr.yml using following syntax:

checks:
  ...
    notify:
      - ntfy

Some defaults can be overridden for each check:

checks:
  ...
    notify:
      - ntfy:
            topic: another-topic
            title: Important Notification # default: kibitzr
            priority: 5 # default: 3