Skip to content
Snippets Groups Projects
Commit 22ee0f49 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'add-systemdunit' into 'master'

check_http: fix output

See merge request !169
parents a9eee575 c6edcac7
No related branches found
No related tags found
1 merge request!169check_http: fix output
......@@ -149,7 +149,7 @@ else
sProblems+="- jq filter [$sJq] does not match on responded JSON\n"
else
sOK+="- jq filter [$sJq] matches\n"
sInfos+="Content aufter jq filter: ${_body}"
sInfos+="Content after jq filter: ${_body}"
fi
fi
fi
......
......@@ -175,6 +175,6 @@ Found:
- [UP] was found in body
Hints:
Content aufter jq filter: "UP"
Content after jq filter: "UP"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment