-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
In progress