Skip to content
Snippets Groups Projects
Commit 616c817a authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: provide historical data on Rosetta uptime via Check_MK plugin

parent 1926d245
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,12 @@ flock -n 9 || exit 1
if [[ "${RESULT}" =~ '<return>DataManagerServicesWSImpl</return>' ]]; then
status=0
statustext="Rosetta is running (got correct) answer from the heartbeat API)."
statustext="Rosetta is running (got correct answer from the heartbeat API)."
perf_values="rosetta_up=1"
else
status=2
statustext="Rosetta is NOT running."
perf_values="rosetta_up=0"
fi
echo "${status} ${itemname} ${perf_values} ${statustext}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment