aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-06-06Initial version of the 'check_dbi' plugin.Gravatar Sebastian Harl
This plugin connects to an SQL database using libdbi, thus supporting all database backends supported by libdbi. It will then issue the specified SQL query and check the result (the numeric value of the first column of the first row to be precise) against the specified warning/critical ranges. The performance data includes the connection time (µs-resolution as provided by gettimeofday()) and the query result.
2012-04-17Add nagios-plugins.spec file to .gitignoreGravatar Holger Weiss
The nagios-plugins.spec file is created from nagios-plugins.spec.in and should be ignored by Git.
2010-04-28tools/distclean: use git-clean when possibleGravatar Thomas Guyot-Sionnest
git-clean is much faster and more reliable... Also add confdefs.h in gitignore, although this file is normally removed at the end of the configure script.
2010-04-12Sync with the latest Gnulib code (177f525)Gravatar Thomas Guyot-Sionnest
Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
2009-03-20Add the timegm Gnulib moduleGravatar Thomas Guyot-Sionnest
2009-01-23Add die tests for parse_iniGravatar Thomas Guyot-Sionnest
2009-01-22Add die tests for extra-optsGravatar Thomas Guyot-Sionnest
2009-01-21Accidentally included built executables - also updated .gitignoreGravatar Thomas Guyot-Sionnest
2009-01-15Sync with gnulibGravatar Thomas Guyot-Sionnest
2008-11-29Add Libtap as a bundled library (does not change any behaviour without ↵Gravatar Thomas Guyot-Sionnest
--enable-libtap) Detects system library as pre-1.4.13 and does not install the built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap installed) - Linux x86, with and without local libtap (System libtap NOT installed) - Solaris SPARC, with and without local libtap, with and without system libtap installed
2008-11-23Update .gitignore to include missing file/extentionGravatar Thomas Guyot-Sionnest
2008-11-23Add .gitignore (Imported from svn:ignore)Gravatar Thomas Guyot-Sionnest