Skip to content

Commit

Permalink
fixed code view
Browse files Browse the repository at this point in the history
  • Loading branch information
billg-splunk committed May 2, 2024
1 parent e1488b2 commit e86e4f5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions integration-examples/apiScripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ This script will allow users to insert an email address to the notifications for

# getMetricsForHost.py
This script is used to find all the metrics for a given host.
Usage: python3 getMetricsForHost.py -h <HOST_NAME> -r <realm> -t <token>

Usage:

```
python3 getMetricsForHost.py -h <HOST_NAME> -r <realm> -t <token>
```

# muteAllAutoDetectors.py
This script will mute all auto-detectors. It can also be used to re-enable (unmute) all detectors. (NOTE: Unmuting won't distinguish those you muted with the script or muted manually.)
Usage: python3 muteAllAutoDetectors.py (to mute all)
python3 muteAllAutoDetectors.py -e (to enable all)

Usage:
```
python3 muteAllAutoDetectors.py (to mute all)
python3 muteAllAutoDetectors.py -e (to enable all)
```

0 comments on commit e86e4f5

Please sign in to comment.