Code

nagiosplug.git
19 years agosetlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse the...
M. Sean Finney [Tue, 3 May 2005 02:00:51 +0000 (02:00 +0000)]
setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse the output of ping.

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

19 years agoif check_tcp was called with -e but not -s, it would hang in a call to my_recv. the
M. Sean Finney [Tue, 3 May 2005 01:52:19 +0000 (01:52 +0000)]
if check_tcp was called with -e but not -s, it would hang in a call to my_recv.  the
fix committed here adds on more piece of logic to the check to see if more data needs
to be read, avoiding the deadlock call.  a better fix would be to not use these "voodoo"
heuristics and instead use poll() or select(), but that's quite a bit more complicated.

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

19 years agobetter error checking in spopen signal handler (see 1107524)
M. Sean Finney [Sun, 1 May 2005 20:12:03 +0000 (20:12 +0000)]
better error checking in spopen signal handler (see 1107524)

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

19 years agoprovide a --with-perl option
M. Sean Finney [Sun, 1 May 2005 19:50:15 +0000 (19:50 +0000)]
provide a --with-perl option

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

19 years agocheck_sybase 0.7 from Simon Bellman. Thx
Stanley Hopcroft [Fri, 29 Apr 2005 00:27:49 +0000 (00:27 +0000)]
check_sybase 0.7 from Simon Bellman. Thx

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

19 years agoregexp fix for check_ntp
M. Sean Finney [Tue, 19 Apr 2005 00:16:58 +0000 (00:16 +0000)]
regexp fix for check_ntp

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

19 years agocheck for the -w flag for ping6 as well as ping
M. Sean Finney [Tue, 19 Apr 2005 00:09:18 +0000 (00:09 +0000)]
check for the -w flag for ping6 as well as ping

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

19 years agoalso change the --help output to reflect that check_disk_smb defaults to empty passwords
M. Sean Finney [Sun, 17 Apr 2005 22:22:41 +0000 (22:22 +0000)]
also change the --help output to reflect that check_disk_smb defaults to empty passwords

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

19 years agopatch to check_disk_smb to allow empty passwords
M. Sean Finney [Sat, 16 Apr 2005 06:09:47 +0000 (06:09 +0000)]
patch to check_disk_smb to allow empty passwords

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

19 years agocheck_mailq fix, don't be case sensitive matching /^\s+Total\sRequests:\s(\d+)$/
M. Sean Finney [Thu, 14 Apr 2005 04:13:13 +0000 (04:13 +0000)]
check_mailq fix, don't be case sensitive matching /^\s+Total\sRequests:\s(\d+)$/

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

19 years agotypographical fix in check_ntp
M. Sean Finney [Thu, 14 Apr 2005 04:07:24 +0000 (04:07 +0000)]
typographical fix in check_ntp

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

19 years agoproperly call close() on the ssh connection before exiting.
M. Sean Finney [Mon, 11 Apr 2005 18:02:40 +0000 (18:02 +0000)]
properly call close() on the ssh connection before exiting.

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

19 years agothis should add support for check_ssmtp, based on the 1.3.x patch in 1155562,
M. Sean Finney [Mon, 11 Apr 2005 03:07:59 +0000 (03:07 +0000)]
this should add support for check_ssmtp, based on the 1.3.x patch in 1155562,
but fixed to follow how things are done in 1.4 (using strdup instead of
asprintf) and patching configure.in instead of configure.

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

19 years agoin honor of joining up, my first bugfix. this should resolve 1174070.
M. Sean Finney [Thu, 7 Apr 2005 04:33:33 +0000 (04:33 +0000)]
in honor of joining up, my first bugfix.  this should resolve 1174070.

note i don't have an exchange server to test this against, but it
does what the requester mentioned (slightly cleaner than the patch
attached in the tracker).

it does, however, still work against my own postfix server :)

sean

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

19 years agoThis is a first cut at adding performance data to check_snmp. I wasn't sure
Harper Mann [Tue, 5 Apr 2005 21:26:56 +0000 (21:26 +0000)]
This is a first cut at adding performance data to check_snmp.  I wasn't sure
how to handle UOM so only values that return SNMP type Counter32: are labled
with "c".  All other values have a blank UOM.  I also left off warn, crit,
max and min values in the performance data until we come up with a way to
handle them.

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

19 years agoMore contributors
Ton Voon [Mon, 4 Apr 2005 18:25:06 +0000 (18:25 +0000)]
More contributors

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

19 years agoFix static buffer (Nikolay Sturm)
Ton Voon [Mon, 4 Apr 2005 18:24:12 +0000 (18:24 +0000)]
Fix static buffer (Nikolay Sturm)

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

19 years agoReplication check support for 4.1.x from Gerrit Beine
Matthew Kent [Fri, 18 Mar 2005 03:14:03 +0000 (03:14 +0000)]
Replication check support for 4.1.x from Gerrit Beine

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

19 years agoAdded OS info for offset issue
Ton Voon [Tue, 8 Mar 2005 06:19:32 +0000 (06:19 +0000)]
Added OS info for offset issue

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

19 years agoIgnore extra check on offset 0.00000 (John Warburton - 1150777)
Ton Voon [Fri, 4 Mar 2005 22:20:17 +0000 (22:20 +0000)]
Ignore extra check on offset 0.00000 (John Warburton - 1150777)

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

19 years agoFixed // comments (Steve Greenland - 1143836)
Ton Voon [Fri, 4 Mar 2005 21:58:40 +0000 (21:58 +0000)]
Fixed // comments (Steve Greenland - 1143836)

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

19 years agoSupport for IPv6 (Merijn Evertse - 1119917)
Ton Voon [Fri, 4 Mar 2005 21:50:02 +0000 (21:50 +0000)]
Support for IPv6 (Merijn Evertse - 1119917)

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

19 years agoChanged to next version number
Ton Voon [Fri, 4 Mar 2005 21:04:57 +0000 (21:04 +0000)]
Changed to next version number

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

19 years agoNotes on branching
Ton Voon [Fri, 4 Mar 2005 21:03:43 +0000 (21:03 +0000)]
Notes on branching

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

19 years agoMissed check_disk addition to 1.4
Ton Voon [Fri, 4 Mar 2005 20:43:19 +0000 (20:43 +0000)]
Missed check_disk addition to 1.4

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

19 years agoFix for check_icmp build on Solaris from Andreas Ericsson <ae@op5.se>
Stanley Hopcroft [Fri, 11 Feb 2005 11:49:51 +0000 (11:49 +0000)]
Fix for check_icmp build on Solaris from Andreas Ericsson <ae@op5.se>

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

19 years agoFor 1.4 release
Ton Voon [Fri, 4 Feb 2005 00:44:27 +0000 (00:44 +0000)]
For 1.4 release

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

19 years agoUpdated for 1.4 release
Ton Voon [Fri, 4 Feb 2005 00:43:29 +0000 (00:43 +0000)]
Updated for 1.4 release

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

19 years agoNew file to note known bugs for major releases
Ton Voon [Fri, 4 Feb 2005 00:29:56 +0000 (00:29 +0000)]
New file to note known bugs for major releases

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

19 years agoReordering of items with most important announcements first
Ton Voon [Fri, 4 Feb 2005 00:28:53 +0000 (00:28 +0000)]
Reordering of items with most important announcements first

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

19 years agoNew version (1.1) from John Koyle
Stanley Hopcroft [Fri, 4 Feb 2005 00:27:38 +0000 (00:27 +0000)]
New version (1.1) from John Koyle

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

19 years agoBUGS file addition to release
Ton Voon [Fri, 4 Feb 2005 00:26:59 +0000 (00:26 +0000)]
BUGS file addition to release

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

19 years agoCleanup and addition of reference to BUGS file
Ton Voon [Fri, 4 Feb 2005 00:26:22 +0000 (00:26 +0000)]
Cleanup and addition of reference to BUGS file

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

19 years agoUpdated with corrections. Added note to update BUGS file
Ton Voon [Fri, 4 Feb 2005 00:25:42 +0000 (00:25 +0000)]
Updated with corrections. Added note to update BUGS file

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

19 years agoPatch against check_log
Ton Voon [Thu, 3 Feb 2005 23:52:17 +0000 (23:52 +0000)]
Patch against check_log

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

19 years agoCheck for log file readability
Ton Voon [Thu, 3 Feb 2005 23:51:35 +0000 (23:51 +0000)]
Check for log file readability

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

19 years agoAdd debug option from John Rouillard
Stanley Hopcroft [Wed, 2 Feb 2005 09:47:45 +0000 (09:47 +0000)]
Add debug option from John Rouillard

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

19 years agotry again to stop looping
Stanley Hopcroft [Wed, 2 Feb 2005 06:42:18 +0000 (06:42 +0000)]
try again to stop looping

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

19 years agorestructure main() to stop looping on -n
Stanley Hopcroft [Wed, 2 Feb 2005 05:44:26 +0000 (05:44 +0000)]
restructure main() to stop looping on -n

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

19 years agoThank you to Myke Place for check_traceroute-pure_perl.pl
Stanley Hopcroft [Tue, 1 Feb 2005 12:43:58 +0000 (12:43 +0000)]
Thank you to Myke Place for check_traceroute-pure_perl.pl

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

19 years agoThank you for contributed plugins
Stanley Hopcroft [Tue, 1 Feb 2005 12:42:19 +0000 (12:42 +0000)]
Thank you for contributed plugins

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

19 years agocheck_icmp added to libexec_PROGRAMS
Stanley Hopcroft [Tue, 1 Feb 2005 12:30:38 +0000 (12:30 +0000)]
check_icmp added to libexec_PROGRAMS

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

19 years agocheck_icmp no longer regarded as volatile; built by default
Stanley Hopcroft [Tue, 1 Feb 2005 12:25:56 +0000 (12:25 +0000)]
check_icmp no longer regarded as volatile; built by default

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

19 years agoplugins/linux.h, vestigeal header required for prior versions of check_icmp, no longe...
Stanley Hopcroft [Tue, 1 Feb 2005 12:23:28 +0000 (12:23 +0000)]
plugins/linux.h, vestigeal header required for prior versions of check_icmp, no longer required.

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

19 years agoAmendments for check_icmp
Stanley Hopcroft [Tue, 1 Feb 2005 07:35:53 +0000 (07:35 +0000)]
Amendments for check_icmp

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

19 years agohacks to partly support check_icmp.c (1.0).
Stanley Hopcroft [Tue, 1 Feb 2005 07:34:14 +0000 (07:34 +0000)]
hacks to partly support check_icmp.c (1.0).

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

19 years agoRevised check_icmp (1.0) from A Ericsson.
Stanley Hopcroft [Tue, 1 Feb 2005 07:33:13 +0000 (07:33 +0000)]
Revised check_icmp (1.0) from A Ericsson.

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

19 years agoNew or revised plugin in /contrib
Stanley Hopcroft [Tue, 1 Feb 2005 04:20:04 +0000 (04:20 +0000)]
New or revised plugin in /contrib

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

19 years agoNew version of Simon Bellwoods check_sybase (0.4). Thank you.
Stanley Hopcroft [Fri, 28 Jan 2005 22:42:15 +0000 (22:42 +0000)]
New version of Simon Bellwoods check_sybase (0.4). Thank you.

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

19 years agoJon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob pretty weak
Stanley Hopcroft [Thu, 27 Jan 2005 10:34:16 +0000 (10:34 +0000)]
Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob pretty weak

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

19 years agoCandidate successor to /plugins/check_ide_smart.c. Now in /contrib. NB there is anoth...
Stanley Hopcroft [Thu, 27 Jan 2005 10:32:48 +0000 (10:32 +0000)]
Candidate successor to /plugins/check_ide_smart.c. Now in /contrib. NB there is another new plugin with sim function

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

19 years agoNew /contrib plugin
Stanley Hopcroft [Thu, 27 Jan 2005 04:54:16 +0000 (04:54 +0000)]
New /contrib plugin

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

19 years agoNew /contrib plugin
Stanley Hopcroft [Thu, 27 Jan 2005 04:46:08 +0000 (04:46 +0000)]
New /contrib plugin

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

19 years ago1 New /contrib plugins
Stanley Hopcroft [Thu, 27 Jan 2005 02:27:15 +0000 (02:27 +0000)]
1 New /contrib plugins
2 Revised check_dhcp.c status in CHANGES

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

19 years agoAdded check_dhcp bask into libexec_PROGRAMS after talking with Stanley.
Harper Mann [Thu, 27 Jan 2005 01:38:50 +0000 (01:38 +0000)]
Added check_dhcp bask into libexec_PROGRAMS after talking with Stanley.

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

19 years agoMore contributors
Ton Voon [Wed, 26 Jan 2005 21:39:59 +0000 (21:39 +0000)]
More contributors

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

19 years agoConvert tabs to spaces from dig's answer section (Randy O'Meara - 1107651)
Ton Voon [Wed, 26 Jan 2005 21:21:01 +0000 (21:21 +0000)]
Convert tabs to spaces from dig's answer section (Randy O'Meara - 1107651)

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

19 years agoAdd recommendation for check_procs on Mandrake systems (Paulo Fessel - 1106849)
Ton Voon [Wed, 26 Jan 2005 20:53:26 +0000 (20:53 +0000)]
Add recommendation for check_procs on Mandrake systems (Paulo Fessel - 1106849)

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

19 years agoDisplay usage if no argv (Reuben Farrelly)
Stanley Hopcroft [Tue, 25 Jan 2005 22:15:00 +0000 (22:15 +0000)]
Display usage if no argv (Reuben Farrelly)

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

19 years agoTracker:1109261 This was an alignment problem on Solaris. Linux kernel fixes alignm...
Harper Mann [Tue, 25 Jan 2005 18:11:21 +0000 (18:11 +0000)]
Tracker:1109261  This was an alignment problem on Solaris.  Linux kernel fixes alignment so this was not seen there.  Memcpy takes care of proper alignment.  Tested on RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 with the GNU env.

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

19 years agoTrivial text changes (print_help, commentary & -n option)
Stanley Hopcroft [Tue, 25 Jan 2005 12:43:45 +0000 (12:43 +0000)]
Trivial text changes (print_help, commentary & -n option)

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

19 years agomoved to /plugins (core plugin)
Stanley Hopcroft [Tue, 25 Jan 2005 09:20:12 +0000 (09:20 +0000)]
moved to /plugins (core plugin)

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

19 years agoreplaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps)
Stanley Hopcroft [Tue, 25 Jan 2005 09:19:23 +0000 (09:19 +0000)]
replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps)

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

19 years agoReplaced by the check_ica* pair of plugins (mainly check_ica_metaframe_pub_apps)
Stanley Hopcroft [Tue, 25 Jan 2005 09:15:25 +0000 (09:15 +0000)]
Replaced by the check_ica* pair of plugins (mainly check_ica_metaframe_pub_apps)

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

19 years agopacket creation and dumping hacks used by check_ica* and check_lotus
Stanley Hopcroft [Tue, 25 Jan 2005 09:12:47 +0000 (09:12 +0000)]
packet creation and dumping hacks used by check_ica* and check_lotus

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

19 years agoNew plugin - checks that ICA master browser is what it should be (important for firew...
Stanley Hopcroft [Tue, 25 Jan 2005 09:09:33 +0000 (09:09 +0000)]
New plugin - checks that ICA master browser is what it should be (important for firewalled dialup)

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

19 years agoReplacement (structured name mainly) for check_citrix: check of ICA browse service
Stanley Hopcroft [Tue, 25 Jan 2005 09:07:39 +0000 (09:07 +0000)]
Replacement (structured name mainly) for check_citrix: check of ICA browse service

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

19 years agoNew plugin to check Citrix Metaframe XP "Program Neighbourhood"
Stanley Hopcroft [Tue, 25 Jan 2005 09:05:53 +0000 (09:05 +0000)]
New plugin to check Citrix Metaframe XP "Program Neighbourhood"

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

19 years agoNew plugin to check responsiveness of Louts Notes (v5 at least) servers
Stanley Hopcroft [Tue, 25 Jan 2005 09:04:26 +0000 (09:04 +0000)]
New plugin to check responsiveness of Louts Notes (v5 at least) servers

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

19 years agoRemoved check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by defaut)
Stanley Hopcroft [Mon, 24 Jan 2005 23:17:26 +0000 (23:17 +0000)]
Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by defaut)

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

19 years agoNotes about check_dhcp and check_icmp (no longer built by default, use at own peril...
Stanley Hopcroft [Mon, 24 Jan 2005 23:15:50 +0000 (23:15 +0000)]
Notes about check_dhcp and check_icmp (no longer built by default, use at own peril, volatile)

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

19 years agoSet arch specifc preprocessor symbols in config.h. TEMPORARY hack for check_dhcp...
Stanley Hopcroft [Fri, 21 Jan 2005 09:24:03 +0000 (09:24 +0000)]
Set arch specifc preprocessor symbols in config.h. TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 sec.

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

19 years agoTracker 1106378 fixed - The -t (timeout) arg was not handled correctly when passed...
Harper Mann [Fri, 21 Jan 2005 01:03:56 +0000 (01:03 +0000)]
Tracker 1106378 fixed - The -t (timeout) arg was not handled correctly when passed to the snmpget command.  Added -e --retries for the correct retries value to snmpcmd.

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

19 years agoChanging copyright to the Nagios Plugins Development Team, rather than
Ton Voon [Fri, 21 Jan 2005 00:01:54 +0000 (00:01 +0000)]
Changing copyright to the Nagios Plugins Development Team, rather than
individual names. Also, clarified use of ACKNOWLEDGEMENTS, THANKS.in and
AUTHORS

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

19 years agoChanged long argument --minmax to --pagesize and updated help and usage
Harper Mann [Thu, 20 Jan 2005 23:40:30 +0000 (23:40 +0000)]
Changed long argument --minmax to --pagesize and updated help and usage

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

19 years agoThe AUTHORS file now used for the plugin team, with THANKS.in as the
Ton Voon [Thu, 20 Jan 2005 23:39:59 +0000 (23:39 +0000)]
The AUTHORS file now used for the plugin team, with THANKS.in as the
contributors list.

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

19 years agoAdded comment about check_http --pagesize and added max value to page size check
Harper Mann [Thu, 20 Jan 2005 23:37:19 +0000 (23:37 +0000)]
Added comment about check_http --pagesize and added max value to page size check

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

19 years agoAdded Sean for bug reports
Ton Voon [Thu, 20 Jan 2005 23:25:59 +0000 (23:25 +0000)]
Added Sean for bug reports

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

19 years agoTracker 1099682 fix. Now getting the page size from Content-Length in the header...
Harper Mann [Thu, 20 Jan 2005 22:50:09 +0000 (22:50 +0000)]
Tracker 1099682 fix.  Now getting the page size from Content-Length in the header.  Added max value to the -m switch so can do "-m min:max".  Retained "-m min" convention.  Renamed long arg name to --minmax

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

19 years agoIn the CHECK_COUNTER block, there were several strcats writing to unallocated
Harper Mann [Wed, 19 Jan 2005 23:39:45 +0000 (23:39 +0000)]
In the CHECK_COUNTER block, there were several strcats writing to unallocated
memory.  Changed to asprintf. We're not freeing since plugin run is short.

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

19 years agoFixed parsing of AIX lsps command (1093522)
Ton Voon [Wed, 19 Jan 2005 21:14:47 +0000 (21:14 +0000)]
Fixed parsing of AIX lsps command (1093522)

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

19 years agoMore contributors
Ton Voon [Fri, 14 Jan 2005 14:39:51 +0000 (14:39 +0000)]
More contributors

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

19 years agoFixed ssl configure problems on Solaris (Bug 1096091)
Ton Voon [Fri, 14 Jan 2005 10:59:49 +0000 (10:59 +0000)]
Fixed ssl configure problems on Solaris (Bug 1096091)

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

19 years agoUse floats for holding memory values to avoid different types on different
Ton Voon [Thu, 13 Jan 2005 18:24:52 +0000 (18:24 +0000)]
Use floats for holding memory values to avoid different types on different
OSes. Seems to have a problem with the perf data for check_swap on Sol 2.6,
but not critical

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

19 years agoUpdate version number to next release
Ton Voon [Wed, 5 Jan 2005 21:32:21 +0000 (21:32 +0000)]
Update version number to next release

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

19 years agostill trying to fix #1094326
Benoit Mortier [Tue, 4 Jan 2005 00:16:48 +0000 (00:16 +0000)]
still trying to fix #1094326

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

19 years agomore fixes for #1094326
Benoit Mortier [Mon, 3 Jan 2005 01:37:10 +0000 (01:37 +0000)]
more fixes for #1094326

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

19 years agofixes for #1094324
Benoit Mortier [Mon, 3 Jan 2005 00:59:48 +0000 (00:59 +0000)]
fixes for #1094324

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

19 years agofixing bug #1094326
Benoit Mortier [Sun, 2 Jan 2005 14:00:27 +0000 (14:00 +0000)]
fixing bug #1094326

still need to check the makefile for check_ide_smart.c

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

19 years agoRemoved old terminate function (Bug 1093491)
Ton Voon [Sat, 1 Jan 2005 16:15:39 +0000 (16:15 +0000)]
Removed old terminate function (Bug 1093491)

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

19 years agoUpdated with r1_4-beta1 details
Ton Voon [Thu, 30 Dec 2004 17:17:24 +0000 (17:17 +0000)]
Updated with r1_4-beta1 details

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

19 years agoNote some syntax changes to check_disk
Ton Voon [Thu, 30 Dec 2004 14:23:52 +0000 (14:23 +0000)]
Note some syntax changes to check_disk

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

19 years agoUpdate package files for version
Ton Voon [Thu, 30 Dec 2004 14:22:24 +0000 (14:22 +0000)]
Update package files for version

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

19 years agoFor help with ps on FreeBSD 4
Ton Voon [Thu, 30 Dec 2004 14:21:51 +0000 (14:21 +0000)]
For help with ps on FreeBSD 4

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

19 years agoGet ps command for FreeBSD 4 (Tomasz Pilat)
Ton Voon [Thu, 30 Dec 2004 14:19:37 +0000 (14:19 +0000)]
Get ps command for FreeBSD 4 (Tomasz Pilat)

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

19 years agomore internationalization fixes
Benoit Mortier [Thu, 30 Dec 2004 00:41:41 +0000 (00:41 +0000)]
more internationalization fixes
internationalization freeze for beta1

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

19 years agomore internationalization
Benoit Mortier [Tue, 28 Dec 2004 23:40:11 +0000 (23:40 +0000)]
more internationalization

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

19 years agostarttls support for check_smtp #1041576
Benoit Mortier [Tue, 28 Dec 2004 23:18:17 +0000 (23:18 +0000)]
starttls support for check_smtp #1041576

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

19 years agoString match in check_ping for Solaris 10 #1091043
Benoit Mortier [Tue, 28 Dec 2004 22:34:42 +0000 (22:34 +0000)]
String match in check_ping for Solaris 10 #1091043

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

19 years agosys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)
Ton Voon [Tue, 28 Dec 2004 20:40:42 +0000 (20:40 +0000)]
sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)

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