Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.39 KB

gotify.md

File metadata and controls

43 lines (32 loc) · 2.39 KB

Gotify

Table of content

Configuration

Setting Env var Default value Description
gotify.hostport GOTIFY_HOSTPORT http://{domain or ip}:{port}, if not empty, Gotify output is enabled
gotify.token GOTIFY_TOKEN API Token
gotify.format GOTIFY_FORMAT markdown Format of the messages (plaintext, markdown, json)
gotify.checkcert GOTIFY_CHECKCERT true Check if ssl certificate of the output is valid
gotify.minimumpriority GOTIFY_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

gotify:
  hostport: "" # http://{domain or ip}:{port}, if not empty, Gotify output is enabled
  token: "" # API Token
  # format: "markdown" # Format of the messages (plaintext, markdown, json) (default: markdown)
  # checkcert: true # check if ssl certificate of the output is valid (default: true)
  # minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots

gotify example