From 09a3905e93f0a0720c3e33ed539295582de61fcc Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 18 Feb 2015 05:41:45 +0000 Subject: Show NOP messages. --- lib/custodian/protocoltest/ssl.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/custodian/protocoltest/ssl.rb b/lib/custodian/protocoltest/ssl.rb index 704edac..56e9c3f 100644 --- a/lib/custodian/protocoltest/ssl.rb +++ b/lib/custodian/protocoltest/ssl.rb @@ -64,12 +64,15 @@ module Custodian # If outside 10AM-5PM we don't alert. # if ( hour < 10 || hour > 17 ) + puts( "Outside office hours - Not running SSL-Verification of #{@host}" ) return true end + # # NOP - validate here. # + puts( "NOP - Not running SSL-Verification of #{@host}" ) return true end -- cgit v1.2.1