Code

nagiosplug.git
20 years agoUpdate error message from smbclient v2.2.7 (Patch 740132 - Cove Schneider)
Ton Voon [Wed, 2 Jul 2003 15:57:29 +0000 (15:57 +0000)]
Update error message from smbclient v2.2.7 (Patch 740132 - Cove Schneider)

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

20 years agoMoving check_file_age into core
Ton Voon [Wed, 2 Jul 2003 15:01:22 +0000 (15:01 +0000)]
Moving check_file_age into core

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

20 years agoFixed SUPPORT message
Ton Voon [Wed, 2 Jul 2003 14:39:11 +0000 (14:39 +0000)]
Fixed SUPPORT message

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

20 years agoAdded -4 and -6 command line options into check_http, check_ldap and
Jeremy T. Bouse [Mon, 30 Jun 2003 19:47:21 +0000 (19:47 +0000)]
Added -4 and -6 command line options into check_http, check_ldap and
check_smtp

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

20 years agoCorrections to get code to compile on systems without IPv6 support
Jeremy T. Bouse [Mon, 30 Jun 2003 18:52:38 +0000 (18:52 +0000)]
Corrections to get code to compile on systems without IPv6 support

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

20 years agoAdded check_simap & check_spop to check_tcp_programs
Jeremy T. Bouse [Mon, 30 Jun 2003 18:52:04 +0000 (18:52 +0000)]
Added check_simap & check_spop to check_tcp_programs
If someone knows how to make this conditional in the Makefile only if
being compiled with SSL I think this is the only way to make it better

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

20 years agoFixed support for "check_disk warn crit [path]" with thresholds at used levels
Ton Voon [Mon, 30 Jun 2003 17:02:19 +0000 (17:02 +0000)]
Fixed support for "check_disk warn crit [path]" with thresholds at used levels

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

20 years agoIncluded patch for check_ldap from Patch #753621 by Ziya Suzen
Jeremy T. Bouse [Sun, 29 Jun 2003 19:54:50 +0000 (19:54 +0000)]
Included patch for check_ldap from Patch #753621 by Ziya Suzen

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

20 years agoChanged usage output to show -4 and -6 are mutually exclusive. You can only
Jeremy T. Bouse [Sun, 29 Jun 2003 19:22:26 +0000 (19:22 +0000)]
Changed usage output to show -4 and -6 are mutually exclusive. You can only
use one or the other but not both. The last one used will win out.

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

20 years agocheck_ping is now coded with -4 & -6 options to call PING or PING6 command
Jeremy T. Bouse [Sun, 29 Jun 2003 19:17:27 +0000 (19:17 +0000)]
check_ping is now coded with -4 & -6 options to call PING or PING6 command
netutils modified to verify hosts based on address_family setting when used
with -4 or -6 options. is_inet_addr() will not be tested if -6 is
used and is_inet6_addr() will not be tested if -4 is used. Also the
is_hostname() will use the address_family value to resolve hostnames
only if IPv6 support is available otherwise defaults to AF_INET.

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

20 years agoAdded address_family extern int variable to netutils to allow for -4 & -6
Jeremy T. Bouse [Sun, 29 Jun 2003 06:36:55 +0000 (06:36 +0000)]
Added address_family extern int variable to netutils to allow for -4 & -6
options for explicit connection protocol
Added support for -4 & -6 options to check_ssh and check_tcp for testing

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

20 years agoAdded NLM test (Phil Randal)
Ton Voon [Sun, 29 Jun 2003 02:18:28 +0000 (02:18 +0000)]
Added NLM test (Phil Randal)

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

20 years agoCorrected reported size for PROC_MEMINFO systems
Ton Voon [Sun, 29 Jun 2003 01:52:31 +0000 (01:52 +0000)]
Corrected reported size for PROC_MEMINFO systems

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

20 years agoFixed so goes to correct web area
Ton Voon [Sun, 29 Jun 2003 01:36:12 +0000 (01:36 +0000)]
Fixed so goes to correct web area

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

20 years agoNew tool to run on shell.sf.net to update the dev guidelines
Ton Voon [Sun, 29 Jun 2003 01:07:53 +0000 (01:07 +0000)]
New tool to run on shell.sf.net to update the dev guidelines

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

20 years agoFixed makefile
Ton Voon [Sun, 29 Jun 2003 00:58:38 +0000 (00:58 +0000)]
Fixed makefile

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

20 years agoModified my_connect to include ai_socktype in the hints to be compliant with
Jeremy T. Bouse [Fri, 27 Jun 2003 18:47:45 +0000 (18:47 +0000)]
Modified my_connect to include ai_socktype in the hints to be compliant with
RFC3493 as pointed out by Janos Mohacsi.

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

20 years agoSupport for swap -s for solaris. Also changes size of swap to MBs through
Ton Voon [Fri, 27 Jun 2003 14:43:01 +0000 (14:43 +0000)]
Support for swap -s for solaris. Also changes size of swap to MBs through
a conversion amount in configure. Possible breakage on other OSes

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

20 years agoRemove if which check - done in tools/setup instead
Ton Voon [Fri, 27 Jun 2003 12:04:47 +0000 (12:04 +0000)]
Remove if which check - done in tools/setup instead

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

20 years agoFiddling as Solaris' which command is broken
Ton Voon [Fri, 27 Jun 2003 10:30:47 +0000 (10:30 +0000)]
Fiddling as Solaris' which command is broken

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

20 years agoFixed different thresholds if using exclude lists
Ton Voon [Thu, 26 Jun 2003 23:33:49 +0000 (23:33 +0000)]
Fixed different thresholds if using exclude lists

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

20 years agoSupport for different thresholds for different filesystems
Ton Voon [Wed, 25 Jun 2003 15:43:31 +0000 (15:43 +0000)]
Support for different thresholds for different filesystems

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

20 years agoRemoved -d option and just check against -p parameter
Ton Voon [Wed, 25 Jun 2003 13:38:22 +0000 (13:38 +0000)]
Removed -d option and just check against -p parameter

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

20 years agoReport errors if path specified not found
Ton Voon [Wed, 25 Jun 2003 13:28:05 +0000 (13:28 +0000)]
Report errors if path specified not found

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

20 years agoProblems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifying
Ton Voon [Wed, 25 Jun 2003 13:16:53 +0000 (13:16 +0000)]
Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifying
floating variables, rather than letting asprintf work it out

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

20 years agosoalris 8 needs 'ln -s -f' instead of 'ln -sf'
Karl DeBisschop [Sat, 21 Jun 2003 05:49:39 +0000 (05:49 +0000)]
soalris 8 needs 'ln -s -f' instead of 'ln -sf'

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

20 years agoadd remaining URI_PATH chars per RFC 2396
Karl DeBisschop [Sat, 21 Jun 2003 05:23:03 +0000 (05:23 +0000)]
add remaining URI_PATH chars per RFC 2396
remove '-' from URI_PORT

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

20 years agoRenamed duplicate check_snmp command definitions to be unique
Jeremy T. Bouse [Thu, 12 Jun 2003 04:46:10 +0000 (04:46 +0000)]
Renamed duplicate check_snmp command definitions to be unique

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

20 years agoMade the two check_ifoperstatus commands unique to remove conflicts
Jeremy T. Bouse [Thu, 12 Jun 2003 04:16:34 +0000 (04:16 +0000)]
Made the two check_ifoperstatus commands unique to remove conflicts

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

20 years agofix URI_PATH to allow ?&#: (more still should be allowed)
Karl DeBisschop [Wed, 11 Jun 2003 10:41:46 +0000 (10:41 +0000)]
fix URI_PATH to allow ?&#: (more still should be allowed)
fix class to be POSIX compliant

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

20 years agoadd comment about shell quote removal to address https://sourceforge.net/tracker...
Karl DeBisschop [Tue, 10 Jun 2003 05:04:09 +0000 (05:04 +0000)]
add comment about shell quote removal to address https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597

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

20 years agoadd note about shell quote removal to address https://sourceforge.net/tracker/index...
Karl DeBisschop [Tue, 10 Jun 2003 05:02:44 +0000 (05:02 +0000)]
add note about shell quote removal to address https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597

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

20 years agoFixed quoting on SWAP_FORMAT
Ton Voon [Sun, 8 Jun 2003 22:39:20 +0000 (22:39 +0000)]
Fixed quoting on SWAP_FORMAT

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

20 years agoSupport for OpenBSD 3.2 & 3.3 ps (Julien Touche)
Ton Voon [Sun, 8 Jun 2003 22:22:06 +0000 (22:22 +0000)]
Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)

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

20 years ago\r\n patch from Mathias
Subhendu Ghosh [Sat, 7 Jun 2003 00:36:26 +0000 (00:36 +0000)]
\r\n patch from Mathias

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

20 years agoArgument to asprintf in wrong order
Ton Voon [Wed, 4 Jun 2003 22:17:04 +0000 (22:17 +0000)]
Argument to asprintf in wrong order

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

20 years agoRemove /usr as well. Maybe this is best done by changing BASEDIR to
Ton Voon [Wed, 4 Jun 2003 21:17:58 +0000 (21:17 +0000)]
Remove /usr as well. Maybe this is best done by changing BASEDIR to
configure's prefix?

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

20 years agofinish recv() loop when stream GT or EQ maxbytes (was GT)
Karl DeBisschop [Mon, 2 Jun 2003 14:46:48 +0000 (14:46 +0000)]
finish recv() loop when stream GT or EQ maxbytes (was GT)

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

20 years agoallow user to limit number of bytes fetched
Karl DeBisschop [Sun, 1 Jun 2003 05:38:12 +0000 (05:38 +0000)]
allow user to limit number of bytes fetched
fix some doco (wait is now delay, server_quit was not shown)

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

20 years agofirst revised patch failed to trap the "break" in while()
Karl DeBisschop [Sat, 31 May 2003 14:39:21 +0000 (14:39 +0000)]
first revised patch failed to trap the "break" in while()

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

20 years agocheck_sap.sh plugin to check SAP /R3 servers from Karel Salavec and Tom De Blende.
Stanley Hopcroft [Tue, 27 May 2003 13:10:01 +0000 (13:10 +0000)]
check_sap.sh plugin to check SAP /R3 servers from Karel Salavec and Tom De Blende.

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

20 years agoRevisions to Tom De Blende contributed plugins: check_axis.sh and check_mssql.sh
Stanley Hopcroft [Mon, 26 May 2003 10:09:23 +0000 (10:09 +0000)]
Revisions to Tom De Blende contributed plugins: check_axis.sh and check_mssql.sh

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

21 years agoFixed test (Mathew Ericson - 738609)
Ton Voon [Sat, 17 May 2003 23:10:02 +0000 (23:10 +0000)]
Fixed test (Mathew Ericson - 738609)

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

21 years agoFixed tests (Mathew Ericson - 738607)
Ton Voon [Sat, 17 May 2003 17:59:13 +0000 (17:59 +0000)]
Fixed tests (Mathew Ericson - 738607)

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

21 years agoFixed test commands (Mathew Ericson - 738605)
Ton Voon [Sat, 17 May 2003 17:50:40 +0000 (17:50 +0000)]
Fixed test commands (Mathew Ericson - 738605)

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

21 years agoFixed tests (Mathew Ericson - 738608)
Ton Voon [Sat, 17 May 2003 17:40:15 +0000 (17:40 +0000)]
Fixed tests (Mathew Ericson - 738608)

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

21 years agoFixed tests (Mathew Ericson - 738604)
Ton Voon [Sat, 17 May 2003 17:36:25 +0000 (17:36 +0000)]
Fixed tests (Mathew Ericson - 738604)
CV: ----------------------------------------------------------------------

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

21 years agobug fix
Subhendu Ghosh [Fri, 16 May 2003 17:33:37 +0000 (17:33 +0000)]
bug fix

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

21 years agoAdded examples
Ton Voon [Wed, 14 May 2003 23:17:16 +0000 (23:17 +0000)]
Added examples

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

21 years agoAdded postfix support (Thomas Nilsen - 735218)
Ton Voon [Wed, 14 May 2003 21:59:53 +0000 (21:59 +0000)]
Added postfix support (Thomas Nilsen - 735218)

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

21 years agoAdded DSVER and UPTIME checks (Phil Randal - 737617)
Ton Voon [Wed, 14 May 2003 21:51:10 +0000 (21:51 +0000)]
Added DSVER and UPTIME checks (Phil Randal - 737617)

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

21 years agoTypo
Ton Voon [Wed, 14 May 2003 21:49:58 +0000 (21:49 +0000)]
Typo

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

21 years agoIgnore developer-guidelines.html as generated from docbook
Ton Voon [Wed, 14 May 2003 21:44:51 +0000 (21:44 +0000)]
Ignore developer-guidelines.html as generated from docbook

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

21 years agoRemove dependency on gnu make
Ton Voon [Wed, 14 May 2003 21:39:48 +0000 (21:39 +0000)]
Remove dependency on gnu make

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

21 years agoUpdated docs to include comments, contrib->main, getopts_long and
Ton Voon [Tue, 13 May 2003 23:20:08 +0000 (23:20 +0000)]
Updated docs to include comments, contrib->main, getopts_long and
verbose output levels

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

21 years agoCalls tools/setup and creates a README for the snapshot directory
Ton Voon [Tue, 13 May 2003 22:23:16 +0000 (22:23 +0000)]
Calls tools/setup and creates a README for the snapshot directory

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

21 years agoThe developer-guidelines.html file is now generated from the sgml file
Ton Voon [Tue, 13 May 2003 22:03:48 +0000 (22:03 +0000)]
The developer-guidelines.html file is now generated from the sgml file
by docbook2html at tools/setup time

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

21 years agoRemoved contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, anachronistic...
Stanley Hopcroft [Tue, 13 May 2003 12:14:47 +0000 (12:14 +0000)]
Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, anachronistic, unmaintained and humblingly embarrassing.

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

21 years agocheck_mssql.sh. A new plugin from Mr T DE BLENDE to check MS SQLServer databases.
Stanley Hopcroft [Tue, 13 May 2003 12:13:05 +0000 (12:13 +0000)]
check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS SQLServer databases.

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

21 years agofix error when server closes connection
Karl DeBisschop [Fri, 9 May 2003 03:22:55 +0000 (03:22 +0000)]
fix error when server closes connection
immediately

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

21 years agocause snmpget try try for 1 second less than the timeout (allowing plugin to force...
Karl DeBisschop [Fri, 9 May 2003 03:00:34 +0000 (03:00 +0000)]
cause snmpget try try for 1 second less than the timeout (allowing plugin to force close if needed)

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

21 years agoModified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
Jeremy T. Bouse [Wed, 7 May 2003 18:01:32 +0000 (18:01 +0000)]
Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
PING6_COMMAND determined during the configure script execution. As
USE_IPV6 may be defined and PING6_COMMAND is not defined if there is not
IPv6 TCP stack available when configure is run I condition it off
PING6_COMMAND existing to remove build errors for being undefined.

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

21 years agocorrected output units
Subhendu Ghosh [Fri, 25 Apr 2003 09:07:18 +0000 (09:07 +0000)]
corrected output units

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

21 years agoupdate to RFC1123 hostname specs
Karl DeBisschop [Wed, 23 Apr 2003 04:58:38 +0000 (04:58 +0000)]
update to RFC1123 hostname specs

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

21 years agoadd check_nt, drop check_vsz
Karl DeBisschop [Thu, 17 Apr 2003 05:56:16 +0000 (05:56 +0000)]
add check_nt, drop check_vsz

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

21 years agocode cleanup to clear strict compiler warnings
Karl DeBisschop [Thu, 17 Apr 2003 05:55:25 +0000 (05:55 +0000)]
code cleanup to clear strict compiler warnings

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

21 years agocode cleanup to clear strict compiler warnings
Karl DeBisschop [Thu, 17 Apr 2003 05:36:20 +0000 (05:36 +0000)]
code cleanup to clear strict compiler warnings

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

21 years agoreset to old behavior of not checking stream by default
Subhendu Ghosh [Wed, 16 Apr 2003 15:06:31 +0000 (15:06 +0000)]
reset to old behavior of not checking stream by default

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

21 years agoreduce compiler warning between gcc3 and gcc2.96
Subhendu Ghosh [Sun, 13 Apr 2003 04:49:58 +0000 (04:49 +0000)]
reduce compiler warning between gcc3 and gcc2.96

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

21 years agoupdate for check_mailq - qmail support
Subhendu Ghosh [Sun, 13 Apr 2003 04:28:58 +0000 (04:28 +0000)]
update for check_mailq - qmail support

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

21 years agoAdded sendmail multi-queue support (Canau), merged qmail support (Schmid)
Subhendu Ghosh [Sun, 13 Apr 2003 04:23:56 +0000 (04:23 +0000)]
Added sendmail multi-queue support (Canau), merged qmail support (Schmid)

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

21 years agoMatch -a STRING anywhere in ps args (Laurent Vaslin - 719783)
Ton Voon [Fri, 11 Apr 2003 23:47:39 +0000 (23:47 +0000)]
Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)

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

21 years agoadded feature -u (list of unused ifIndex)
Subhendu Ghosh [Fri, 11 Apr 2003 22:36:05 +0000 (22:36 +0000)]
added feature -u (list of unused ifIndex)

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

21 years agobug 691412, added feature -x (list of excluded ifTypes)
Subhendu Ghosh [Fri, 11 Apr 2003 22:09:48 +0000 (22:09 +0000)]
bug 691412, added feature -x (list of excluded ifTypes)

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

21 years agopatch 698384 - order of args to snmpget + print a bit of stderr
Subhendu Ghosh [Fri, 11 Apr 2003 18:44:50 +0000 (18:44 +0000)]
patch 698384 - order of args to snmpget + print a bit of stderr

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

21 years agocleanup to suppress various strict compiler warnings
Karl DeBisschop [Wed, 9 Apr 2003 03:46:26 +0000 (03:46 +0000)]
cleanup to suppress various strict compiler warnings

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

21 years agorewrite #elif to be compatible with traditional C
Karl DeBisschop [Wed, 9 Apr 2003 03:44:29 +0000 (03:44 +0000)]
rewrite #elif to be compatible with traditional C

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

21 years agocheck_game needs popen.c now
Karl DeBisschop [Wed, 9 Apr 2003 02:09:09 +0000 (02:09 +0000)]
check_game needs popen.c now

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

21 years agoUpdated command for new check_procs
Ton Voon [Tue, 8 Apr 2003 20:38:27 +0000 (20:38 +0000)]
Updated command for new check_procs

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

21 years agoChanged // to /* */ comments as some compilers do not like them
Ton Voon [Tue, 8 Apr 2003 20:37:13 +0000 (20:37 +0000)]
Changed // to /* */ comments as some compilers do not like them

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

21 years agocheck_axis.sh (Axis 5xx print servers) from Tom De Blende
Stanley Hopcroft [Tue, 8 Apr 2003 00:00:39 +0000 (00:00 +0000)]
check_axis.sh (Axis 5xx print servers) from Tom De Blende

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

21 years agoFixed zombie processes
Ton Voon [Mon, 7 Apr 2003 23:40:33 +0000 (23:40 +0000)]
Fixed zombie processes

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

21 years agoMissed some PS_FORMAT strings
Ton Voon [Mon, 7 Apr 2003 23:16:21 +0000 (23:16 +0000)]
Missed some PS_FORMAT strings

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

21 years agoSouped up check_procs with different metrics
Ton Voon [Mon, 7 Apr 2003 22:53:49 +0000 (22:53 +0000)]
Souped up check_procs with different metrics

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

21 years agoRemoved unnecessary regex array
Ton Voon [Mon, 7 Apr 2003 21:21:12 +0000 (21:21 +0000)]
Removed unnecessary regex array

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

21 years agoste timeout one second greater than critical time
Karl DeBisschop [Mon, 7 Apr 2003 11:39:04 +0000 (11:39 +0000)]
ste timeout one second greater than critical time

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

21 years agohad been grandfathered ibto core, finally use normal getopts, add options for player...
Karl DeBisschop [Mon, 7 Apr 2003 11:38:15 +0000 (11:38 +0000)]
had been grandfathered ibto core, finally use normal getopts, add options for player, max-player array positions

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

21 years agoCleaned up cache output
Ton Voon [Thu, 3 Apr 2003 21:21:59 +0000 (21:21 +0000)]
Cleaned up cache output

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

21 years agoFixed sqlplus calls and rearranged parameters for --tablespace & --cache
Ton Voon [Tue, 1 Apr 2003 22:24:18 +0000 (22:24 +0000)]
Fixed sqlplus calls and rearranged parameters for --tablespace & --cache

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

21 years agoremove PATH_PROG call for autoconf/automake components
Karl DeBisschop [Tue, 1 Apr 2003 04:00:21 +0000 (04:00 +0000)]
remove PATH_PROG call for autoconf/automake components

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

21 years agocheckpoint
Karl DeBisschop [Mon, 31 Mar 2003 12:49:15 +0000 (12:49 +0000)]
checkpoint
 supresses iso9660
 adds option for checking only local
 adds choice of scale factor

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

21 years agoExtra Netware checks (Patch 710247 - Dietmar Ruzicka)
Ton Voon [Thu, 27 Mar 2003 22:53:45 +0000 (22:53 +0000)]
Extra Netware checks (Patch 710247 - Dietmar Ruzicka)

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

21 years agoipv6 check requires unistd.h for Darwin
Ton Voon [Wed, 26 Mar 2003 05:37:11 +0000 (05:37 +0000)]
ipv6 check requires unistd.h for Darwin

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

21 years agoRemoval of ps_raw and ps_vars
Ton Voon [Wed, 26 Mar 2003 03:57:58 +0000 (03:57 +0000)]
Removal of ps_raw and ps_vars

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

21 years agoUses same ps command as check_procs
Ton Voon [Wed, 26 Mar 2003 03:39:13 +0000 (03:39 +0000)]
Uses same ps command as check_procs

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

21 years agosubst is no longer used
Karl DeBisschop [Tue, 25 Mar 2003 06:33:02 +0000 (06:33 +0000)]
subst is no longer used

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

21 years agoBetter stripping of prefix for Solaris package install needs to remove
Jeremy T. Bouse [Mon, 24 Mar 2003 19:05:14 +0000 (19:05 +0000)]
Better stripping of prefix for Solaris package install needs to remove
/usr/local as package installs there by default

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

21 years agoMinor changes to build for Solaris packages
Jeremy T. Bouse [Mon, 24 Mar 2003 17:45:01 +0000 (17:45 +0000)]
Minor changes to build for Solaris packages

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

21 years agoUse max_state
Ton Voon [Mon, 24 Mar 2003 16:23:01 +0000 (16:23 +0000)]
Use max_state

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

21 years agoPATH set in correct place and extra comments
Ton Voon [Mon, 24 Mar 2003 02:57:50 +0000 (02:57 +0000)]
PATH set in correct place and extra comments

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