summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-13add openssl 1.1 supportrefs/pull/1443/headvagrant1-2/+2
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2015-10-02Merge pull request #1257 from gcoxmoz/masterSven Nierlein1-1/+1
2015-04-13Readability fixAndrew Widdersheim1-1/+2
2014-12-01check_tcp: fix help description regarding escape optionSebastian Herbszt1-1/+1
2014-09-16Fix check_jabber to work with Openfire serversHolger Weiss1-1/+1
2014-07-29Merge remote-tracking branch 'upstream/master'refs/pull/1257/headGreg Cox1-4/+8
2014-06-30Merge PR #1265 from waja/check_tcp_server_addrJan Wagner1-2/+7
2014-06-28Cleaned up status output of check_tcp changesabrist1-1/+1
2014-06-28check_tcp: also display the server addr when host_specified is set. This will...Davide Madrisan1-2/+7
2014-06-28Include common.h before any system headers.refs/pull/1262/headEric J. Mislivec1-2/+1
2014-05-17Update check_tcp.cgcoxmoz1-1/+1
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-09-15check_tcp: use receive timeout for checks that expect responseSven Nierlein1-0/+14
2013-09-12check_tcp: Fix checks without --expect stringHolger Weiss1-5/+7
2013-09-12check_tcp: Properly deal will partial recv(3)sHolger Weiss1-11/+16
2013-09-12Improve interface of np_expect_match() functionHolger Weiss1-14/+9
2013-09-10Fix GCC's -Wimplicit-function-declaration warningsHolger Weiss1-0/+2
2013-09-10check_tcp: Don't close connection too earlyjuliopedreira1-4/+1
2013-02-10check_tcp: don't ignore trailing optionsSven Nierlein1-10/+15
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...William Leibzon1-1/+1
2012-06-29Die when asprintf failsAnders Kaseorg1-2/+2
2012-06-27check_tcp: Print performance data even with -DHolger Weiss1-1/+1
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...William Leibzon1-6/+21
2011-07-15Fix check_smtp and check_tcp where duplicate messages were displayed for cert...Ton Voon1-4/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-9/+9
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-1/+1
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-5/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-11-05Fix check_tcp longoptions handlingThomas Guyot-Sionnest1-5/+3
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-17/+15
2008-01-08Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT...Ton Voon1-1/+1
2007-12-19check_tcp now returns UNKNOWN with an invalid hostname on command lineTon Voon1-1/+1
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Matthias Eble1-24/+23
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Matthias Eble1-2/+1
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Matthias Eble1-4/+4
2007-02-14Documentation fix re: --escape flag. Fix of ./check_tcp test to webserversTon Voon1-1/+1
2007-02-06Correct vim typo in comment block :PThomas Guyot-Sionnest1-1/+1
2007-02-06correcting some translation problemsBenoit Mortier1-1/+1
2007-02-01Fix progname being partly set to upper caseThomas Guyot-Sionnest1-2/+2
2007-01-31Fix Debian Bug #392610: check_jabber always return warningThomas Guyot-Sionnest1-2/+2
2007-01-30Jail does not requires any argumentsThomas Guyot-Sionnest1-1/+1
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Thomas Guyot-Sionnest1-8/+18
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1