From remko.gerbranda at finalist.nl Wed Oct 5 16:12:31 2016 From: remko.gerbranda at finalist.nl (Remko Gerbranda) Date: Wed, 5 Oct 2016 16:12:31 +0200 Subject: check_http - hide SSL Version Message-ID: <7bdd31ce-c7d8-ea02-1f53-9ab8f34d3f3e@finalist.nl> Hi, I just installed version 2.1.2 of check_http When checking with parameter -S or -C I always get the SSL Version on the first line. Example: # ./check_http -H finalist.nl -C 20,10 SSL Version: TLSv1.2 OK - Certificate 'ssl255466.cloudflaressl.com' will expire on Sun 05 Mar 2017 11:59:59 PM CET. # ./check_http -H www.finalist.nl -S SSL Version: TLSv1.2 HTTP OK: HTTP/1.1 200 OK - 47282 bytes in 0.089 second response time |time=0.088657s;;;0.000000 size=47282B;;;0 In Centreon only the first line is used for Status information, see screenshot But I'm interested in the second line. How to hide the SSL Version? Kind regards, Remko Gerbranda -------------- next part -------------- A non-text attachment was scrubbed... Name: Schermafbeelding 6.png Type: image/png Size: 20666 bytes Desc: not available URL: From notifications at github.com Fri Oct 28 14:17:48 2016 From: notifications at github.com (Bernhard Friedreich) Date: Fri, 28 Oct 2016 05:17:48 -0700 Subject: [monitoring-plugins/monitoring-plugins] Use GMT timezone in SSL certs (#1396) In-Reply-To: References: Message-ID: Any news on this? I guess this superseeds [the original report](https://github.com/nagios-plugins/nagios-plugins/issues/119) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1396#issuecomment-256906137 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Samuel.Bancal at epfl.ch Mon Oct 31 12:42:16 2016 From: Samuel.Bancal at epfl.ch (Bancal Samuel) Date: Mon, 31 Oct 2016 12:42:16 +0100 Subject: check_mem output differ from what we see on the server Message-ID: <24a205a4-9984-67ca-3d18-d6f150ee7b07@epfl.ch> Hi, We discovered some quite strange result from the check_mem plugin : root at server:~# /usr/lib/nagios/plugins/check_mem --version check_mem v$Revision: 1.8 $ (monitoring-plugins 2.1.2) The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute copies of the plugins under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. It says that no memory is used and some swap is. By looking the output from free, we read completely different values : root at server:~# /usr/lib/nagios/plugins/check_mem -w 85,25 -c 92,50 WARNING: Memory Usage (W> 85, C> 92): 0%
Swap Usage (W> 25, C> 50): 27%
|MemUsed=0%;85;92 SwapUsed=27%;25;50 root at server:~# free -k total used free shared buff/cache available Mem: 2039560 804156 435688 21404 799716 1010344 Swap: 975868 0 975868 The host is a VM (VMware) running Ubuntu 16.04 server. Any idea on this inconsistency? Regards, Samuel Bancal -- Samuel Bancal ENAC-IT EPFL