feat: Add check_ping
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
2ced5e5a40
commit
234c6c46db
5 changed files with 127 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -14,6 +14,21 @@ pip install -r requirements.txt
|
|||
|
||||
Create OVHcloud API tokens following [this guide](https://github.com/ovh/python-ovh).
|
||||
|
||||
# check_ping
|
||||
|
||||
Ensures basic configuration has succeeded. This command can be defined as
|
||||
dependency of all other ones.
|
||||
|
||||
```
|
||||
./check_ping --help
|
||||
```
|
||||
|
||||
Example of configuration:
|
||||
|
||||
```
|
||||
command[check_ping]=/opt/check_ovhcloud/check_ping
|
||||
```
|
||||
|
||||
# check_voip
|
||||
|
||||
For each VoIP lines associated to the account, detect the last registration time:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue