Compare commits
2 commits
1153172793
...
6b0cdef74f
Author | SHA1 | Date | |
---|---|---|---|
|
6b0cdef74f | ||
|
29970c5f2e |
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -19,22 +19,18 @@ service nagios-nrpe-server reload
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: check_esphome_devices [-h] [-d] [-H HOST] [-r RETRY_COUNT] [-D RETRY_DELAY]
|
usage: check_esphome_devices [-h] [-d] [-H HOST] [-r RETRY_COUNT] [-D RETRY_DELAY] [-x EXCLUDE]
|
||||||
[-t TIMEOUT] [-x EXCLUDE]
|
|
||||||
|
|
||||||
options:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-d, --debug
|
-d, --debug
|
||||||
-H HOST, --host HOST ESPHome dashboard URL (default: http://127.0.0.1:6052)
|
-H HOST, --host HOST ESPHome dashboard URL (default: http://127.0.0.1:6052)
|
||||||
-r RETRY_COUNT, --retry RETRY_COUNT
|
-r RETRY_COUNT, --retry RETRY_COUNT
|
||||||
Number of retry to retrieve device status (default: 4)
|
Number of retry to retrieve device status (default: 4)
|
||||||
-D RETRY_DELAY, --delay RETRY_DELAY
|
-D RETRY_DELAY, --delay RETRY_DELAY
|
||||||
Delay in second between two retry to retrieve device status
|
Delay in second between two retry to retrieve device status (default: 1s)
|
||||||
(default: 1s)
|
|
||||||
-t TIMEOUT, --timeout TIMEOUT
|
|
||||||
Timeout in second on API requests (default: 10s)
|
|
||||||
-x EXCLUDE, --exclude EXCLUDE
|
-x EXCLUDE, --exclude EXCLUDE
|
||||||
Regex exclude pattern(s)
|
Regex exclude pattern(
|
||||||
```
|
```
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
Loading…
Reference in a new issue