Skip to content

Commit 53e211a

Browse files
authored
Merge pull request #19 from pascalberger/feature/hide-updated-channel
Hide updated value in PRTG by default
2 parents 910c4b3 + 689565a commit 53e211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ check_services () {
4040

4141
output="$output { \"channel\": \"$service\", \"value\": \"$state\" },"
4242
done
43-
output="$output { \"channel\": \"updated\", \"value\": \"$(date +%s)\" } ] } }"
43+
output="$output { \"channel\": \"updated\", \"value\": \"$(date +%s)\", \"showchart\": 0, \"showtable\": 0 } ] } }"
4444
;;
4545

4646
*)

0 commit comments

Comments
 (0)