Skip to content

Configuration #9

@mjs

Description

@mjs

TOML file to allow different behaviour for different services.

Example:

check-on-startup = true
timeout = 5000
priority = "normal"
notify-on = ["failed"]

# Match in order, first wins
[[services]]
name = "postfix"
notify-on = ["success", "failed"]
priority = "urgent"

[[services]]
name = "foo*"
notify-on = []  # Ignore

[services]
name = "*"   # catch all
timeout = 5000
notify-on = ["failed"]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions