Compare commits
2 commits
6b0cdef74f
...
1153172793
Author | SHA1 | Date | |
---|---|---|---|
|
1153172793 | ||
|
a9ae368521 |
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -19,18 +19,22 @@ service nagios-nrpe-server reload
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: check_esphome_devices [-h] [-d] [-H HOST] [-r RETRY_COUNT] [-D RETRY_DELAY] [-x EXCLUDE]
|
usage: check_esphome_devices [-h] [-d] [-H HOST] [-r RETRY_COUNT] [-D RETRY_DELAY]
|
||||||
|
[-t TIMEOUT] [-x EXCLUDE]
|
||||||
|
|
||||||
optional arguments:
|
options:
|
||||||
-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 (default: 1s)
|
Delay in second between two retry to retrieve device status
|
||||||
|
(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(
|
Regex exclude pattern(s)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
Loading…
Reference in a new issue