Update README.md

This commit is contained in:
Drew Kerrigan 2014-03-11 13:40:26 -04:00
parent 6afad6056e
commit a322e17c63
1 changed files with 2 additions and 2 deletions

View File

@ -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.
```
```