aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-10-24cleanup gitignoreGravatar Sven Nierlein
these files have been removed meanwhile
2018-10-22some rework:Gravatar Andreas Baumann
- added old style 'redir' function and options along to a new libcurl internal 'follow' parameter 'curl' - moved picohttpparser to it's own subdirectory - added uriparser to be used instead of the home-grown parser in 'redir'
2018-10-22added -M<m> age option for document age, using picohttpparser from h2o ↵Gravatar Andreas Baumann
(maybe handy later to make a more robust header condition checker?)
2018-10-22added autoconf stuff for curl plugin, created empty pluginGravatar Andreas Baumann
2018-10-13Added a compiled plugin script that was missing from gitignoreGravatar Lucas Bussey
2014-11-30update .gitignoreGravatar Sebastian Herbszt
Add build-aux/test-driver to .gitignore. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-01-29AUpdate .gitignore for new gnulib moduleGravatar Thomas Guyot-Sionnest
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline.
2013-09-28Add tools/generate-change-logGravatar Holger Weiss
Add the tools/generate-change-log script for auto-generating the ChangeLog file from the Git history when running "make dist".
2013-08-20Add new Gnulib files to .gitignoreGravatar Holger Weiss
2013-06-30Add libnpcommon.a file to .gitignoreGravatar Holger Weiss
2012-11-07Fix sfwebcron probe fileGravatar Thomas Guyot-Sionnest
The initial file was created in the user's home and later tested in the doc directory. Instead, just rsync if the file is missing. Also add some temporary files to gitignore/make clean
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