From 19c0925fa9a1525e1e72405931e575e3eae4b5ec Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 30 Jul 2013 20:45:09 +0200 Subject: [PATCH] itl: fix http_ip plugin check_http (thx cropalato) --- itl/command-common.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/command-common.conf b/itl/command-common.conf index 7d0f6784c..14833a7b1 100644 --- a/itl/command-common.conf +++ b/itl/command-common.conf @@ -101,7 +101,7 @@ object CheckCommand "http_vhost" inherits "plugin-check-command" { object CheckCommand "http_ip" inherits "plugin-check-command" { command = [ - "$plugindir$/check_ip", + "$plugindir$/check_http", "-H", "$address$" ] } @@ -221,4 +221,4 @@ object CheckCommand "snmp" inherits "plugin-check-command" { macros = { community = "public" } -} \ No newline at end of file +} -- 2.40.0