Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 99e3007

Browse files
add testing command
1 parent 182897e commit 99e3007

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ This handler will be visible on the inspectIT Ocelot - Configuration Server UI,
3636
3737
### Config
3838
The Log Path can be edited in the [configuration.py](configuration/configuration.py) file.
39+
40+
### Testing
41+
The Script can be tested with the [example.json](tests/example_alert.json) file:
42+
```bash
43+
# root folder:
44+
python3 main.py "https://webhook-url" < tests/example_alert.json
45+
```

0 commit comments

Comments
 (0)