Skip to content

Commit

Permalink
Merge pull request #19 from pascalberger/feature/hide-updated-channel
Browse files Browse the repository at this point in the history
Hide updated value in PRTG by default
  • Loading branch information
pascalberger authored Aug 23, 2019
2 parents 910c4b3 + 689565a commit 53e211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ check_services () {

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

*)
Expand Down

0 comments on commit 53e211a

Please sign in to comment.