monitoring-plugins/tools
Holger Weiss 15920fb433 git-notify: Truncate summary after 50 characters
If the first line of a commit message is longer than 50 characters,
truncate it before adding the resulting string to the subject line of a
notification.  This makes sure the subject line won't get too long
(unless the commit author name is unusually long, which we don't check).
The Git User's Manual recommends keeping the first line of a commit
message shorter than that, anyway:

| Though not required, it's a good idea to begin the commit message with
| a single short (less than 50 character) line summarizing the change,
| followed by a blank line and then a more thorough description.  Tools
| that turn commits into email, for example, use the first line on the
| Subject line and the rest of the commit in the body.

[ http://www.kernel.org/pub/software/scm/git/docs/user-manual.html ]
2009-10-24 22:53:55 +02:00
..
build_perl_modules Fix where PERL5LIB is blank 2008-02-28 12:54:49 +00:00
devmode Set -D_FORTIFY_SOURCE=2, and added a comment with link to explaination of this flag. 2008-08-05 11:14:40 +00:00
distclean tools/distclean: No need to bailout on distclean failures 2008-11-24 02:08:39 -05:00
git-notify git-notify: Truncate summary after 50 characters 2009-10-24 22:53:55 +02:00
git-update-mirror Import git-update-mirror and git-notify 2009-10-24 11:42:52 +02:00
git2svn.pl git2svn: Use --add-author-from with "git set-tree" 2009-01-06 00:49:16 -05:00
mail_error Need to export PATH for sfsnapshot to get correct GNU toolchain 2003-10-15 19:27:56 +00:00
mini_epn.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
oneliners some useful onliners 2002-11-08 07:17:59 +00:00
p1.pl updated mini_epn and p1.pl added to plugins distribution 2002-05-02 16:22:13 +00:00
README Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
setup Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
sfsnapshot Updated to latest due to SF policy changes 2008-12-02 17:24:33 +00:00
sfsnapshotgit Change default for SFSNAP_DEST 2009-09-26 18:04:34 -04:00
sfupload Helper script to upload tarballs to SF and create md5sum 2008-11-14 20:38:26 +00:00
sfwebcron Updated to use svn instead of cvs 2007-07-24 00:35:16 +00:00
snapshot some fixes needed to move off old devel box 2002-11-24 13:43:05 +00:00
sync_website Automatically update website with --help output. Cosmetic 2007-10-25 20:43:04 +00:00
tango Initial revision 2002-02-28 06:42:51 +00:00
tinderbox_build Fix logging of STDERR in tinderbox tests phase 2009-03-18 03:34:39 -04:00

The tools subdirectory contains anciliary files that can be used to configure
or test the plugins.

1. setup - used to get the configuration initialized after a CVS download
2. tango -
3. mini_epn/p1.pl - used to test perl plugins for functionality under embedded
   perl
4. distclean - used to clean the sources leaving only original CVS files