index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-01
check_tcp: fix help description regarding escape option
Sebastian Herbszt
1
-1/+1
2014-09-16
Fix check_jabber to work with Openfire servers
Holger Weiss
1
-1/+1
2014-06-30
Merge PR #1265 from waja/check_tcp_server_addr
Jan Wagner
1
-2/+7
2014-06-28
Cleaned up status output of check_tcp changes
abrist
1
-1/+1
2014-06-28
check_tcp: also display the server addr when host_specified is set. This will...
Davide Madrisan
1
-2/+7
2014-06-28
Include common.h before any system headers.
refs/pull/1262/head
Eric J. Mislivec
1
-2/+1
2014-01-21
Merge branch 'rename'
Thomas Guyot-Sionnest
1
-3/+3
2014-01-21
plugins/*.c: Alterations for timeout messages.
Spenser Reinhardt
1
-1/+1
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
1
-1/+1
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-3/+3
2013-09-15
check_tcp: use receive timeout for checks that expect response
Sven Nierlein
1
-0/+14
2013-09-12
check_tcp: Fix checks without --expect string
Holger Weiss
1
-5/+7
2013-09-12
check_tcp: Properly deal will partial recv(3)s
Holger Weiss
1
-11/+16
2013-09-12
Improve interface of np_expect_match() function
Holger Weiss
1
-14/+9
2013-09-10
Fix GCC's -Wimplicit-function-declaration warnings
Holger Weiss
1
-0/+2
2013-09-10
check_tcp: Don't close connection too early
juliopedreira
1
-4/+1
2013-02-10
check_tcp: don't ignore trailing options
Sven Nierlein
1
-10/+15
2012-08-10
fixing bug in certificate experiation patch checking for bad warning threshol...
William Leibzon
1
-1/+1
2012-06-29
Die when asprintf fails
Anders Kaseorg
1
-2/+2
2012-06-27
check_tcp: Print performance data even with -D
Holger Weiss
1
-1/+1
2012-06-25
applied patch that adds both critical and warning thresholds to certificate e...
William Leibzon
1
-6/+21
2011-07-15
Fix check_smtp and check_tcp where duplicate messages were displayed for cert...
Ton Voon
1
-4/+1
2010-04-22
Add newline after "Usage:" in --help
Thomas Guyot-Sionnest
1
-1/+1
2010-04-22
Standardize the extra-opts notes
Thomas Guyot-Sionnest
1
-6/+0
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
1
-9/+9
2009-02-20
Typo fixes (Jan Wagner - SF 1878971)
Ton Voon
1
-1/+1
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-5/+2
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-2/+2
2008-11-05
Fix check_tcp longoptions handling
Thomas Guyot-Sionnest
1
-5/+3
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-0/+10
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
1
-17/+15
2008-01-08
Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT...
Ton Voon
1
-1/+1
2007-12-19
check_tcp now returns UNKNOWN with an invalid hostname on command line
Ton Voon
1
-1/+1
2007-06-03
Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Matthias Eble
1
-24/+23
2007-05-29
Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...
Matthias Eble
1
-2/+1
2007-05-29
No more warn/crit values in performance data if -w and -c are not specified.
Matthias Eble
1
-4/+4
2007-02-14
Documentation fix re: --escape flag. Fix of ./check_tcp test to webservers
Ton Voon
1
-1/+1
2007-02-06
Correct vim typo in comment block :P
Thomas Guyot-Sionnest
1
-1/+1
2007-02-06
correcting some translation problems
Benoit Mortier
1
-1/+1
2007-02-01
Fix progname being partly set to upper case
Thomas Guyot-Sionnest
1
-2/+2
2007-01-31
Fix Debian Bug #392610: check_jabber always return warning
Thomas Guyot-Sionnest
1
-2/+2
2007-01-30
Jail does not requires any arguments
Thomas Guyot-Sionnest
1
-1/+1
2007-01-30
Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...
Thomas Guyot-Sionnest
1
-8/+18
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2007-01-23
Add missing `break' to the switch-case block that handles the `-m' option
Holger Weiss
1
-0/+1
2006-10-19
another round of localization cleaning
Benoit Mortier
1
-51/+59
2006-09-02
- fix for warning/critical timeouts in check_tcp.c, in which the plugin
M. Sean Finney
1
-10/+4
2006-03-29
New function to for escaped strings from command line for send/quit.
Ton Voon
1
-32/+23
2006-03-24
udp checks require and send and receive option. Tests updated so if
Ton Voon
1
-1/+5
2006-03-22
Options to change line ends for -s and -q (John Rouillard - 1346104)
Ton Voon
1
-4/+33
[next]