Skip to content

Commit

Permalink
Update description of include and exclude job lists in the global plu…
Browse files Browse the repository at this point in the history
…gin settings
  • Loading branch information
nikita-tkachenko-datadog committed Jan 16, 2024
1 parent 9dfc31f commit 6d1a500
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
</f:entry>
<f:validateButton title="${%Test Hostname}" progress="${%Testing...}" method="testHostname" with="hostname" checkMethod="post" />

<f:entry title="Excluded Jobs" description="A comma-separated list of job names that should not monitored." >
<f:entry title="Excluded Jobs" description="A comma-separated list of job names that should not be monitored. The list can contain regular expressions (please keep in mind that regular expressions are different from glob patterns)." >
<f:textarea field="blacklist" optional="true" default="${blacklist}" />
</f:entry>

<f:entry title="Included Jobs" description="A list of job names that should be monitored. An empty included permits all jobs not excluded." >
<f:entry title="Included Jobs" description="A comma-separated list of job names that should be monitored. An empty included permits all jobs not excluded. The list can contain regular expressions (please keep in mind that regular expressions are different from glob patterns)." >
<f:textarea field="whitelist" optional="true" default="${whitelist}" />
</f:entry>

Expand Down

0 comments on commit 6d1a500

Please sign in to comment.