mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 02:13:47 +01:00
Update README.md
This commit is contained in:
parent
6afad6056e
commit
a322e17c63
@ -35,7 +35,7 @@ Add the following command definition to your commands config (`commands.config`)
|
||||
|
||||
define command{
|
||||
command_name <command_name>
|
||||
command_line /usr/bin/python /usr/local/nagios/libexec/plugins/check_http_json.py -H <host>:<port> -p <path> [-e|-q|-l|-g <rules>] [-e <metrics>]
|
||||
command_line /usr/bin/python /usr/local/nagios/libexec/plugins/check_http_json.py -H <host>:<port> -p <path> [-e|-q|-l|-g <rules>] [-m <metrics>]
|
||||
}
|
||||
|
||||
```
|
||||
@ -211,4 +211,4 @@ If I change the command to have the parameter -q parameter `State.Running,False`
|
||||
|
||||
```
|
||||
OK: Status OK.
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user