11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
|
template Notification "slack-service-notification" {
|
||
|
command = "slack-service-notification"
|
||
|
|
||
|
states = [ OK, Warning, Critical, Unknown ]
|
||
|
types = [ Problem, Acknowledgement, Recovery, Custom,
|
||
|
FlappingStart, FlappingEnd,
|
||
|
DowntimeStart, DowntimeEnd, DowntimeRemoved ]
|
||
|
|
||
|
period = "24x7"
|
||
|
}
|