Skip to content

Commit

Permalink
poetry config
Browse files Browse the repository at this point in the history
  • Loading branch information
sowoi committed May 31, 2023
1 parent 59028d4 commit 7aad591
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,18 @@ object Service "Service: Graylog Alerts" {


# CLI Usage
- "python3 check_graylog_alerts.py -h" will show you a manual.
- `python3 check_graylog_alerts.py -h` will show you a manual.



Usage: check_graylog_alerts.py [options]

check_graylog_alerts.py checks graylog stream for alerts. you need to setup
alerts beforehand. Example: check_graylog_alerts.py -H 192.168.134.11 -u
admin -p secret -m testmachine -t 33
alerts beforehand.

Example: `check_graylog_alerts.py -H 192.168.134.11 -u admin -p secret -m testmachine -t 33`

```
Options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -128,7 +130,7 @@ Options:
Query options:
-q QUERY, --query=QUERY
graylog search query (default: show all queries)

```


# Create a readonly monitoring user
Expand Down

0 comments on commit 7aad591

Please sign in to comment.