We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e211a + 0d2206a commit 3a580d3Copy full SHA for 3a580d3
docker-entrypoint.sh
@@ -38,7 +38,7 @@ check_services () {
38
state="1"
39
fi
40
41
- output="$output { \"channel\": \"$service\", \"value\": \"$state\" },"
+ output="$output { \"channel\": \"$service\", \"value\": \"$state\", \"limitmode\": 1, \"limitminerror\": \"1\", \"limitmaxerror\": \"1\" },"
42
done
43
output="$output { \"channel\": \"updated\", \"value\": \"$(date +%s)\", \"showchart\": 0, \"showtable\": 0 } ] } }"
44
;;
0 commit comments