Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l13t committed May 23, 2020
1 parent 7c5727c commit f27a4da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
Icinga2/Nagios plugin to check Pi-hole status.

```bash
usage: check_pihole.py [-h] [-H HOST] [-C] [-W] [-t TIMEOUT]
usage: check_pihole.py [-h] -H HOST [-P PORT] [-C] [-W] [-t TIMEOUT]

Check Pi-hole status

optional arguments:
-h, --help show this help message and exit
-H HOST, --host HOST Pi-hole ip address or hostname
-P PORT, --port PORT Port number for Pi-Hole web UI
-C, --status_critical
Forces CRITICAL when Pi-hole is disabled
-W, --status_warning Forces WARNING when Pi-hole is disabled
-t TIMEOUT, --timeout TIMEOUT
Timeout for request. Default 10 seconds

check_pihole.py: v.0.1.2 by Dmytro Prokhorenkov
check_pihole.py: v.0.2.0 by Dmytro Prokhorenkov
```

0 comments on commit f27a4da

Please sign in to comment.