[nagios_client] Fix for mailman api check
The mailman is now returning HTTP/1.1 instead of HTTP/1.0. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
efdb9445b9
commit
c8b62faaa4
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
command[check_mailman_api]=/usr/lib64/nagios/plugins/check_http -H localhost -p 8001 -u /3.0 -e 'HTTP/1.0 401 Unauthorized'
|
||||
command[check_mailman_api]=/usr/lib64/nagios/plugins/check_http -H localhost -p 8001 -u /3.0 -e 'HTTP/1.1 401 Unauthorized'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue