nagios: remove serviceackauthor from host notifications
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
1cb0c81048
commit
172a57c0cf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ define command{
|
|||
# 'host-notify-by-matrixbot' command definition
|
||||
define command{
|
||||
command_name host-notify-by-matrixbot
|
||||
command_line /usr/bin/echo '{"notificationtype": "$NOTIFICATIONTYPE$", "hostname": "$HOSTNAME$", "servicestate": "$HOSTSTATE$", "serviceoutput": "$HOSTOUTPUT$", "hostackauthor": "$HOSTACKAUTHOR$", "serviceackauthor": "$SERVICEACKAUTHOR$"}' | /usr/local/bin/matrix-notify.sh false
|
||||
command_line /usr/bin/echo '{"notificationtype": "$NOTIFICATIONTYPE$", "hostname": "$HOSTNAME$", "servicestate": "$HOSTSTATE$", "serviceoutput": "$HOSTOUTPUT$", "hostackauthor": "$HOSTACKAUTHOR$"}' | /usr/local/bin/matrix-notify.sh false
|
||||
}
|
||||
|
||||
# 'notify-by-email' command definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue