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

fix missing performance data

parent 5db78f94
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
_product="ICINGA PASSIVE CLIENT"
_version="0.4"
_version="0.5"
_license="GNU GPL 3.0"
_copyright='(c) 2020 Institute for Medical Education * University of Bern'
......@@ -320,6 +320,7 @@ function processCheck(){
fi
typeset -i local iTsEnd=`date +%s`
# outPerfdata=`grep '|' $_outfile | cut -f 2 -d '|'`
outPerfdata=`grep '|' $_outfile | rev | cut -f 1 -d '|' | rev`
echo
echo -------- check output:
cat $_outfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment