diff options
author | Sven Nierlein <sven@nierlein.de> | 2015-10-01 17:05:47 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-02 10:30:01 +0200 |
commit | 1c0ec88152125624c35e0d675efde65fee7bf8df (patch) | |
tree | 0edb540fe9becc5f649fb4196023b5be15decd6f /plugins | |
parent | 4e786f83decca053c98293fc4a4a555e4d247c1a (diff) | |
download | monitoring-plugins-1c0ec88152125624c35e0d675efde65fee7bf8df.tar.gz |
travis: fix http test host
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/NPTest.cache.travis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/NPTest.cache.travis b/plugins/t/NPTest.cache.travis index 4ebfb90e..ce798c21 100644 --- a/plugins/t/NPTest.cache.travis +++ b/plugins/t/NPTest.cache.travis @@ -17,7 +17,7 @@ 'NP_HOST_HPJD_PORT_INVALID' => '161', 'NP_HOST_HPJD_PORT_VALID' => '', 'NP_HOST_TCP_HTTP' => 'localhost', - 'NP_HOST_TCP_HTTP2' => 'labs.consol.de', + 'NP_HOST_TCP_HTTP2' => 'test.monitoring-plugins.org', 'NP_HOST_TCP_IMAP' => 'imap.web.de', 'NP_HOST_TCP_POP' => 'pop.web.de', 'NP_HOST_TCP_SMTP' => 'localhost', |