Skip to content

Commit

Permalink
Add docs for scheduled_task (#5521)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell authored Oct 18, 2023
1 parent 5794224 commit f2b2456
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,11 @@ Full reference of options:
# Regexp of volumes to blacklist. Volume name must both match whitelist and not match blacklist to be included.
# Maps to collector.logical_disk.volume-blacklist in windows_exporter
[blacklist: <string> | default=".+"]

# Configuration for Windows Task Scheduler
scheduled_task:
# Regexp of tasks to include.
[include: <string> | default ".+"]
#Regexp of tasks to exclude.
[exclude: <string> | default ""]
```

0 comments on commit f2b2456

Please sign in to comment.