Skip to content

Commit

Permalink
cleanup default worker config
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Sep 4, 2024
1 parent 6d4678e commit 144fff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ use_perl_cache=on

# Show worker identifier in result output
# Possible values:
# off: Do not show worker identifier.
# on: The worker identifier is displayed at the beginning of the plugin output. E.g. "(worker: w1) Service is Running"
# pre_perfdata: The worker identifier is displayed at the end of the plugin output text, but before the perfdata. E.g. "Service is Running (worker: w1) | duration=10ms, version=1"
# off: Do not show worker identifier. (default)
# on: The worker identifier is displayed at the beginning of the plugin output. E.g. "(worker: w1) Service is Running"
# pre_perfdata: The worker identifier is displayed at the end of the plugin output text, but before the perfdata. E.g. "Service is Running (worker: w1) | duration=10ms, version=1"
#
# Default is off
#worker_name_in_result=off
Expand Down

0 comments on commit 144fff6

Please sign in to comment.