index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_time.c
Age
Commit message (
Expand
)
Author
2015-10-04
use unknown exit code for help/version in plugins
Sven Nierlein
2014-01-21
Merge branch 'rename'
Thomas Guyot-Sionnest
2014-01-21
plugins/*.c: Alterations for timeout messages.
Spenser Reinhardt
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2012-06-29
Die when asprintf fails
Anders Kaseorg
2010-04-22
Add newline after "Usage:" in --help
Thomas Guyot-Sionnest
2010-04-21
Standardize the extra-opts notes
Thomas Guyot-Sionnest
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
2007-05-02
Fix check_time returning wrong OK when time is before the epoch on some arch
Thomas Guyot-Sionnest
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
2006-10-19
another round of localization cleaning
Benoit Mortier
2006-06-18
updating help and usage and license
Benoit Mortier
2005-05-25
64bit sys support - 1185713
Subhendu Ghosh
2004-12-25
various fixes for localization
Benoit Mortier
2004-12-04
internationalization fixes
Benoit Mortier
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
2004-12-03
print_help and print_usage() cleanup
Benoit Mortier
2004-12-03
remove UT_HLP_VRS from print_usage
Benoit Mortier
2004-12-03
fixes for internationalization
Benoit Mortier
2004-12-03
bump copyright year
Benoit Mortier
2004-12-02
More internationalization work
Benoit Mortier
2004-12-02
return of process_arguments() is TRUE not OK !
Benoit Mortier
2004-12-02
changed Error: by CRITICAL -
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2004-11-24
Making messages more consistent
Ton Voon
2004-11-23
Standardising translation texts
Ton Voon
2003-11-19
add perfdata
Karl DeBisschop
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
2003-08-20
Optionally use udp instead of tcp (Bradley Baetz - 751646)
Ton Voon
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-04
markup for translation
Karl DeBisschop
2003-03-11
Remove getopt_long checks
Ton Voon
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-11-19
explicitly cast recv() arg2 for SunOS5.6
Karl DeBisschop
2002-11-09
remove call_getopt
Karl DeBisschop
2002-02-28
Initial revision
Ethan Galstad