Commit graph

19 commits

Author SHA1 Message Date
Sebastian Herbszt
be16fc7f3b update .gitignore
Add build-aux/test-driver to .gitignore.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-30 22:29:24 +01:00
Thomas Guyot-Sionnest
44485ddee2 AUpdate .gitignore for new gnulib module 2014-01-29 03:48:24 -05:00
Monitoring Plugins Development Team
63734f52ab Project rename initial commit.
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.
2014-01-19 14:18:47 -05:00
Holger Weiss
4ad0f80ec3 Add tools/generate-change-log
Add the tools/generate-change-log script for auto-generating the
ChangeLog file from the Git history when running "make dist".
2013-09-28 00:58:02 +02:00
Holger Weiss
3a847fc60f Add new Gnulib files to .gitignore 2013-08-20 22:03:11 +02:00
Holger Weiss
fbb66b86b3 Add libnpcommon.a file to .gitignore 2013-06-30 16:12:02 +02:00
Thomas Guyot-Sionnest
217a6a7643 Fix sfwebcron probe file
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-11-07 17:57:37 +00:00
Sebastian Harl
f9a942d2a1 Initial version of the 'check_dbi' plugin.
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-06-06 14:10:55 +02:00
Holger Weiss
efa2a32a16 Add nagios-plugins.spec file to .gitignore
The nagios-plugins.spec file is created from nagios-plugins.spec.in and
should be ignored by Git.
2012-04-17 13:37:46 +02:00
Thomas Guyot-Sionnest
b48c2bdd59 tools/distclean: use git-clean when possible
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-28 05:28:22 -04:00
Thomas Guyot-Sionnest
74da141e61 Sync with the latest Gnulib code (177f525)
Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
2010-04-12 21:26:35 -04:00
Thomas Guyot-Sionnest
3fa3707b57 Add the timegm Gnulib module 2009-03-20 02:57:11 -04:00
Thomas Guyot-Sionnest
8b103c0c77 Add die tests for parse_ini 2009-01-23 02:43:59 -05:00
Thomas Guyot-Sionnest
bf4abd5395 Add die tests for extra-opts 2009-01-22 02:04:31 -05:00
Thomas Guyot-Sionnest
81871eaa82 Accidentally included built executables - also updated .gitignore 2009-01-21 01:25:06 -05:00
Thomas Guyot-Sionnest
71cdb52799 Sync with gnulib 2009-01-15 05:19:08 -05:00
Thomas Guyot-Sionnest
2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --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-29 04:38:54 -05:00
Thomas Guyot-Sionnest
39cc4c4031 Update .gitignore to include missing file/extention 2008-11-23 03:43:20 -05:00
Thomas Guyot-Sionnest
882e56a9f0 Add .gitignore (Imported from svn:ignore) 2008-11-23 02:45:41 -05:00