aboutsummaryrefslogtreecommitdiff
path: root/plugins/t
diff options
context:
space:
mode:
authorGravatar Nicolai <NicolaiSoeborg@users.noreply.github.com> 2016-12-23 21:04:36 +0100
committerGravatar Nicolai <NicolaiSoeborg@users.noreply.github.com> 2016-12-23 21:04:36 +0100
commitb9f00386a17290d7c6d900bcb4c25a13e8d1b368 (patch)
treeb20f6e8ea6b0bdd3e0666db0b7db0e02a4536e04 /plugins/t
parentea756ac4ad511cab67b0347cd318945bea86a8b9 (diff)
downloadmonitoring-plugins-b9f00386a17290d7c6d900bcb4c25a13e8d1b368.tar.gz
check_dns: Fix travis tests
(or try to fix it...)
Diffstat (limited to 'plugins/t')
-rw-r--r--plugins/t/NPTest.cache.travis2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/t/NPTest.cache.travis b/plugins/t/NPTest.cache.travis
index bcec9855..8f72a55d 100644
--- a/plugins/t/NPTest.cache.travis
+++ b/plugins/t/NPTest.cache.travis
@@ -6,6 +6,8 @@
'NP_HOSTNAME_INVALID' => 'nosuchhost',
'NP_HOSTNAME_VALID' => 'monitoringplugins.org',
'NP_HOSTNAME_VALID_IP' => '130.133.8.40',
+ 'NP_HOSTNAME_VALID_CIDR' => '130.133.8.41/30',
+ 'NP_HOSTNAME_INVALID_CIDR' => '130.133.8.39/30',
'NP_HOSTNAME_VALID_REVERSE' => 'orwell.monitoring-plugins.org.',
'NP_HOST_DHCP_RESPONSIVE' => '',
'NP_HOST_NONRESPONSIVE' => '10.0.0.1',