summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-11-28check_ssh: change warning to critical for protocal/version errorsSven Nierlein1-6/+6
2014-06-30Merge pull request #1190 from waja/github780Sven Nierlein1-4/+20
2014-02-17check_ssh: Reverting a387120Jan Wagner1-2/+0
2014-01-21Merge branch 'maint'Holger Weiss1-0/+2
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
2014-01-10check_ssh: Get rid of sshd: Read from socket failed: Connection reset by peerJan Wagner1-0/+2
2013-10-28Update URLs and mailing list addressesHolger Weiss1-1/+1
2013-10-01check_ssh: check protocolrefs/pull/1190/headJan Wagner1-4/+20
2012-11-28unified ipv4/6 usage and help textSven Nierlein1-1/+1
2012-06-29Die when asprintf failsAnders Kaseorg1-2/+2
2011-03-26Add perfdata to check_ssh (#3244097 - Marco Beck)Thomas Guyot-Sionnest1-2/+9
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-8/+8
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-9/+3
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-3/+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-23/+19
2007-11-09Close the socket on all exits (not just the OK one)Thomas Guyot-Sionnest1-0/+2
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-23Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backwardHolger Weiss1-1/+2
2006-10-19another round of localization cleaningBenoit Mortier1-0/+4
2006-06-21cleaning help and usageBenoit Mortier1-1/+1
2006-06-20cleaning help and usage + licenseBenoit Mortier1-24/+38
2005-04-11properly call close() on the ssh connection before exiting.M. Sean Finney1-0/+1
2004-12-25various fixes for localizationBenoit Mortier1-7/+3
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+0
2004-12-03correcting parenthesis errorBenoit Mortier1-1/+1
2004-12-03fixes for internationalizationBenoit Mortier1-3/+3
2004-12-03bump copyright yearBenoit Mortier1-6/+7
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-3/+14
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-3/+4
2004-11-27Add remote version check (1030269, Daniel Gullin)Matthew Kent1-9/+27
2004-11-24Making messages more consistentTon Voon1-4/+4
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-3/+3
2003-08-09more pedantic compiler warningsKarl DeBisschop1-4/+5
2003-08-05markup for translationKarl DeBisschop1-37/+58
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse1-2/+13
2003-03-11Remove getopt_long checksTon Voon1-6/+1
2003-02-10Added argc checks before attempting to access argv[]Jeremy T. Bouse1-5/+6