nagios: fix stray ampersand that was breaking the curl command
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
a6cd73a473
commit
daa5e252cc
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ stdin=$(cat)
|
|||
|
||||
host=$(hostname -s)
|
||||
|
||||
curl -X POST -H "Content-Type: application/json" -u {{ matrix_nonbot_auth }} https://maubot.apps.ocp.fedoraproject.org/plugin/nonbot-nagios/send?host=$host&service=$1 -d "$stdin"
|
||||
curl -X POST -H "Content-Type: application/json" -u {{ matrix_nonbot_auth }} https://maubot.apps.ocp.fedoraproject.org/plugin/nonbot-nagios/send?host=$host\&service=$1 -d "$stdin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue