Skip to content

Settings Overview & Priority

It's important to understand how settings can be applied on three different levels (this applies to both normal settings and notifications settings).

The three levels are:

  • Global (settings / notifications)
  • Per container (containers)
  • Per keyword or regex (keyword / regex)

When the same setting is defined in multiple places, the following priority applies:

keyword/regex > container > global

This table shows which settings are available and where they can be configured:

SettingGlobal (settings)Per Container (containers)Per Keyword (keywords)Description
log_levelLogging level: DEBUG, INFO, WARNING, ERROR
multi_line_entriesEnable detection of multi-line log entries
reload_configAutomatically reload config on changes
disable_start_messageDisable startup notification
disable_shutdown_messageDisable shutdown notification
disable_config_reload_messageDisable notification when config is reloaded
disable_container_event_messageDisable notification when container monitoring starts/stops
hostsName of the host a container should be monitored on if monitoring multiple hosts
excluded_keywordsLog lines with these keywords will always be ignored
hide_regex_in_titleExclude regex from notification title for cleaner look
notification_cooldownSeconds between repeated alerts per container and keyword
notification_titleTemplate for the notification title ({container}, {keywords})
attachment_linesNumber of log lines to include in attachments
attach_logfileAttach log output to the notification (true/false)
action_cooldownCooldown before triggering container actions (restart/stop)
actionTrigger container actions (restart/stop)
json_templateTemplate for JSON log entries
templateTemplate for plain text log entries using named capturing groups

The same applies to the notifications settings. You can set the same settings globally or per container or per keyword/regex.

SettingGlobal (notifications)Per Container (containers)Per Keyword (keywords)Description
apprise_url✅ (.apprise.url)Apprise-compatible URL for notifications
ntfy_url✅ (.ntfy.url)ntfy server URL
ntfy_topic✅ (.ntfy.topic)ntfy topic
ntfy_priority✅ (.ntfy.priority)ntfy priority (1–5)
ntfy_tags✅ (.ntfy.tags)Tags/emojis for ntfy notifications
ntfy_token✅ (.ntfy.token)ntfy token for authentication
ntfy_username✅ (.ntfy.username)ntfy username for authentication
ntfy_password✅ (.ntfy.password)ntfy password for authentication
webhook_url✅ (.webhook.url)Custom webhook URL for notifications
webhook_headers✅ (.webhook.headers)Custom headers for webhook notifications

✅ = supported
– = not supported