Skip to content

Commit

Permalink
doc(readme): Example how to exclude sensors info
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Aug 7, 2022
1 parent 13f520d commit 3de6eb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -225,6 +225,12 @@ Where `fortigate-key.yaml` contains pairs of FortiGate targets and API keys in t
```
"https://my-fortigate":
token: api-key-goes-here
# If you have a smaller fortigate unit you might want
# to exclude sensors as they do not have any
probes:
exclude:
- System/SensorInfo
"https://my-other-fortigate:8443":
token: api-key-goes-here
```
Expand Down

0 comments on commit 3de6eb9

Please sign in to comment.