Skip to content

Commit

Permalink
add testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Eichhorn committed Jan 27, 2021
1 parent 182897e commit 99e3007
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ This handler will be visible on the inspectIT Ocelot - Configuration Server UI,
### Config
The Log Path can be edited in the [configuration.py](configuration/configuration.py) file.
### Testing
The Script can be tested with the [example.json](tests/example_alert.json) file:
```bash
# root folder:
python3 main.py "https://webhook-url" < tests/example_alert.json
```

0 comments on commit 99e3007

Please sign in to comment.