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

do not show successful posts in journallog

parent bee00b1e
No related branches found
No related tags found
1 merge request!10do not show successful posts in journallog
......@@ -403,7 +403,7 @@ function processCheck(){
# _testHttpOk ${_response} >/dev/null
http.isOk >/dev/null
if [ $? -eq 0 ]; then
_elog "${_logPrefix} rc=$rc - OK, response was sent to Icinga"
_log "${_logPrefix} rc=$rc - OK, response was sent to Icinga"
else
_elog "${_logPrefix} rc=$rc - WARNING: the check response was NOT sent to Icinga"
_rc=$_rc+1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment