summaryrefslogtreecommitdiffstats
path: root/plugins/check_by_ssh.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-17check_by_ssh: print command output in verbose modeSven Nierlein1-0/+7
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-08-06check_by_ssh: added --hostname supportSven Nierlein1-1/+2
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-8/+8
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-8/+8
2012-06-29Die when asprintf failsAnders Kaseorg1-5/+5
2012-04-09check_by_ssh: added -F config file to specify alternative ssh configSven Nierlein1-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-9/+9
2009-05-26Fix check_by_ssh interpretation of quotes in -C parameter (#1985246, #2268675)Thomas Guyot-Sionnest1-16/+56
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-05-27Addition to help to state that -f will always return OK if ssh commandTon Voon1-1/+1
2008-05-21Fixed passive option in check_by_sshThomas Guyot-Sionnest1-11/+10
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+11
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-6/+9
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-19/+17
2007-09-23Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ...Matthias Eble1-1/+2
2007-06-12Add "-v" to help/usage output.Holger Weiss1-1/+2
2007-04-18Revert my previous change to "-S/--skip" in favour of the two optionsHolger Weiss1-20/+45
2007-04-14Up to revision 1.35, the "-S" option skipped the specified number ofHolger Weiss1-9/+12
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-22Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) andHolger Weiss1-3/+15
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-18/+31
2006-06-14starting the BIG locale update ;-)Benoit Mortier1-53/+43
2006-03-22Typo (Thomas Guettler - 1433447)Ton Voon1-1/+1
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-95/+55
2004-12-25internationalization of check_dhcpBenoit Mortier1-3/+1
2004-12-08patch 1028033Benoit Mortier1-2/+2
2004-12-04various internationalization fixesBenoit Mortier1-2/+2
2004-12-04internationalization fixesBenoit Mortier1-1/+1
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-5/+2
2004-12-03internationalization fixes and help fixesBenoit Mortier1-3/+4
2004-12-03Localization fixesBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-5/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-9/+8
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-11/+2
2004-11-24Making messages more consistentTon Voon1-1/+1
2004-11-23Standardising translation textsTon Voon1-4/+4
2004-04-02add example invocation to helpKarl DeBisschop1-0/+8
2004-02-21add option to ignore a specified number of lines on stderrKarl DeBisschop1-7/+23
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-14/+21
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-4/+4
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-1/+1
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-99/+104