Code

nagiosplug.git
17 years agoChange the variable names `true' and `false' (which are keywords in C99)
Holger Weiss [Sat, 27 Jan 2007 17:49:08 +0000 (17:49 +0000)]
Change the variable names `true' and `false' (which are keywords in C99)
to `yes' and `no'.  Fixes compilation when using SGI's MIPSpro c99(1).

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1588 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoInclude GNULib's "dirname.h" in order to pull in the base_name()
Holger Weiss [Sat, 27 Jan 2007 17:42:53 +0000 (17:42 +0000)]
Include GNULib's "dirname.h" in order to pull in the base_name()
prototype, fixes compilation of check_procs using SGI's MIPSpro C.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1587 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix typos.
Holger Weiss [Sat, 27 Jan 2007 16:56:33 +0000 (16:56 +0000)]
Fix typos.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1586 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and
Holger Weiss [Sat, 27 Jan 2007 16:51:57 +0000 (16:51 +0000)]
Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and
"-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard Lausser - 1472491)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1585 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoInclude <sys/param.h> which is a prerequisite for <sys/sysctl.h> on
Holger Weiss [Sat, 27 Jan 2007 16:37:34 +0000 (16:37 +0000)]
Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> on
NetBSD and OpenBSD (at least).

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1584 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoUpdate references to NEWS instead of CHANGES. Fix compile of libtap
Ton Voon [Thu, 25 Jan 2007 00:58:14 +0000 (00:58 +0000)]
Update references to NEWS instead of CHANGES. Fix compile of libtap
test programs

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoUse build-aux directory. Removed unnecessary checks in configure.in.
Ton Voon [Thu, 25 Jan 2007 00:26:20 +0000 (00:26 +0000)]
Use build-aux directory. Removed unnecessary checks in configure.in.
Keeping libtool to link to libtap - can't find a suitable replacement method

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1582 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoVarious cleanups in the syncing with gnulib
Ton Voon [Wed, 24 Jan 2007 23:18:05 +0000 (23:18 +0000)]
Various cleanups in the syncing with gnulib

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoSync with gnulib - lots of extraneous code removed in preference to GNU code
Ton Voon [Wed, 24 Jan 2007 22:47:25 +0000 (22:47 +0000)]
Sync with gnulib - lots of extraneous code removed in preference to GNU code

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoSupport `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
Holger Weiss [Tue, 23 Jan 2007 18:34:45 +0000 (18:34 +0000)]
Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
compatibility) (Ville Mattila - 1642780)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1579 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoLocation updates
Holger Weiss [Tue, 23 Jan 2007 18:20:49 +0000 (18:20 +0000)]
Location updates

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1578 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdd missing `break' to the switch-case block that handles the `-m' option
Holger Weiss [Tue, 23 Jan 2007 17:20:43 +0000 (17:20 +0000)]
Add missing `break' to the switch-case block that handles the `-m' option
(Nobuhiro Ban - 1642682)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoInitialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)
Holger Weiss [Tue, 23 Jan 2007 16:42:01 +0000 (16:42 +0000)]
Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1576 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdd support for statvfs(2) which is needed in order to compile the plugins on
Holger Weiss [Tue, 23 Jan 2007 14:39:09 +0000 (14:39 +0000)]
Add support for statvfs(2) which is needed in order to compile the plugins on
NetBSD 3.0 and newer.  The current coreutils release supports statvfs(2), so
this patch won't be needed anymore when updating the coreutils files.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1575 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and
Holger Weiss [Mon, 22 Jan 2007 04:05:37 +0000 (04:05 +0000)]
Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and
"-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard Lausser - 1472491)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1574 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoUpdated policy on contributed plugins
Ton Voon [Sat, 20 Jan 2007 20:45:44 +0000 (20:45 +0000)]
Updated policy on contributed plugins

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1573 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdministrative notes
Ton Voon [Sat, 20 Jan 2007 20:06:42 +0000 (20:06 +0000)]
Administrative notes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1572 f882894a-f735-0410-b71e-b25c423dba1c

17 years agocompilation fixes for check_ntp.c:
M. Sean Finney [Sat, 20 Jan 2007 10:59:25 +0000 (10:59 +0000)]
compilation fixes for check_ntp.c:
- check_ntp.c:290: warning: overflow in implicit constant conversion
  fixed with an explicit cast to int8_t.
- check_ntp.c:544: warning: pointer of type â\80\98void *â\80\99 used in arithmetic
  fixed by casting to ptrdiff_t before arithmetic and (void*) afterwards
- in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1571 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1632091: printf format string typos. Add some more cosmetic changes.
Thomas Guyot-Sionnest [Sat, 20 Jan 2007 07:18:12 +0000 (07:18 +0000)]
Fix bug #1632091: printf format string typos. Add some more cosmetic changes.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1570 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1632078: critical threshold % incorrectly displayed by check_icmp
Thomas Guyot-Sionnest [Sat, 20 Jan 2007 06:27:17 +0000 (06:27 +0000)]
Fix bug #1632078: critical threshold % incorrectly displayed by check_icmp

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1569 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for previou...
Thomas Guyot-Sionnest [Sat, 20 Jan 2007 06:07:48 +0000 (06:07 +0000)]
Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for previous commit.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1568 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1630970 Fix for buffer overflow of check_procs procprog string
Thomas Guyot-Sionnest [Wed, 17 Jan 2007 05:28:22 +0000 (05:28 +0000)]
Fix bug #1630970 Fix for buffer overflow of check_procs procprog string

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1566 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded notes about check_disk perf data fix. Added test to check perf data is
Ton Voon [Mon, 8 Jan 2007 11:05:55 +0000 (11:05 +0000)]
Added notes about check_disk perf data fix. Added test to check perf data is
same when mount points reversed

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1565 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1627970: check_disk performance output for more then one partition
Thomas Guyot-Sionnest [Sun, 7 Jan 2007 07:14:04 +0000 (07:14 +0000)]
Fix bug #1627970: check_disk performance output for more then one partition

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1564 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1629008: check_ping fails to handle Packet filtered error
Thomas Guyot-Sionnest [Sat, 6 Jan 2007 06:41:47 +0000 (06:41 +0000)]
Fix bug #1629008: check_ping fails to handle Packet filtered error

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1563 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRevert last patch: it works but not really for the reason I though.
Thomas Guyot-Sionnest [Sat, 6 Jan 2007 06:33:17 +0000 (06:33 +0000)]
Revert last patch: it works but not really for the reason I though.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1562 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix the way check_ping calculate the maximum run time
Thomas Guyot-Sionnest [Sat, 6 Jan 2007 04:52:58 +0000 (04:52 +0000)]
Fix the way check_ping calculate the maximum run time

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1561 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1574863: check_real does not accept the '-v' option
Thomas Guyot-Sionnest [Thu, 4 Jan 2007 11:51:04 +0000 (11:51 +0000)]
Fix bug #1574863: check_real does not accept the '-v' option

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix bug #1592605: check_ping times out
Thomas Guyot-Sionnest [Thu, 4 Jan 2007 11:35:56 +0000 (11:35 +0000)]
Fix bug #1592605: check_ping times out

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1559 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdding my distclean script
Thomas Guyot-Sionnest [Thu, 4 Jan 2007 11:18:41 +0000 (11:18 +0000)]
Adding my distclean script

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1558 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRegexps in check_snmp tests fails where they shouldn't.
Thomas Guyot-Sionnest [Sat, 23 Dec 2006 18:59:36 +0000 (18:59 +0000)]
Regexps in check_snmp tests fails where they shouldn't.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1557 f882894a-f735-0410-b71e-b25c423dba1c

17 years ago- Fixing small error (wrong file name) in NPTest.pm documentation.
Thomas Guyot-Sionnest [Thu, 21 Dec 2006 05:25:28 +0000 (05:25 +0000)]
- Fixing small error (wrong file name) in NPTest.pm documentation.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1556 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemoved unused timestamp variable (Matthias Eble)
Ton Voon [Wed, 20 Dec 2006 22:33:29 +0000 (22:33 +0000)]
Removed unused timestamp variable (Matthias Eble)
Fixed redirection test. Added extra tests for funny syntax when checking
certificates, updated help for more common syntax

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1555 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed inode thresholds, regressed from previous release
Ton Voon [Wed, 20 Dec 2006 19:25:59 +0000 (19:25 +0000)]
Fixed inode thresholds, regressed from previous release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1554 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoupdated the nagios-pulgins.pot files now that localization is clean
Benoit Mortier [Wed, 20 Dec 2006 11:32:48 +0000 (11:32 +0000)]
updated the nagios-pulgins.pot files now that localization is clean
first pass at updating the french locale

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1553 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoEnhanced test for single letters in fqdn
Ton Voon [Tue, 12 Dec 2006 12:59:06 +0000 (12:59 +0000)]
Enhanced test for single letters in fqdn

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1549 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAllow single characters in fqdn (Dave Alden)
Ton Voon [Tue, 12 Dec 2006 08:56:01 +0000 (08:56 +0000)]
Allow single characters in fqdn (Dave Alden)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1548 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed HP/UX's swapinfo command for check_procs (Dick van den Burg - 1573700)
Ton Voon [Thu, 7 Dec 2006 22:38:18 +0000 (22:38 +0000)]
Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg - 1573700)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix coredump on 64bit Solaris. Also adds more error conditions and moves
Ton Voon [Thu, 7 Dec 2006 16:07:42 +0000 (16:07 +0000)]
Fix coredump on 64bit Solaris. Also adds more error conditions and moves
swap specific includes out of common.h (Duncan Ferguson - 1588031)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1546 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoMove SSL libs to correct order per plugin
Ton Voon [Wed, 6 Dec 2006 20:34:31 +0000 (20:34 +0000)]
Move SSL libs to correct order per plugin

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1545 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoOnly include -lssl for plugins that require it
Ton Voon [Wed, 6 Dec 2006 17:36:13 +0000 (17:36 +0000)]
Only include -lssl for plugins that require it

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1544 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFlag common compile error because of no ar on Solaris
Ton Voon [Wed, 6 Dec 2006 17:00:30 +0000 (17:00 +0000)]
Flag common compile error because of no ar on Solaris

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1543 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemove CVS files from distribution
Ton Voon [Wed, 6 Dec 2006 15:58:42 +0000 (15:58 +0000)]
Remove CVS files from distribution

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1542 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdd libtool requirement for development
Ton Voon [Wed, 6 Dec 2006 15:53:50 +0000 (15:53 +0000)]
Add libtool requirement for development

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1541 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoReduced DNS lookups in check_ping and netutils.c in IPv6 configurations
Ton Voon [Thu, 9 Nov 2006 11:44:16 +0000 (11:44 +0000)]
Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations
(Pawel Malachowski)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1535 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdd alloca files, required for *BSD
Ton Voon [Fri, 3 Nov 2006 15:40:33 +0000 (15:40 +0000)]
Add alloca files, required for *BSD

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1534 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFor 1.4.5 release
Ton Voon [Wed, 1 Nov 2006 21:15:52 +0000 (21:15 +0000)]
For 1.4.5 release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1532 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoMore edge testcases. Allow anything if ends with a . as long as correct
Ton Voon [Fri, 27 Oct 2006 15:37:31 +0000 (15:37 +0000)]
More edge testcases. Allow anything if ends with a . as long as correct
characters

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1531 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoNew test variables default to "none", so no changes required to tinderbox satelites
Ton Voon [Thu, 26 Oct 2006 21:32:08 +0000 (21:32 +0000)]
New test variables default to "none", so no changes required to tinderbox satelites

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1530 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed error if dba_free_space has no free segments (Florian Gleixner)
Ton Voon [Thu, 26 Oct 2006 21:10:20 +0000 (21:10 +0000)]
Fixed error if dba_free_space has no free segments (Florian Gleixner)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1529 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed regression where hostnames with hyphens were rejected (1581402 - Holger Weiss)
Ton Voon [Thu, 26 Oct 2006 21:02:21 +0000 (21:02 +0000)]
Fixed regression where hostnames with hyphens were rejected (1581402 - Holger Weiss)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1528 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemoving unnecessary tarball
Ton Voon [Thu, 26 Oct 2006 20:56:42 +0000 (20:56 +0000)]
Removing unnecessary tarball

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1527 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemove C style comments (1583467 - Markus Baertschi)
Ton Voon [Thu, 26 Oct 2006 20:51:24 +0000 (20:51 +0000)]
Remove C style comments (1583467 - Markus Baertschi)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c

17 years agomore fixes and removal of certain sentences not needed
Benoit Mortier [Tue, 24 Oct 2006 21:54:06 +0000 (21:54 +0000)]
more fixes and removal of certain sentences not needed

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c

17 years agolast localization fixes for core plugins in c
Benoit Mortier [Tue, 24 Oct 2006 21:48:22 +0000 (21:48 +0000)]
last localization fixes for core plugins in c

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c

17 years agonext round of localization fixes
Benoit Mortier [Tue, 24 Oct 2006 21:01:00 +0000 (21:01 +0000)]
next round of localization fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1523 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed compile on non-glibc platforms
Ton Voon [Tue, 24 Oct 2006 09:48:26 +0000 (09:48 +0000)]
Fixed compile on non-glibc platforms

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1522 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRestored accidently regressed fix
Ton Voon [Tue, 24 Oct 2006 08:34:31 +0000 (08:34 +0000)]
Restored accidently regressed fix

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1521 f882894a-f735-0410-b71e-b25c423dba1c

17 years agolocalization fixes
Benoit Mortier [Mon, 23 Oct 2006 21:47:40 +0000 (21:47 +0000)]
localization fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1520 f882894a-f735-0410-b71e-b25c423dba1c

17 years agofirst pass a making check icmp respecting nagiosplugins rules
Benoit Mortier [Mon, 23 Oct 2006 00:02:44 +0000 (00:02 +0000)]
first pass a making check icmp respecting nagiosplugins rules

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1519 f882894a-f735-0410-b71e-b25c423dba1c

17 years agolatest localization fixes for tonight ;-)
Benoit Mortier [Sun, 22 Oct 2006 22:34:57 +0000 (22:34 +0000)]
latest localization fixes for tonight ;-)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1518 f882894a-f735-0410-b71e-b25c423dba1c

17 years ago localization fixes
Benoit Mortier [Sun, 22 Oct 2006 22:24:27 +0000 (22:24 +0000)]
 localization fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1517 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoputting default template for copyright and explanations
Benoit Mortier [Sun, 22 Oct 2006 22:14:53 +0000 (22:14 +0000)]
putting default template for copyright and explanations

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1516 f882894a-f735-0410-b71e-b25c423dba1c

17 years agorevert mistake when commiting fixes
Benoit Mortier [Sun, 22 Oct 2006 22:07:22 +0000 (22:07 +0000)]
revert mistake when commiting fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1515 f882894a-f735-0410-b71e-b25c423dba1c

17 years agomore localization fixes
Benoit Mortier [Sun, 22 Oct 2006 22:03:31 +0000 (22:03 +0000)]
more localization fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1514 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoReverting back accidently regressed code
Ton Voon [Fri, 20 Oct 2006 07:53:31 +0000 (07:53 +0000)]
Reverting back accidently regressed code

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1513 f882894a-f735-0410-b71e-b25c423dba1c

17 years agomore localization fixes
Benoit Mortier [Fri, 20 Oct 2006 07:39:35 +0000 (07:39 +0000)]
more localization fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1512 f882894a-f735-0410-b71e-b25c423dba1c

17 years agolocalization updates
Benoit Mortier [Fri, 20 Oct 2006 06:24:10 +0000 (06:24 +0000)]
localization updates

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1511 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoadding missing check_snmp
Benoit Mortier [Thu, 19 Oct 2006 23:56:04 +0000 (23:56 +0000)]
adding missing check_snmp

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1510 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoanother round of localization cleaning
Benoit Mortier [Thu, 19 Oct 2006 23:53:28 +0000 (23:53 +0000)]
another round of localization cleaning

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFor 1.4.4 release
Ton Voon [Thu, 19 Oct 2006 20:04:23 +0000 (20:04 +0000)]
For 1.4.4 release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded info re: 1.4.4 in prep for release
Ton Voon [Thu, 19 Oct 2006 19:52:18 +0000 (19:52 +0000)]
Added info re: 1.4.4 in prep for release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1506 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoInitialise strings for Fedora Core 5 (Henning Schmiedehausen)
Ton Voon [Thu, 19 Oct 2006 19:36:00 +0000 (19:36 +0000)]
Initialise strings for Fedora Core 5 (Henning Schmiedehausen)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1505 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemoved asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)
Ton Voon [Thu, 19 Oct 2006 19:25:52 +0000 (19:25 +0000)]
Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1504 f882894a-f735-0410-b71e-b25c423dba1c

17 years agotype variable not cleared in Sol 10 (Kyle Tucker)
Ton Voon [Thu, 19 Oct 2006 19:13:45 +0000 (19:13 +0000)]
type variable not cleared in Sol 10 (Kyle Tucker)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1503 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRedirection error if other headers beginning with L (Aravind Gottipati - 1562572)
Ton Voon [Thu, 19 Oct 2006 18:59:58 +0000 (18:59 +0000)]
Redirection error if other headers beginning with L (Aravind Gottipati - 1562572)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1502 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAllow hostnames beginning with digits (O'Shaughnessy Evans - 1567390)
Ton Voon [Thu, 19 Oct 2006 18:44:53 +0000 (18:44 +0000)]
Allow hostnames beginning with digits (O'Shaughnessy Evans - 1567390)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1501 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded tests for SMTP servers without TLS and with TLS
Ton Voon [Thu, 19 Oct 2006 11:56:34 +0000 (11:56 +0000)]
Added tests for SMTP servers without TLS and with TLS

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1500 f882894a-f735-0410-b71e-b25c423dba1c

17 years agofirst pass at cleaning localization for new release
Benoit Mortier [Thu, 19 Oct 2006 00:25:16 +0000 (00:25 +0000)]
first pass at cleaning localization for new release
first pass at making all the headre be the same licence, plugin, etc...

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRe-added perf data to check_disk
Ton Voon [Wed, 18 Oct 2006 12:12:11 +0000 (12:12 +0000)]
Re-added perf data to check_disk

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1498 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix tests for exact matches when searching filesystems
Ton Voon [Wed, 18 Oct 2006 12:05:10 +0000 (12:05 +0000)]
Fix tests for exact matches when searching filesystems

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoCater for different errors when setting thresholds
Ton Voon [Wed, 18 Oct 2006 12:03:10 +0000 (12:03 +0000)]
Cater for different errors when setting thresholds

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1496 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoResend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832)
Ton Voon [Thu, 12 Oct 2006 20:36:46 +0000 (20:36 +0000)]
Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1493 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemoved extraneous comma in perf data output
Ton Voon [Thu, 12 Oct 2006 14:22:57 +0000 (14:22 +0000)]
Removed extraneous comma in perf data output

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1492 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemove the "- free space" if status is OK
Ton Voon [Thu, 12 Oct 2006 14:14:48 +0000 (14:14 +0000)]
Remove the "- free space" if status is OK

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1491 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed output from -e in check_disk (Andreas Behal)
Ton Voon [Thu, 12 Oct 2006 13:58:43 +0000 (13:58 +0000)]
Fixed output from -e in check_disk (Andreas Behal)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1490 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix test failure on poseidon
Ton Voon [Mon, 2 Oct 2006 12:09:18 +0000 (12:09 +0000)]
Fix test failure on poseidon

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoAdded perfdata for most variables and new parameters: VMU, VMF,
Ton Voon [Thu, 21 Sep 2006 10:41:24 +0000 (10:41 +0000)]
Added perfdata for most variables and new parameters: VMU, VMF,
VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1480 f882894a-f735-0410-b71e-b25c423dba1c

17 years ago- explicitly include utils_base.h from utils.h
M. Sean Finney [Sat, 2 Sep 2006 20:41:18 +0000 (20:41 +0000)]
- explicitly include utils_base.h from utils.h
- put utils.h inside of an #ifndef/#endif

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c

17 years ago- fix for warning/critical timeouts in check_tcp.c, in which the plugin
M. Sean Finney [Sat, 2 Sep 2006 20:32:27 +0000 (20:32 +0000)]
- fix for warning/critical timeouts in check_tcp.c, in which the plugin
  would exit with a usage error if non-int timeouts were passed.
- change --warning-time/--critical-time to just --warning/--critical,
  as it's what --help says.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1473 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed inode percent free output (Mike Emigh - 1531899)
Ton Voon [Mon, 14 Aug 2006 09:04:16 +0000 (09:04 +0000)]
Fixed inode percent free output (Mike Emigh - 1531899)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1469 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFixed skip of no ntp test
Ton Voon [Mon, 14 Aug 2006 08:42:23 +0000 (08:42 +0000)]
Fixed skip of no ntp test

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1468 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoCatch no responses from any server (1538341 - nmdias)
Ton Voon [Fri, 11 Aug 2006 08:26:34 +0000 (08:26 +0000)]
Catch no responses from any server (1538341 - nmdias)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1467 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoInterpret the snapshot datestamp as GMT
Ton Voon [Thu, 3 Aug 2006 08:14:09 +0000 (08:14 +0000)]
Interpret the snapshot datestamp as GMT

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1465 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoBug: 694259 fix. After consulting with the target service authors, we
Harper Mann [Mon, 31 Jul 2006 18:55:09 +0000 (18:55 +0000)]
Bug: 694259 fix.  After consulting with the target service authors, we
decided to keep the default port as 1248 and add a note about other services
sometimes using this port and suggesting to change the port.  Closing bug.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1464 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoM4 requirement for developer platform
Ton Voon [Mon, 31 Jul 2006 14:09:42 +0000 (14:09 +0000)]
M4 requirement for developer platform

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1463 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoFix two Solaris compile problems
Ton Voon [Sat, 29 Jul 2006 01:43:34 +0000 (01:43 +0000)]
Fix two Solaris compile problems

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1462 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoRemove reference to check_udp.c
Ton Voon [Sat, 29 Jul 2006 00:04:59 +0000 (00:04 +0000)]
Remove reference to check_udp.c

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1461 f882894a-f735-0410-b71e-b25c423dba1c

17 years agoCleanup references to old check_udp and INSTALL_OPTS. Error if
Ton Voon [Fri, 28 Jul 2006 23:59:29 +0000 (23:59 +0000)]
Cleanup references to old check_udp and INSTALL_OPTS. Error if
--with-nagios-user or --with-nagios-group specified for configure

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1460 f882894a-f735-0410-b71e-b25c423dba1c

17 years agocheck_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removed
Ton Voon [Fri, 28 Jul 2006 22:44:11 +0000 (22:44 +0000)]
check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removed

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1459 f882894a-f735-0410-b71e-b25c423dba1c