Module: monitoring-plugins Branch: master Commit: 71063655e558224d692950ac9abaa39e0b7c6585 Author: Jan Wagner <[email protected]> Date: Sun Jul 20 16:12:30 2014 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7106365
travis-ci: Adding ports for check_hpjd --- plugins/t/NPTest.cache.travis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/t/NPTest.cache.travis b/plugins/t/NPTest.cache.travis index c1007de..4ebfb90 100644 --- a/plugins/t/NPTest.cache.travis +++ b/plugins/t/NPTest.cache.travis @@ -14,6 +14,8 @@ 'NP_HOST_SNMP' => '', 'NP_HOST_TCP_FTP' => '', 'NP_HOST_TCP_HPJD' => '', + '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_IMAP' => 'imap.web.de',
