diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-11 06:30:07 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-11 06:30:07 +0000 |
| commit | 8c528b3c36c13d32f204c398abb38b37c6ab58f8 (patch) | |
| tree | 2fc44b4506cbe20347dac6dc3f757826eebea694 | |
| parent | 29df7b318c942ff4363b425c63020b77f24096c0 (diff) | |
| download | monitoring-plugins-8c528b3c36c13d32f204c398abb38b37c6ab58f8.tar.gz | |
Auto Update from CVS (includes both stabel and devel - ugh)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@588 f882894a-f735-0410-b71e-b25c423dba1c
| -rw-r--r-- | ChangeLog | 1293 |
1 files changed, 1019 insertions, 274 deletions
| @@ -1,62 +1,807 @@ | |||
| 1 | 2003-03-02 kdebisschop@alert.infoplease.com <kdebisschop> | 1 | 2003-07-11 kdebisschop |
| 2 | |||
| 3 | * plugins/Makefile.am, configure.in: | ||
| 4 | link check_spop and check_simap if ssl libs are compiled into check_tcp | ||
| 5 | |||
| 6 | 2003-07-03 tonvoon | ||
| 7 | |||
| 8 | * plugins/check_procs.c: | ||
| 9 | Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander Matey) | ||
| 10 | |||
| 11 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh | ||
| 12 | |||
| 13 | 2003-07-03 kdebisschop | ||
| 14 | |||
| 15 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup | ||
| 16 | |||
| 17 | 2003-07-02 tonvoon | ||
| 18 | |||
| 19 | * plugins-scripts/check_oracle.sh: | ||
| 20 | Check for ORA- errors for tablespace and cache (patch 755456 - Sven Meyer) | ||
| 21 | |||
| 22 | * plugins-scripts/check_disk_smb.pl: | ||
| 23 | Update error message from smbclient v2.2.7 (Patch 740132 - Cove Schneider) | ||
| 24 | |||
| 25 | * configure.in: Fixed SUPPORT message | ||
| 26 | |||
| 27 | 2003-07-01 tonvoon | ||
| 28 | |||
| 29 | * plugins/check_disk.c: | ||
| 30 | Fix for large filesystems > 3TB (Stuart Webster) | ||
| 31 | |||
| 32 | 2003-06-29 undrgrid | ||
| 33 | |||
| 34 | * configure.in, plugins/check_ldap.c: | ||
| 35 | Included patch for check_ldap from Patch #753621 by Ziya Suzen | ||
| 36 | |||
| 37 | 2003-06-29 tonvoon | ||
| 38 | |||
| 39 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) | ||
| 40 | |||
| 41 | * plugins/check_swap.c: | ||
| 42 | Corrected reported size for PROC_MEMINFO systems | ||
| 43 | |||
| 44 | * tools/sfwebcron: Fixed so goes to correct web area | ||
| 45 | |||
| 46 | * tools/sfwebcron: | ||
| 47 | New tool to run on shell.sf.net to update the dev guidelines | ||
| 48 | |||
| 49 | * doc/makefile: Fixed makefile | ||
| 50 | |||
| 51 | 2003-06-27 tonvoon | ||
| 52 | |||
| 53 | * configure.in, plugins/check_swap.c: | ||
| 54 | Support for swap -s for solaris. Also changes size of swap to MBs through | ||
| 55 | a conversion amount in configure. Possible breakage on other OSes | ||
| 56 | |||
| 57 | * doc/makefile: Remove if which check - done in tools/setup instead | ||
| 58 | |||
| 59 | * tools/setup: Fiddling as Solaris' which command is broken | ||
| 60 | |||
| 61 | 2003-06-26 tonvoon | ||
| 62 | |||
| 63 | * plugins/check_disk.c: | ||
| 64 | Fixed different thresholds if using exclude lists | ||
| 65 | |||
| 66 | 2003-06-21 kdebisschop | ||
| 67 | |||
| 68 | * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln -sf' | ||
| 69 | |||
| 70 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 | ||
| 71 | remove '-' from URI_PORT | ||
| 72 | |||
| 73 | 2003-06-12 undrgrid | ||
| 74 | |||
| 75 | * command.cfg.in: | ||
| 76 | Renamed duplicate check_snmp command definitions to be unique | ||
| 77 | |||
| 78 | * command.cfg.in, configure.in: | ||
| 79 | Made the two check_ifoperstatus commands unique to remove conflicts | ||
| 80 | |||
| 81 | 2003-06-11 kdebisschop | ||
| 82 | |||
| 83 | * plugins/check_http.c: character classes were wrong for URI_PATH etc: | ||
| 84 | 1) must include ?&#; for PATH | ||
| 85 | 2) POSIX states "If a '-' is in the scanlist and is not the first character, nor the second where the first character is a '^' , nor the last character, the behavior is implementation-defined" | ||
| 86 | |||
| 87 | 2003-06-10 kdebisschop | ||
| 88 | |||
| 89 | * contrib/urlize.pl: | ||
| 90 | add comment about shell quote removal to address https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | ||
| 91 | |||
| 92 | * plugins/urlize.c: | ||
| 93 | add note about effect of shell quote handling to address https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | ||
| 94 | |||
| 95 | 2003-06-08 tonvoon | ||
| 96 | |||
| 97 | * configure.in: Fixed quoting on SWAP_FORMAT | ||
| 98 | |||
| 99 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | ||
| 100 | |||
| 101 | 2003-06-07 sghosh | ||
| 102 | |||
| 103 | * plugins/check_real.c: \r\n patch from Mathias | ||
| 104 | |||
| 105 | 2003-06-04 tonvoon | ||
| 106 | |||
| 107 | * configure.in: Display ps command used | ||
| 108 | |||
| 109 | * configure.in: Stupid bug - what happens when you don't bother testing | ||
| 110 | |||
| 111 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | ||
| 112 | |||
| 113 | * plugins/check_disk.c: Argument to asprintf in wrong order | ||
| 114 | |||
| 115 | * pkg/solaris/solpkg: | ||
| 116 | Remove /usr as well. Maybe this is best done by changing BASEDIR to | ||
| 117 | configure's prefix? | ||
| 118 | |||
| 119 | 2003-06-02 kdebisschop | ||
| 120 | |||
| 121 | * plugins/check_tcp.c: | ||
| 122 | finish recv() loop when stream GT or EQ maxbytes (was GT) | ||
| 123 | |||
| 124 | 2003-06-01 kdebisschop | ||
| 125 | |||
| 126 | * plugins/check_tcp.c: typos in doco | ||
| 127 | |||
| 128 | * plugins/check_tcp.c: allow user to limit number of bytes fetched | ||
| 129 | fix some doco (wait is now delay, server_quit was not shown) | ||
| 130 | |||
| 131 | * plugins/check_tcp.c: | ||
| 132 | allow user to limit the number of bytes to be fetched | ||
| 133 | |||
| 134 | 2003-05-31 kdebisschop | ||
| 135 | |||
| 136 | * plugins/check_dns.c: first revised patch failed to trap the | ||
| 137 | "break" in while() | ||
| 138 | |||
| 139 | * plugins/check_dns.c: | ||
| 140 | first revised patch failed to trap the "break" in while() | ||
| 141 | |||
| 142 | * plugins/check_dns.c: typo in args to terminate | ||
| 143 | |||
| 144 | * plugins/check_dns.c: trap null or empty returns from nslookup | ||
| 145 | |||
| 146 | 2003-05-27 stanleyhopcroft | ||
| 147 | |||
| 148 | * contrib/check_sap.sh: | ||
| 149 | check_sap.sh plugin to check SAP /R3 servers from Karel Salavec and Tom De Blende. | ||
| 150 | |||
| 151 | 2003-05-26 stanleyhopcroft | ||
| 152 | |||
| 153 | * contrib/check_axis.sh, contrib/check_mssql.sh: | ||
| 154 | Revisions to Tom De Blende contributed plugins: check_axis.sh and check_mssql.sh | ||
| 155 | |||
| 156 | 2003-05-17 tonvoon | ||
| 157 | |||
| 158 | * plugins/t/check_ftp.t: Fixed test (Mathew Ericson - 738609) | ||
| 159 | |||
| 160 | * plugins/t/check_load.t: Fixed tests (Mathew Ericson - 738607) | ||
| 161 | |||
| 162 | * plugins/t/check_procs.t: | ||
| 163 | Fixed test commands (Mathew Ericson - 738605) | ||
| 164 | |||
| 165 | * plugins/t/check_http.t: Fixed tests (Mathew Ericson - 738608) | ||
| 166 | |||
| 167 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) | ||
| 168 | CV: ---------------------------------------------------------------------- | ||
| 169 | |||
| 170 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) | ||
| 171 | |||
| 172 | 2003-05-16 sghosh | ||
| 173 | |||
| 174 | * plugins-scripts/check_ntp.pl: bug fix | ||
| 175 | |||
| 176 | 2003-05-14 tonvoon | ||
| 177 | |||
| 178 | * plugins/negate.c: Added examples | ||
| 179 | |||
| 180 | * plugins-scripts/check_mailq.pl: | ||
| 181 | Added postfix support (Thomas Nilsen - 735218) | ||
| 182 | |||
| 183 | * plugins/check_nwstat.c: | ||
| 184 | Added DSVER and UPTIME checks (Phil Randal - 737617) | ||
| 185 | |||
| 186 | * pkg/solaris/solpkg: Typo | ||
| 187 | |||
| 188 | * doc/.cvsignore: | ||
| 189 | Ignore developer-guidelines.html as generated from docbook | ||
| 190 | |||
| 191 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: | ||
| 192 | Remove dependency on gnu make | ||
| 193 | |||
| 194 | 2003-05-13 tonvoon | ||
| 195 | |||
| 196 | * doc/developer-guidelines.sgml: | ||
| 197 | Updated docs to include comments, contrib->main, getopts_long and | ||
| 198 | verbose output levels | ||
| 199 | |||
| 200 | * tools/sfsnapshot: | ||
| 201 | Calls tools/setup and creates a README for the snapshot directory | ||
| 202 | |||
| 203 | * doc/makefile, tools/setup, doc/developer-guidelines.html: | ||
| 204 | The developer-guidelines.html file is now generated from the sgml file | ||
| 205 | by docbook2html at tools/setup time | ||
| 206 | |||
| 207 | 2003-05-13 stanleyhopcroft | ||
| 208 | |||
| 209 | * contrib/tarballs/hopcroft-plugins.tar.gz: | ||
| 210 | Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, anachronistic, unmaintained and humblingly embarrassing. | ||
| 211 | |||
| 212 | * contrib/check_mssql.sh: | ||
| 213 | check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS SQLServer databases. | ||
| 214 | |||
| 215 | 2003-05-09 kdebisschop | ||
| 216 | |||
| 217 | * plugins/check_http.c: fix error when server closes connection | ||
| 218 | immediately | ||
| 219 | |||
| 220 | * plugins/check_http.c: | ||
| 221 | fix error when server closes connection immediately | ||
| 222 | |||
| 223 | * plugins/check_snmp.c: | ||
| 224 | cause snmpget try try for 1 second less than the timeout (allowing plugin to force close if needed) | ||
| 225 | |||
| 226 | 2003-05-07 undrgrid | ||
| 227 | |||
| 228 | * plugins/check_ping.c: | ||
| 229 | Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the | ||
| 230 | PING6_COMMAND determined during the configure script execution. As | ||
| 231 | USE_IPV6 may be defined and PING6_COMMAND is not defined if there is not | ||
| 232 | IPv6 TCP stack available when configure is run I condition it off | ||
| 233 | PING6_COMMAND existing to remove build errors for being undefined. | ||
| 234 | |||
| 235 | 2003-04-25 sghosh | ||
| 236 | |||
| 237 | * plugins-scripts/check_ntp.pl: corrected output units | ||
| 238 | |||
| 239 | 2003-04-23 kdebisschop | ||
| 240 | |||
| 241 | * plugins/check_http.c, plugins/utils.c: | ||
| 242 | update to RFC1123 hostname specs | ||
| 243 | |||
| 244 | 2003-04-17 kdebisschop | ||
| 245 | |||
| 246 | * nagios-plugins.spec.in: add check_nt, drop check_vsz | ||
| 247 | |||
| 248 | * plugins/check_dig.c, plugins/check_tcp.c, plugins/check_users.c, plugins/netutils.c: | ||
| 249 | code cleanup to clear strict compiler warnings | ||
| 250 | |||
| 251 | 2003-04-16 sghosh | ||
| 252 | |||
| 253 | * plugins/check_real.c: old behavior - no stream check unless -u | ||
| 254 | |||
| 255 | * plugins/check_real.c: | ||
| 256 | reset to old behavior of not checking stream by default | ||
| 257 | |||
| 258 | 2003-04-13 sghosh | ||
| 259 | |||
| 260 | * plugins/check_hpjd.c: | ||
| 261 | reduce compiler warning between gcc3 and gcc2.96 | ||
| 262 | |||
| 263 | * configure.in, plugins-scripts/utils.pm.in: | ||
| 264 | update for check_mailq - qmail support | ||
| 265 | |||
| 266 | * plugins-scripts/check_mailq.pl: | ||
| 267 | Added sendmail multi-queue support (Canau), merged qmail support (Schmid) | ||
| 268 | |||
| 269 | 2003-04-12 tonvoon | ||
| 270 | |||
| 271 | * plugins/check_procs.c: | ||
| 272 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | ||
| 273 | |||
| 274 | 2003-04-11 tonvoon | ||
| 275 | |||
| 276 | * plugins/check_procs.c: | ||
| 277 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | ||
| 278 | |||
| 279 | 2003-04-11 sghosh | ||
| 280 | |||
| 281 | * plugins-scripts/check_ifstatus.pl: | ||
| 282 | added feature -u (list of unused ifIndex) | ||
| 283 | |||
| 284 | * plugins-scripts/check_ifstatus.pl: | ||
| 285 | bug 691412, added feature -x (list of excluded ifTypes) | ||
| 286 | |||
| 287 | * plugins/check_hpjd.c: | ||
| 288 | patch 698384 - order of args to snmpget + print a bit of stderr | ||
| 289 | |||
| 290 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget | ||
| 291 | |||
| 292 | 2003-04-09 kdebisschop | ||
| 293 | |||
| 294 | * plugins/check_hpjd.c, plugins/check_nt.c, plugins/check_http.c: | ||
| 295 | cleanup to suppress various strict compiler warnings | ||
| 296 | |||
| 297 | * plugins/common.h: rewrite #elif to be compatible with traditional C | ||
| 298 | |||
| 299 | * plugins/Makefile.am: check_game needs popen.c now | ||
| 300 | |||
| 301 | 2003-04-08 tonvoon | ||
| 302 | |||
| 303 | * plugins/check_hpjd.c, plugins/check_nt.c: | ||
| 304 | Changed // to /* */ comments as some compilers do not like them | ||
| 305 | |||
| 306 | * command.cfg.in: Updated command for new check_procs | ||
| 307 | |||
| 308 | * plugins/check_nt.c, plugins/check_hpjd.c: | ||
| 309 | Changed // to /* */ comments as some compilers do not like them | ||
| 310 | |||
| 311 | 2003-04-08 stanleyhopcroft | ||
| 312 | |||
| 313 | * contrib/check_axis.sh: | ||
| 314 | check_axis.sh (Axis 5xx print servers) from Tom De Blende | ||
| 315 | |||
| 316 | 2003-04-07 tonvoon | ||
| 317 | |||
| 318 | * plugins/check_procs.c: Fixed zombie processes | ||
| 319 | |||
| 320 | * configure.in: Missed some PS_FORMAT strings | ||
| 321 | |||
| 322 | * plugins/check_procs.c, plugins/check_vsz.c, plugins/Makefile.am, plugins/check_nagios.c, configure.in: | ||
| 323 | Souped up check_procs with different metrics | ||
| 324 | |||
| 325 | * plugins/check_snmp.c: | ||
| 326 | Removed unnecessary array for AIX compile (reported by Alwyn Cherrington) | ||
| 327 | |||
| 328 | * plugins/check_snmp.c: Removed unnecessary regex array | ||
| 329 | |||
| 330 | 2003-04-07 kdebisschop | ||
| 331 | |||
| 332 | * plugins/check_http.c: | ||
| 333 | ste timeout one second greater than critical time | ||
| 334 | |||
| 335 | * plugins/check_game.c: | ||
| 336 | had been grandfathered ibto core, finally use normal getopts, add options for player, max-player array positions | ||
| 337 | |||
| 338 | 2003-04-03 tonvoon | ||
| 339 | |||
| 340 | * plugins-scripts/check_oracle.sh: Cleaned up cache output | ||
| 341 | |||
| 342 | 2003-04-01 tonvoon | ||
| 343 | |||
| 344 | * plugins-scripts/check_oracle.sh: | ||
| 345 | Fixed sqlplus calls and rearranged parameters for --tablespace & --cache | ||
| 346 | |||
| 347 | 2003-04-01 kdebisschop | ||
| 348 | |||
| 349 | * configure.in: remove PATH_PROG call for autoconf/automake components | ||
| 350 | |||
| 351 | 2003-03-31 kdebisschop | ||
| 352 | |||
| 353 | * plugins/check_disk.c: checkpoint | ||
| 354 | supresses iso9660 | ||
| 355 | adds option for checking only local | ||
| 356 | adds choice of scale factor | ||
| 357 | |||
| 358 | 2003-03-27 tonvoon | ||
| 359 | |||
| 360 | * plugins/check_nwstat.c: | ||
| 361 | Extra Netware checks (Patch 710247 - Dietmar Ruzicka) | ||
| 362 | |||
| 363 | 2003-03-26 tonvoon | ||
| 364 | |||
| 365 | * configure.in: ipv6 check requires unistd.h for Darwin | ||
| 366 | |||
| 367 | * configure.in, plugins/check_procs.c: Removal of ps_raw and ps_vars | ||
| 368 | |||
| 369 | * plugins/check_nagios.c: Uses same ps command as check_procs | ||
| 370 | |||
| 371 | 2003-03-25 kdebisschop | ||
| 372 | |||
| 373 | * .cvsignore: subst is no longer used | ||
| 374 | |||
| 375 | 2003-03-24 undrgrid | ||
| 376 | |||
| 377 | * Makefile.am, .cvsignore: | ||
| 378 | Better stripping of prefix for Solaris package install needs to remove | ||
| 379 | /usr/local as package installs there by default | ||
| 380 | |||
| 381 | * plugins/check_disk.c, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, Makefile.am: | ||
| 382 | Minor changes to build for Solaris packages | ||
| 383 | |||
| 384 | 2003-03-24 tonvoon | ||
| 385 | |||
| 386 | * plugins/check_procs.c: Use max_state | ||
| 387 | |||
| 388 | * tools/mail_error, tools/sfsnapshot: | ||
| 389 | PATH set in correct place and extra comments | ||
| 390 | |||
| 391 | * tools/mail_error, tools/sfsnapshot: Bug fixes | ||
| 392 | |||
| 393 | * tools/mail_error: Sends email if non-zero return code from command | ||
| 394 | |||
| 395 | * tools/sfsnapshot: Error code depending on number of files generated | ||
| 396 | |||
| 397 | * lib/ls-mntd-fs.m4: | ||
| 398 | Using coreutils 4.5.11 version to fix Darwin problem | ||
| 399 | |||
| 400 | * REQUIREMENTS: Add NSClient requirement for check_nt | ||
| 401 | |||
| 402 | * plugins/check_nt.c: Reference to web site to get NSClient | ||
| 403 | |||
| 404 | 2003-03-23 undrgrid | ||
| 405 | |||
| 406 | * lib/Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg, Makefile.am, autogen.sh, configure.in: | ||
| 407 | Solaris package build system | ||
| 408 | |||
| 409 | 2003-03-23 kdebisschop | ||
| 410 | |||
| 411 | * plugins/check_disk.c: | ||
| 412 | can once again exclude indiviual path/partitions | ||
| 413 | |||
| 414 | * plugins/check_disk.c: | ||
| 415 | add -X to exclude FS type, now works with more than one path/dev specified | ||
| 416 | |||
| 417 | 2003-03-22 kdebisschop | ||
| 418 | |||
| 419 | * plugins/utils.c: declaration must precede printf | ||
| 420 | |||
| 421 | 2003-03-21 tonvoon | ||
| 422 | |||
| 423 | * configure.in: Stupid bug! | ||
| 424 | |||
| 425 | 2003-03-21 kdebisschop | ||
| 426 | |||
| 427 | * plugins/check_disk.c: | ||
| 428 | checkpoint, allows selecting devices and paths now | ||
| 429 | |||
| 430 | * configure.in: instructions for posting plugin version number | ||
| 431 | |||
| 432 | 2003-03-19 kdebisschop | ||
| 433 | |||
| 434 | * plugins/check_by_ssh.c: | ||
| 435 | allow to specify -1 and -2 for protocol version | ||
| 436 | |||
| 437 | 2003-03-19 tonvoon | ||
| 438 | |||
| 439 | * configure.in: Tru64 df support (Paul Clayton) | ||
| 440 | |||
| 441 | 2003-03-19 kdebisschop | ||
| 442 | |||
| 443 | * plugins/utils.c, plugins/utils.h: make state_text a function | ||
| 444 | |||
| 445 | * lib/mountlist.c, plugins/check_disk.c: | ||
| 446 | check_disk working with mountlist.c | ||
| 447 | |||
| 448 | * Makefile.am, configure.in: subst.* was replaced by dist-hook | ||
| 449 | |||
| 450 | * subst.in, subst.sh: these were replaced by dist-hook | ||
| 451 | |||
| 452 | 2003-03-18 kdebisschop | ||
| 453 | |||
| 454 | * configure.in: running the AFS macro causes newer AC/AM to barf | ||
| 455 | |||
| 456 | * configure.in: afs checking | ||
| 457 | |||
| 458 | * lib/afs.m4, lib/ls-mntd-fs.m4: use AC_DEFINE_UNQOUTED | ||
| 459 | |||
| 460 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 | ||
| 461 | |||
| 462 | * plugins/netutils.c, plugins/netutils.h: common.h was doubly included | ||
| 463 | |||
| 464 | * plugins/common.h: | ||
| 465 | use enum instead of define, remove some cruft from old snprintf implementation | ||
| 466 | |||
| 467 | * plugins/check_disk.c, configure.in, lib/Makefile.am: | ||
| 468 | use GNU fileutils for check_disk | ||
| 469 | |||
| 470 | * lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4, lib/mountlist.c, lib/mountlist.h: | ||
| 471 | from GNU fileutils for check_disk | ||
| 472 | |||
| 473 | 2003-03-17 tonvoon | ||
| 474 | |||
| 475 | * plugins-scripts/check_oracle.sh: | ||
| 476 | Allow default Oracle home from oratab (reported by Walbert Oberngruber) | ||
| 477 | |||
| 478 | 2003-03-16 undrgrid | ||
| 479 | |||
| 480 | * configure.in: | ||
| 481 | Modified to automatically enable getaddrinfo emulation if lwres is not used and | ||
| 482 | getaddrinfo is not found in the system. | ||
| 483 | |||
| 484 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: | ||
| 485 | Applied patch #660973 for tcp refusals | ||
| 486 | |||
| 487 | 2003-03-15 undrgrid | ||
| 488 | |||
| 489 | * configure.in: Left over debug define | ||
| 490 | |||
| 491 | * lib/Makefile.am, lib/getaddrinfo.c, lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, plugins/Makefile.am, plugins/getaddrinfo.c, plugins/getaddrinfo.h, plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h, plugins/utils.c, plugins/utils.h, configure.in: | ||
| 492 | Spent the day working on backwards compatability using getaddrinfo() | ||
| 493 | Moved getaddrinfo.? and gethostbyname.? from lib/ to plugins/ due to | ||
| 494 | problems with compiling into the libnagiosplug.a as it required linking | ||
| 495 | against socket libraries which are unneeded except for network based | ||
| 496 | plugins. | ||
| 497 | This code should hopefully happily work for all systems and has been tested | ||
| 498 | prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC Solaris 9. | ||
| 499 | |||
| 500 | 2003-03-14 kdebisschop | ||
| 501 | |||
| 502 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking diom | ||
| 503 | |||
| 504 | 2003-03-13 undrgrid | ||
| 505 | |||
| 506 | * lib/Makefile.am, configure.in, .cvsignore: | ||
| 507 | Working out issues with getaddrinfo emulation build environment | ||
| 508 | |||
| 509 | 2003-03-13 tonvoon | ||
| 510 | |||
| 511 | * plugins/check_tcp.c, plugins/check_dns.c, plugins/check_http.c: | ||
| 512 | Strip leading spaces in perf data | ||
| 513 | |||
| 514 | * plugins/check_smtp.c: | ||
| 515 | Perf data without leading spaces and fix ANSI C complaint about \n | ||
| 516 | |||
| 517 | * plugins/check_tcp.c: Fix compiler warnings re progname | ||
| 518 | |||
| 519 | 2003-03-13 undrgrid | ||
| 520 | |||
| 521 | * depcomp: Removed auto-tools script that automake adds | ||
| 522 | |||
| 523 | * plugins/common.h, plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in, plugins/utils.c, plugins/utils.h, plugins/utils.h.in, plugins/version.h.in, .cvsignore, configure.in, install-sh, missing, mkinstalldirs, plugins/.cvsignore, plugins/Makefile.am: | ||
| 524 | Updated cvs ignore files to reflect changes | ||
| 525 | Moved header files from being ran through configure to standard | ||
| 526 | Removed auto-tools scripts that get added by automake | ||
| 527 | |||
| 528 | 2003-03-13 kdebisschop | ||
| 529 | |||
| 530 | * plugins/negate.c: | ||
| 531 | negate must be POSIXly correct in handling options, else wrapped options get passed to it | ||
| 532 | |||
| 533 | 2003-03-13 undrgrid | ||
| 534 | |||
| 535 | * configure.in: | ||
| 536 | Removed --with-ipv6 configure option so it determines IPv6 availablity | ||
| 537 | completely on it's own per suggestion by Karl | ||
| 538 | |||
| 539 | 2003-03-13 kdebisschop | ||
| 540 | |||
| 541 | * plugins/negate.c: | ||
| 542 | negate must be POSIXly correct in handling options, else wrapped options get passed to it | ||
| 543 | |||
| 544 | 2003-03-12 undrgrid | ||
| 545 | |||
| 546 | * plugins/check_tcp.c: doco standarization | ||
| 547 | |||
| 548 | * plugins-scripts/subst.in, configure.in: Just a lil namespace clean-up | ||
| 549 | |||
| 550 | * configure.in: Minor fix to --with-ipv6 behavior | ||
| 551 | |||
| 552 | * plugins/utils.c, plugins/utils.h.in, configure.in, autogen.sh: | ||
| 553 | Added autogen.sh script that rebuilds using autotools and runs configure | ||
| 554 | Modified configure.in to include some debug build option info at the end | ||
| 555 | of the scripts execution. Can be removed by release time. | ||
| 556 | Modified configure.in to include a --with-ipv6 option | ||
| 557 | Default build is without IPv6 support now to enable you need to use the | ||
| 558 | --with-ipv6 command line option to configure. | ||
| 559 | Modified plugins/utils.* to use USE_IPV6 | ||
| 560 | |||
| 561 | 2003-03-12 kdebisschop | ||
| 562 | |||
| 563 | * plugins/check_disk.c: doco standarization | ||
| 564 | |||
| 565 | * plugins/check_disk.c: errors for statfs | ||
| 566 | |||
| 567 | * plugins/check_smtp.c: | ||
| 568 | comment/doco cleanup for embeeded doc work, control STMP command via options instead of defines | ||
| 569 | |||
| 570 | * configure.in: version increase, statfs work | ||
| 571 | |||
| 572 | 2003-03-12 undrgrid | ||
| 573 | |||
| 574 | * plugins/.cvsignore: Add some more extra plugins | ||
| 575 | |||
| 576 | * plugins/check_dig.c: Code clean-up | ||
| 577 | |||
| 578 | * plugins/check_http.c: Clean up of output from plugin | ||
| 579 | |||
| 580 | * plugins/check_http.c, plugins/check_ldap.c, plugins/check_udp.c: | ||
| 581 | Code clean-up | ||
| 582 | |||
| 583 | * plugins/check_tcp.c: Code cleanup | ||
| 584 | |||
| 585 | 2003-03-12 tonvoon | ||
| 586 | |||
| 587 | * plugins/check_dns.c: | ||
| 588 | Removed is_host checks to speed up code. Fixed timings so no spaces | ||
| 589 | |||
| 590 | * plugins/check_dns.c: Timings in milliseconds and nicer output | ||
| 591 | |||
| 592 | 2003-03-11 tonvoon | ||
| 593 | |||
| 594 | * plugins-scripts/.cvsignore: Add script ignores | ||
| 595 | |||
| 596 | * plugins/negate.c: Remove getopt_long checks | ||
| 597 | |||
| 598 | * plugins/negate.c: | ||
| 599 | Fixed reading too many argv parameters and changed to asprintf | ||
| 600 | |||
| 601 | * plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_http.c, plugins/check_ide-smart.c, plugins/check_ldap.c, plugins/check_load.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_by_ssh.c: | ||
| 602 | Remove getopt_long checks | ||
| 603 | |||
| 604 | 2003-03-11 undrgrid | ||
| 605 | |||
| 606 | * configure.in: Fixed some ping6 variables | ||
| 607 | |||
| 608 | * configure.in: Minor change to Karl's statfs check | ||
| 609 | Inclusion of ICMPv6 ping tests to define PING6_COMMAND | ||
| 610 | Minor fix to ps syntax checking to fix bug I introduced last nite | ||
| 611 | |||
| 612 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST | ||
| 613 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND | ||
| 614 | |||
| 615 | 2003-03-11 kdebisschop | ||
| 616 | |||
| 617 | * configure.in, plugins/check_disk.c: | ||
| 618 | use statfs for check_disk (still needs fs scan) | ||
| 619 | |||
| 620 | 2003-03-11 undrgrid | ||
| 621 | |||
| 622 | * acconfig.h, configure.in: Finishing clean-up of configure.in | ||
| 623 | Removing acconfig.h as it's no longer needed | ||
| 624 | |||
| 625 | 2003-03-10 undrgrid | ||
| 626 | |||
| 627 | * configure.in, acconfig.h: | ||
| 628 | Cleaned up configure for PS and PING to produce cleaner config.h | ||
| 629 | |||
| 630 | 2003-03-09 undrgrid | ||
| 631 | |||
| 632 | * plugins/common.h.in: | ||
| 633 | Make sure sys/socket.h is explicitly included if HAVE_SYS_SOCKET_H is defined | ||
| 634 | |||
| 635 | 2003-03-09 tonvoon | ||
| 636 | |||
| 637 | * plugins/check_disk.c: | ||
| 638 | Implement error-only option for check_disk (Ian Duggan) | ||
| 639 | |||
| 640 | 2003-03-08 tonvoon | ||
| 641 | |||
| 642 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | ||
| 643 | |||
| 644 | * configure.in: snprintf checks in configure.in like samba | ||
| 645 | |||
| 646 | 2003-03-08 undrgrid | ||
| 647 | |||
| 648 | * plugins/check_dns.c: | ||
| 649 | Modified code to call is_addr() rather than is_dotted_quad() with the | ||
| 650 | new AF indepdent function routines | ||
| 651 | |||
| 652 | * plugins/netutils.c, plugins/netutils.h.in, plugins/utils.c, plugins/utils.h.in: | ||
| 653 | AF indepedent routines introduced. | ||
| 654 | Modifed process_request() & my_connect() parameters to make 'proto' type | ||
| 655 | 'int' rather than 'char *' and use IPPROTO_* POSIX values. | ||
| 656 | Removed is_dotted_quad() & my_inet_aton() functions | ||
| 657 | Added is_addr(), is_inet_addr(), is_inet6_addr() and resolve_host_or_addr() | ||
| 658 | functions to check whether it is a valid IP address | ||
| 659 | Modified is_host() to call is_addr() and is_hostname() | ||
| 660 | |||
| 661 | 2003-03-08 tonvoon | ||
| 662 | |||
| 663 | * tools/sfsnapshot: Need to remove configure.in | ||
| 664 | |||
| 665 | * plugins/Makefile.am, plugins/snprintf.c, lib/Makefile.am, lib/snprintf.c: | ||
| 666 | Move snprintf into lib | ||
| 667 | |||
| 668 | * tools/sfsnapshot: | ||
| 669 | Have to run through whole automake procedure as datestamp in RELEASE variable | ||
| 670 | |||
| 671 | * tools/sfsnapshot: | ||
| 672 | Added automake parameters for config.sub and config.guess | ||
| 673 | |||
| 674 | * tools/sfsnapshot: Fixed production OUT variable | ||
| 675 | |||
| 676 | * tools/sfsnapshot: | ||
| 677 | Adds MD5SUM file, creates multiple branch snapshots and doesn't | ||
| 678 | rerun configure/automake/autoconf unnecessarily | ||
| 679 | |||
| 680 | * Makefile.am: | ||
| 681 | Use Makefile's variables (to support a shortcut in sfsnapshot) | ||
| 682 | |||
| 683 | 2003-03-07 undrgrid | ||
| 684 | |||
| 685 | * lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, plugins/netutils.h.in, tools/setup, lib/Makefile.am, lib/getaddrinfo.c, configure.in: | ||
| 686 | Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions | ||
| 687 | if missing in system libs and lwres not present | ||
| 688 | Moved all references to netdb.h and sys/socket.h into common.h.in | ||
| 689 | Modified automake call in tools/setup to include adding missing files | ||
| 690 | so config.sub and config.guess will be available | ||
| 691 | |||
| 692 | 2003-03-07 tonvoon | ||
| 693 | |||
| 694 | * plugins/check_nt.c: Make output for CPU load nicer | ||
| 695 | |||
| 696 | 2003-03-07 kdebisschop | ||
| 697 | |||
| 698 | * plugins/check_smtp.c: millisecond timing and perf data | ||
| 699 | |||
| 700 | * plugins/check_smtp.c: | ||
| 701 | whole timer loop was on the wrong side of connection close code | ||
| 702 | |||
| 703 | * plugins/check_udp.c: fix for -H invocation of hostname | ||
| 704 | |||
| 705 | 2003-03-06 undrgrid | ||
| 706 | |||
| 707 | * configure.in, acinclude.m4: | ||
| 708 | Adds --with-lwres and --enable-emulate-getaddrinfo but are not used in any of | ||
| 709 | the code at this time. Has a check for IPv6 support but only runs if using the | ||
| 710 | emulate-getaddrinfo routines, this needs to be modified. | ||
| 711 | !!! I need input from results of this run on various platforms to see what | ||
| 712 | results are seen in plugins/config.h so please help test !!! | ||
| 713 | |||
| 714 | 2003-03-05 kdebisschop | ||
| 715 | |||
| 716 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes | ||
| 717 | |||
| 718 | 2003-03-05 sghosh | ||
| 719 | |||
| 720 | * plugins/check_smtp.c: remove race condition for a long HELO | ||
| 721 | |||
| 722 | * command.cfg.in: corrected snmp commands | ||
| 723 | |||
| 724 | * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin | ||
| 725 | |||
| 726 | 2003-03-05 tonvoon | ||
| 727 | |||
| 728 | * plugins/check_http.c: | ||
| 729 | check_http min size option (680467 - Dave Viner) | ||
| 730 | |||
| 731 | 2003-03-04 tonvoon | ||
| 732 | |||
| 733 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer | ||
| 734 | |||
| 735 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF | ||
| 736 | |||
| 737 | 2003-03-03 kdebisschop | ||
| 738 | |||
| 739 | * plugins/check_ping.c: | ||
| 740 | accept comma-delimted list of hosts for checking if a multihomed host is alive | ||
| 741 | |||
| 742 | 2003-03-02 kdebisschop | ||
| 743 | |||
| 744 | * plugins/check_ping.c: add logic to check multiple servers | ||
| 745 | |||
| 746 | 2003-03-02 kdebisschop | ||
| 2 | 747 | ||
| 3 | * configure.in, nagios-plugins.spec.in: | 748 | * configure.in, nagios-plugins.spec.in: |
| 4 | adjustments to remove beta tagging | 749 | adjustments to remove beta tagging |
| 5 | 750 | ||
| 6 | * ChangeLog: update from CVS | 751 | * ChangeLog: update from CVS |
| 7 | 752 | ||
| 8 | 2003-03-01 kdebisschop@alert.infoplease.com <kdebisschop> | 753 | 2003-03-01 kdebisschop |
| 9 | 754 | ||
| 10 | * nagios-plugins.spec.in: we were missing some docs in the RPM | 755 | * nagios-plugins.spec.in: we were missing some docs in the RPM |
| 11 | 756 | ||
| 12 | 2003-03-01 kdebisschop@alert.infoplease.com <kdebisschop> | 757 | 2003-03-01 kdebisschop |
| 13 | 758 | ||
| 14 | * nagios-plugins.spec.in: we were missing some docs in the RPM | 759 | * nagios-plugins.spec.in: we were missing some docs in the RPM |
| 15 | 760 | ||
| 16 | 2003-02-23 sghosh <sghosh> | 761 | 2003-02-23 sghosh |
| 17 | 762 | ||
| 18 | * REQUIREMENTS: Novell requirements | 763 | * REQUIREMENTS: Novell requirements |
| 19 | 764 | ||
| 20 | * contrib/check_bgpstate.pl: removed community string in CRIT message | 765 | * contrib/check_bgpstate.pl: removed community string in CRIT message |
| 21 | 766 | ||
| 22 | 2003-02-22 tonvoon <tonvoon> | 767 | 2003-02-22 tonvoon |
| 23 | 768 | ||
| 24 | * configure.in: | 769 | * configure.in: |
| 25 | Solaris and Unixware labels round the wrong way for swap command | 770 | Solaris and Unixware labels round the wrong way for swap command |
| 26 | 771 | ||
| 27 | 2003-02-22 kdebisschop@alert.infoplease.com <kdebisschop> | 772 | 2003-02-22 kdebisschop |
| 28 | 773 | ||
| 29 | * Makefile.am: provide target for nagios-plugins.spec | 774 | * Makefile.am: provide target for nagios-plugins.spec |
| 30 | 775 | ||
| 31 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball | 776 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball |
| 32 | 777 | ||
| 33 | 2003-02-21 tonvoon <tonvoon> | 778 | 2003-02-21 tonvoon |
| 34 | 779 | ||
| 35 | * plugins/check_http.c: Fixed coredump with unallocated string | 780 | * plugins/check_http.c: Fixed coredump with unallocated string |
| 36 | 781 | ||
| 37 | * plugins/check_dns.c: | 782 | * plugins/check_dns.c: |
| 38 | Strip leading spaces on dns return value (689563 - Simon L Nielsen) | 783 | Strip leading spaces on dns return value (689563 - Simon L Nielsen) |
| 39 | 784 | ||
| 40 | 2003-02-20 kdebisschop@alert.infoplease.com <kdebisschop> | 785 | 2003-02-20 kdebisschop |
| 41 | 786 | ||
| 42 | * plugins-scripts/check_disk_smb.pl: | 787 | * plugins-scripts/check_disk_smb.pl: |
| 43 | option regexs need to include ^ and $ | 788 | option regexs need to include ^ and $ |
| 44 | 789 | ||
| 45 | 2003-02-19 tonvoon <tonvoon> | 790 | 2003-02-19 tonvoon |
| 46 | 791 | ||
| 47 | * lib/Makefile.am: Removing getloadavg.m4 from dist | 792 | * lib/Makefile.am: Removing getloadavg.m4 from dist |
| 48 | 793 | ||
| 49 | 2003-02-19 kdebisschop@alert.infoplease.com <kdebisschop> | 794 | 2003-02-19 kdebisschop |
| 50 | 795 | ||
| 51 | * lib/getloadavg.m4, tools/setup, INSTALL, configure.in: | 796 | * lib/getloadavg.m4, tools/setup, INSTALL, configure.in: |
| 52 | remove getloadavg.m4 | 797 | remove getloadavg.m4 |
| 53 | 798 | ||
| 54 | 2003-02-19 tonvoon <tonvoon> | 799 | 2003-02-19 tonvoon |
| 55 | 800 | ||
| 56 | * getloadavg.m4, lib/Makefile.am, lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, plugins/getloadavg.c, Makefile.am, configure.in: | 801 | * getloadavg.m4, lib/Makefile.am, lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, plugins/getloadavg.c, Makefile.am, configure.in: |
| 57 | Move getloadavg to lib directory. Must run "aclocal -I lib" | 802 | Move getloadavg to lib directory. Must run "aclocal -I lib" |
| 58 | 803 | ||
| 59 | 2003-02-18 kdebisschop@alert.infoplease.com <kdebisschop> | 804 | 2003-02-18 kdebisschop |
| 60 | 805 | ||
| 61 | * plugins/check_pgsql.c: spurious backslash escape | 806 | * plugins/check_pgsql.c: spurious backslash escape |
| 62 | 807 | ||
| @@ -66,7 +811,7 @@ | |||
| 66 | 811 | ||
| 67 | * plugins/check_tcp.c: failed if header was more than 1023 bytes | 812 | * plugins/check_tcp.c: failed if header was more than 1023 bytes |
| 68 | 813 | ||
| 69 | 2003-02-18 tonvoon <tonvoon> | 814 | 2003-02-18 tonvoon |
| 70 | 815 | ||
| 71 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - Jayjay) | 816 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - Jayjay) |
| 72 | 817 | ||
| @@ -75,12 +820,12 @@ | |||
| 75 | * plugins/check_http.c: | 820 | * plugins/check_http.c: |
| 76 | Fixed compiler warning and increased the SSL random key for a Solaris PRNG problem | 821 | Fixed compiler warning and increased the SSL random key for a Solaris PRNG problem |
| 77 | 822 | ||
| 78 | 2003-02-18 kdebisschop@alert.infoplease.com <kdebisschop> | 823 | 2003-02-18 kdebisschop |
| 79 | 824 | ||
| 80 | * configure.in: | 825 | * configure.in: |
| 81 | remainder of ps fix for UnixWare, and move [] in if/elif to indicate m4 quoting instead of test invocation | 826 | remainder of ps fix for UnixWare, and move [] in if/elif to indicate m4 quoting instead of test invocation |
| 82 | 827 | ||
| 83 | 2003-02-18 sghosh <sghosh> | 828 | 2003-02-18 sghosh |
| 84 | 829 | ||
| 85 | * contrib/check_appletalk.pl: Appletalk ping plugin | 830 | * contrib/check_appletalk.pl: Appletalk ping plugin |
| 86 | 831 | ||
| @@ -91,7 +836,7 @@ | |||
| 91 | * configure.in: | 836 | * configure.in: |
| 92 | regex fix to catch *BSD swapinfo and not HP-UX error and memory/file swap in addition to device for HP-UX | 837 | regex fix to catch *BSD swapinfo and not HP-UX error and memory/file swap in addition to device for HP-UX |
| 93 | 838 | ||
| 94 | 2003-02-17 kdebisschop@alert.infoplease.com <kdebisschop> | 839 | 2003-02-17 kdebisschop |
| 95 | 840 | ||
| 96 | * configure.in: typo in testing uname output | 841 | * configure.in: typo in testing uname output |
| 97 | 842 | ||
| @@ -99,27 +844,27 @@ | |||
| 99 | 844 | ||
| 100 | * configure.in: library search dirs are part of LDFLAGS | 845 | * configure.in: library search dirs are part of LDFLAGS |
| 101 | 846 | ||
| 102 | 2003-02-17 sghosh <sghosh> | 847 | 2003-02-17 sghosh |
| 103 | 848 | ||
| 104 | * REQUIREMENTS: location updates | 849 | * REQUIREMENTS: location updates |
| 105 | 850 | ||
| 106 | 2003-02-16 tonvoon <tonvoon> | 851 | 2003-02-16 tonvoon |
| 107 | 852 | ||
| 108 | * plugins/Makefile.am: Fixed dependencies for check_nt | 853 | * plugins/Makefile.am: Fixed dependencies for check_nt |
| 109 | 854 | ||
| 110 | * plugins/check_nt.c: | 855 | * plugins/check_nt.c: |
| 111 | Coredump if no variable set (reported by Marc C. Poulin) | 856 | Coredump if no variable set (reported by Marc C. Poulin) |
| 112 | 857 | ||
| 113 | 2003-02-16 egalstad <egalstad> | 858 | 2003-02-16 egalstad |
| 114 | 859 | ||
| 115 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen | 860 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen |
| 116 | 861 | ||
| 117 | 2003-02-16 sghosh <sghosh> | 862 | 2003-02-16 sghosh |
| 118 | 863 | ||
| 119 | * plugins-scripts/check_ntp.pl: | 864 | * plugins-scripts/check_ntp.pl: |
| 120 | all alphanumeric accepted for refid on ntpq | 865 | all alphanumeric accepted for refid on ntpq |
| 121 | 866 | ||
| 122 | 2003-02-12 tonvoon <tonvoon> | 867 | 2003-02-12 tonvoon |
| 123 | 868 | ||
| 124 | * plugins/.cvsignore: Added extra plugins | 869 | * plugins/.cvsignore: Added extra plugins |
| 125 | 870 | ||
| @@ -134,7 +879,7 @@ | |||
| 134 | * configure.in: | 879 | * configure.in: |
| 135 | Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64 | 880 | Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64 |
| 136 | 881 | ||
| 137 | 2003-02-12 sghosh <sghosh> | 882 | 2003-02-12 sghosh |
| 138 | 883 | ||
| 139 | * command.cfg.in: forced ntpq jitter check | 884 | * command.cfg.in: forced ntpq jitter check |
| 140 | 885 | ||
| @@ -143,12 +888,12 @@ | |||
| 143 | * plugins-scripts/check_ntp.pl: | 888 | * plugins-scripts/check_ntp.pl: |
| 144 | fixed regex for stratum1 peer, added logic for failed ntpq call(e.g. sntp host) | 889 | fixed regex for stratum1 peer, added logic for failed ntpq call(e.g. sntp host) |
| 145 | 890 | ||
| 146 | 2003-02-11 tonvoon <tonvoon> | 891 | 2003-02-11 tonvoon |
| 147 | 892 | ||
| 148 | * plugins/check_mysql.c: | 893 | * plugins/check_mysql.c: |
| 149 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | 894 | Patch by Dave Viner for seg fault on RH 7.3 (655903) |
| 150 | 895 | ||
| 151 | 2003-02-10 tonvoon <tonvoon> | 896 | 2003-02-10 tonvoon |
| 152 | 897 | ||
| 153 | * configure.in: Update with references to REQUIREMENTS | 898 | * configure.in: Update with references to REQUIREMENTS |
| 154 | 899 | ||
| @@ -173,7 +918,7 @@ | |||
| 173 | 918 | ||
| 174 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | 919 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) |
| 175 | 920 | ||
| 176 | 2003-02-10 undrgrid <undrgrid> | 921 | 2003-02-10 undrgrid |
| 177 | 922 | ||
| 178 | * plugins/check_ssh.c: | 923 | * plugins/check_ssh.c: |
| 179 | Added argc checks before attempting to access argv[] | 924 | Added argc checks before attempting to access argv[] |
| @@ -186,11 +931,11 @@ | |||
| 186 | Corrected code to properly handle input of server hostname and port on | 931 | Corrected code to properly handle input of server hostname and port on |
| 187 | commandline without option flags. | 932 | commandline without option flags. |
| 188 | 933 | ||
| 189 | 2003-02-10 kdebisschop@alert.infoplease.com <kdebisschop> | 934 | 2003-02-10 kdebisschop |
| 190 | 935 | ||
| 191 | * contrib/check_fping_in.c: this plugin is in core as check_fping | 936 | * contrib/check_fping_in.c: this plugin is in core as check_fping |
| 192 | 937 | ||
| 193 | 2003-02-09 undrgrid <undrgrid> | 938 | 2003-02-09 undrgrid |
| 194 | 939 | ||
| 195 | * tools/setup: | 940 | * tools/setup: |
| 196 | Reordered program calls so autoheader was called before automake thus | 941 | Reordered program calls so autoheader was called before automake thus |
| @@ -198,7 +943,7 @@ | |||
| 198 | was called. Also puts it inline with documentation in | 943 | was called. Also puts it inline with documentation in |
| 199 | INSTALL & INSTALLING | 944 | INSTALL & INSTALLING |
| 200 | 945 | ||
| 201 | 2003-02-09 sghosh <sghosh> | 946 | 2003-02-09 sghosh |
| 202 | 947 | ||
| 203 | * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, contrib/check_file_age.pl: | 948 | * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, contrib/check_file_age.pl: |
| 204 | new plugins | 949 | new plugins |
| @@ -211,15 +956,15 @@ | |||
| 211 | * contrib/tarballs/fetchlog-0.92.tar.gz, contrib/tarballs/fetchlog-0.94.tar.gz: | 956 | * contrib/tarballs/fetchlog-0.92.tar.gz, contrib/tarballs/fetchlog-0.94.tar.gz: |
| 212 | new version | 957 | new version |
| 213 | 958 | ||
| 214 | 2003-02-09 kdebisschop@alert.infoplease.com <kdebisschop> | 959 | 2003-02-09 kdebisschop |
| 215 | 960 | ||
| 216 | * README, CODING, FAQ: spell check | 961 | * README, CODING, FAQ: spell check |
| 217 | 962 | ||
| 218 | 2003-02-09 sghosh <sghosh> | 963 | 2003-02-09 sghosh |
| 219 | 964 | ||
| 220 | * SUPPORT: ispell | 965 | * SUPPORT: ispell |
| 221 | 966 | ||
| 222 | 2003-02-08 kdebisschop@alert.infoplease.com <kdebisschop> | 967 | 2003-02-08 kdebisschop |
| 223 | 968 | ||
| 224 | * plugins/check_pgsql.c: use enum instead of define | 969 | * plugins/check_pgsql.c: use enum instead of define |
| 225 | 970 | ||
| @@ -229,7 +974,7 @@ | |||
| 229 | 974 | ||
| 230 | * plugins/check_http.c: submit request with one send | 975 | * plugins/check_http.c: submit request with one send |
| 231 | 976 | ||
| 232 | 2003-02-05 kdebisschop@alert.infoplease.com <kdebisschop> | 977 | 2003-02-05 kdebisschop |
| 233 | 978 | ||
| 234 | * configure.in: fix for SSL build on RedHat rawhide | 979 | * configure.in: fix for SSL build on RedHat rawhide |
| 235 | 980 | ||
| @@ -238,7 +983,7 @@ | |||
| 238 | 983 | ||
| 239 | * plugins/check_http.c: fix segfault due to bad asprintf invocation | 984 | * plugins/check_http.c: fix segfault due to bad asprintf invocation |
| 240 | 985 | ||
| 241 | 2003-02-04 sghosh <sghosh> | 986 | 2003-02-04 sghosh |
| 242 | 987 | ||
| 243 | * plugins-scripts/Makefile.am: | 988 | * plugins-scripts/Makefile.am: |
| 244 | install user:grp perms [patch 679703 -Detlef Boehm] | 989 | install user:grp perms [patch 679703 -Detlef Boehm] |
| @@ -247,14 +992,14 @@ | |||
| 247 | 992 | ||
| 248 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds | 993 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds |
| 249 | 994 | ||
| 250 | 2003-02-03 tonvoon <tonvoon> | 995 | 2003-02-03 tonvoon |
| 251 | 996 | ||
| 252 | * plugins/check_snmp.c: | 997 | * plugins/check_snmp.c: |
| 253 | Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf) | 998 | Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf) |
| 254 | 999 | ||
| 255 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton Voon) | 1000 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton Voon) |
| 256 | 1001 | ||
| 257 | 2003-02-03 sghosh <sghosh> | 1002 | 2003-02-03 sghosh |
| 258 | 1003 | ||
| 259 | * contrib/tarballs/check_cit.tgz: Citrix plugin | 1004 | * contrib/tarballs/check_cit.tgz: Citrix plugin |
| 260 | 1005 | ||
| @@ -271,7 +1016,7 @@ | |||
| 271 | * plugins/check_hpjd.c: | 1016 | * plugins/check_hpjd.c: |
| 272 | added default community [bug-patch #600349 jbaumgartner] | 1017 | added default community [bug-patch #600349 jbaumgartner] |
| 273 | 1018 | ||
| 274 | 2003-01-31 tonvoon <tonvoon> | 1019 | 2003-01-31 tonvoon |
| 275 | 1020 | ||
| 276 | * plugins/check_procs.c: | 1021 | * plugins/check_procs.c: |
| 277 | Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) | 1022 | Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) |
| @@ -283,7 +1028,7 @@ | |||
| 283 | Removed all unnecessary asprintf calls. Replaced with original check_nt.c | 1028 | Removed all unnecessary asprintf calls. Replaced with original check_nt.c |
| 284 | to minimise amount of changes (reported by Reuben Farrelly) | 1029 | to minimise amount of changes (reported by Reuben Farrelly) |
| 285 | 1030 | ||
| 286 | 2003-01-30 tonvoon <tonvoon> | 1031 | 2003-01-30 tonvoon |
| 287 | 1032 | ||
| 288 | * plugins/check_nt.c: Added reference to the official NSClient web site | 1033 | * plugins/check_nt.c: Added reference to the official NSClient web site |
| 289 | 1034 | ||
| @@ -291,7 +1036,7 @@ | |||
| 291 | 1036 | ||
| 292 | * plugins/check_procs.c: Fixed progname | 1037 | * plugins/check_procs.c: Fixed progname |
| 293 | 1038 | ||
| 294 | 2003-01-29 tonvoon <tonvoon> | 1039 | 2003-01-29 tonvoon |
| 295 | 1040 | ||
| 296 | * plugins/check_mrtgtraf.c: | 1041 | * plugins/check_mrtgtraf.c: |
| 297 | Fixed error and success codes (638656 - Paul Dlug) | 1042 | Fixed error and success codes (638656 - Paul Dlug) |
| @@ -302,7 +1047,7 @@ | |||
| 302 | * plugins/check_nt.c, plugins/Makefile.am: | 1047 | * plugins/check_nt.c, plugins/Makefile.am: |
| 303 | Added in check_nt for bug 646516 | 1048 | Added in check_nt for bug 646516 |
| 304 | 1049 | ||
| 305 | 2003-01-29 kdebisschop@alert.infoplease.com <kdebisschop> | 1050 | 2003-01-29 kdebisschop |
| 306 | 1051 | ||
| 307 | * plugins/check_mysql.c: remove incorrect check_disk() declaration | 1052 | * plugins/check_mysql.c: remove incorrect check_disk() declaration |
| 308 | 1053 | ||
| @@ -311,7 +1056,7 @@ | |||
| 311 | 1056 | ||
| 312 | * plugins/check_by_ssh.c: 1.8 | 1057 | * plugins/check_by_ssh.c: 1.8 |
| 313 | 1058 | ||
| 314 | 2003-01-29 tonvoon <tonvoon> | 1059 | 2003-01-29 tonvoon |
| 315 | 1060 | ||
| 316 | * plugins/check_http.c: | 1061 | * plugins/check_http.c: |
| 317 | Better error if server requests client based certificate (609382 - Olaf Greis) | 1062 | Better error if server requests client based certificate (609382 - Olaf Greis) |
| @@ -329,7 +1074,7 @@ | |||
| 329 | Fixed NULL status in Solaris (644783 - Fabian Pehla) | 1074 | Fixed NULL status in Solaris (644783 - Fabian Pehla) |
| 330 | Fixed -p options (652082 - Ton Voon) | 1075 | Fixed -p options (652082 - Ton Voon) |
| 331 | 1076 | ||
| 332 | 2003-01-28 kdebisschop@alert.infoplease.com <kdebisschop> | 1077 | 2003-01-28 kdebisschop |
| 333 | 1078 | ||
| 334 | * contrib/checkciscotemp.pl: | 1079 | * contrib/checkciscotemp.pl: |
| 335 | typo: had commented use Net::SNMP for testing | 1080 | typo: had commented use Net::SNMP for testing |
| @@ -344,29 +1089,29 @@ | |||
| 344 | * plugins/check_http.c: | 1089 | * plugins/check_http.c: |
| 345 | remove NULL string inits that can lead to segfaults | 1090 | remove NULL string inits that can lead to segfaults |
| 346 | 1091 | ||
| 347 | 2003-01-28 tonvoon <tonvoon> | 1092 | 2003-01-28 tonvoon |
| 348 | 1093 | ||
| 349 | * configure.in: ps support for Darwin / MacOSX | 1094 | * configure.in: ps support for Darwin / MacOSX |
| 350 | 1095 | ||
| 351 | 2003-01-27 kdebisschop@alert.infoplease.com <kdebisschop> | 1096 | 2003-01-27 kdebisschop |
| 352 | 1097 | ||
| 353 | * plugins/check_http.c: do not pass host if none is provided | 1098 | * plugins/check_http.c: do not pass host if none is provided |
| 354 | 1099 | ||
| 355 | * plugins/check_http.c: we were sending extra CRLF | 1100 | * plugins/check_http.c: we were sending extra CRLF |
| 356 | 1101 | ||
| 357 | 2003-01-19 kdebisschop@alert.infoplease.com <kdebisschop> | 1102 | 2003-01-19 kdebisschop |
| 358 | 1103 | ||
| 359 | * plugins-scripts/check_rpc.pl: | 1104 | * plugins-scripts/check_rpc.pl: |
| 360 | indicate new default state in get_rpcinfo, also fix a bunch of indents for consistent format | 1105 | indicate new default state in get_rpcinfo, also fix a bunch of indents for consistent format |
| 361 | 1106 | ||
| 362 | 2003-01-17 sghosh <sghosh> | 1107 | 2003-01-17 sghosh |
| 363 | 1108 | ||
| 364 | * plugins-scripts/check_rpc.pl: | 1109 | * plugins-scripts/check_rpc.pl: |
| 365 | bug fix for state and opt_c initialization | 1110 | bug fix for state and opt_c initialization |
| 366 | 1111 | ||
| 367 | * plugins/check_snmp.c: Counter32 tag parsing added | 1112 | * plugins/check_snmp.c: Counter32 tag parsing added |
| 368 | 1113 | ||
| 369 | 2003-01-16 kdebisschop@alert.infoplease.com <kdebisschop> | 1114 | 2003-01-16 kdebisschop |
| 370 | 1115 | ||
| 371 | * plugins/check_mysql.c, plugins/check_pgsql.c: | 1116 | * plugins/check_mysql.c, plugins/check_pgsql.c: |
| 372 | semicolon needed where progname define was replaced | 1117 | semicolon needed where progname define was replaced |
| @@ -389,7 +1134,7 @@ | |||
| 389 | 1134 | ||
| 390 | * plugins/check_by_ssh.c: avoid segfault when host is not given | 1135 | * plugins/check_by_ssh.c: avoid segfault when host is not given |
| 391 | 1136 | ||
| 392 | 2003-01-13 kdebisschop@alert.infoplease.com <kdebisschop> | 1137 | 2003-01-13 kdebisschop |
| 393 | 1138 | ||
| 394 | * contrib/check_dhcp.c, contrib/check_fping_in.c, contrib/check_rbl.c, plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, plugins/check_hpjd.c: | 1139 | * contrib/check_dhcp.c, contrib/check_fping_in.c, contrib/check_rbl.c, plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, plugins/check_hpjd.c: |
| 395 | convert PROGNAME from a define to a const char | 1140 | convert PROGNAME from a define to a const char |
| @@ -402,12 +1147,12 @@ | |||
| 402 | * plugins/check_disk.c: | 1147 | * plugins/check_disk.c: |
| 403 | add options for excluding devices and for skipping OK devices in summary | 1148 | add options for excluding devices and for skipping OK devices in summary |
| 404 | 1149 | ||
| 405 | 2003-01-03 kdebisschop@alert.infoplease.com <kdebisschop> | 1150 | 2003-01-03 kdebisschop |
| 406 | 1151 | ||
| 407 | * plugins/utils.c: | 1152 | * plugins/utils.c: |
| 408 | protect against some null strings, make formats more uniform | 1153 | protect against some null strings, make formats more uniform |
| 409 | 1154 | ||
| 410 | 2002-12-19 kdebisschop@alert.infoplease.com <kdebisschop> | 1155 | 2002-12-19 kdebisschop |
| 411 | 1156 | ||
| 412 | * plugins/check_tcp.c: expect is +OK for SPOP too | 1157 | * plugins/check_tcp.c: expect is +OK for SPOP too |
| 413 | 1158 | ||
| @@ -416,24 +1161,24 @@ | |||
| 416 | 1161 | ||
| 417 | * plugins/check_http.c: remove spurious CRLF | 1162 | * plugins/check_http.c: remove spurious CRLF |
| 418 | 1163 | ||
| 419 | 2002-11-29 stanleyhopcroft <stanleyhopcroft> | 1164 | 2002-11-29 stanleyhopcroft |
| 420 | 1165 | ||
| 421 | * contrib/check_citrix: | 1166 | * contrib/check_citrix: |
| 422 | New plugin to check the ICA browse service (used by Citrix Metaframe servers) from | 1167 | New plugin to check the ICA browse service (used by Citrix Metaframe servers) from |
| 423 | Ed Rolison and Tom De Blende. | 1168 | Ed Rolison and Tom De Blende. |
| 424 | 1169 | ||
| 425 | 2002-11-25 kdebisschop@alert.infoplease.com <kdebisschop> | 1170 | 2002-11-25 kdebisschop |
| 426 | 1171 | ||
| 427 | * plugins/check_tcp.c: was segfaulting if no dtat was returned | 1172 | * plugins/check_tcp.c: was segfaulting if no dtat was returned |
| 428 | 1173 | ||
| 429 | 2002-11-24 kdebisschop@alert.infoplease.com <kdebisschop> | 1174 | 2002-11-24 kdebisschop |
| 430 | 1175 | ||
| 431 | * tools/snapshot: some fixes needed to move off old devel box | 1176 | * tools/snapshot: some fixes needed to move off old devel box |
| 432 | 1177 | ||
| 433 | * tools/snapshot: | 1178 | * tools/snapshot: |
| 434 | make routine snapshots of nagios and plugin CVS to expand testing | 1179 | make routine snapshots of nagios and plugin CVS to expand testing |
| 435 | 1180 | ||
| 436 | 2002-11-22 kdebisschop@alert.infoplease.com <kdebisschop> | 1181 | 2002-11-22 kdebisschop |
| 437 | 1182 | ||
| 438 | * plugins/check_ups.c: | 1183 | * plugins/check_ups.c: |
| 439 | add replace battery condition, replace unchecked strcat calls with asprintf (I do not think buffer overflow was possible here, but lets be consistent) | 1184 | add replace battery condition, replace unchecked strcat calls with asprintf (I do not think buffer overflow was possible here, but lets be consistent) |
| @@ -450,11 +1195,11 @@ | |||
| 450 | * configure.in: | 1195 | * configure.in: |
| 451 | get long args output to work on linux check_procs (needs OpenBSD testing) | 1196 | get long args output to work on linux check_procs (needs OpenBSD testing) |
| 452 | 1197 | ||
| 453 | 2002-11-21 kdebisschop@alert.infoplease.com <kdebisschop> | 1198 | 2002-11-21 kdebisschop |
| 454 | 1199 | ||
| 455 | * plugins/check_dig.c: fix empty output on errors | 1200 | * plugins/check_dig.c: fix empty output on errors |
| 456 | 1201 | ||
| 457 | 2002-11-20 kdebisschop@alert.infoplease.com <kdebisschop> | 1202 | 2002-11-20 kdebisschop |
| 458 | 1203 | ||
| 459 | * plugins/check_swap.c: add switch to evaluate each swap individually | 1204 | * plugins/check_swap.c: add switch to evaluate each swap individually |
| 460 | 1205 | ||
| @@ -465,7 +1210,7 @@ | |||
| 465 | 1210 | ||
| 466 | * plugins/check_dig.c: replace some strcpy with strscpy | 1211 | * plugins/check_dig.c: replace some strcpy with strscpy |
| 467 | 1212 | ||
| 468 | 2002-11-19 kdebisschop@alert.infoplease.com <kdebisschop> | 1213 | 2002-11-19 kdebisschop |
| 469 | 1214 | ||
| 470 | * plugins/Makefile.am: another try at portable symlinking | 1215 | * plugins/Makefile.am: another try at portable symlinking |
| 471 | 1216 | ||
| @@ -473,14 +1218,14 @@ | |||
| 473 | 1218 | ||
| 474 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris | 1219 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris |
| 475 | 1220 | ||
| 476 | 2002-11-18 sghosh <sghosh> | 1221 | 2002-11-18 sghosh |
| 477 | 1222 | ||
| 478 | * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, sendim | 1223 | * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, sendim |
| 479 | 1224 | ||
| 480 | * contrib-reporting/process_perfdata.pl: | 1225 | * contrib-reporting/process_perfdata.pl: |
| 481 | New directory to for perfdata and reporting scripts | 1226 | New directory to for perfdata and reporting scripts |
| 482 | 1227 | ||
| 483 | 2002-11-18 kdebisschop@alert.infoplease.com <kdebisschop> | 1228 | 2002-11-18 kdebisschop |
| 484 | 1229 | ||
| 485 | * plugins/check_swap.c: test total swap instead of individual disks | 1230 | * plugins/check_swap.c: test total swap instead of individual disks |
| 486 | 1231 | ||
| @@ -488,7 +1233,7 @@ | |||
| 488 | 1233 | ||
| 489 | * plugins/utils.c: more readable max_state() code | 1234 | * plugins/utils.c: more readable max_state() code |
| 490 | 1235 | ||
| 491 | 2002-11-16 kdebisschop@alert.infoplease.com <kdebisschop> | 1236 | 2002-11-16 kdebisschop |
| 492 | 1237 | ||
| 493 | * plugins/Makefile.am: | 1238 | * plugins/Makefile.am: |
| 494 | fix too many sources problem for programs tha are symlinks to check_tcp | 1239 | fix too many sources problem for programs tha are symlinks to check_tcp |
| @@ -496,12 +1241,12 @@ | |||
| 496 | * plugins/check_snmp.c: | 1241 | * plugins/check_snmp.c: |
| 497 | my take on Subhendu's patches, plus a few comments for clarity | 1242 | my take on Subhendu's patches, plus a few comments for clarity |
| 498 | 1243 | ||
| 499 | 2002-11-15 sghosh <sghosh> | 1244 | 2002-11-15 sghosh |
| 500 | 1245 | ||
| 501 | * plugins/check_snmp.c: | 1246 | * plugins/check_snmp.c: |
| 502 | memory bounds in options, no output comparison case | 1247 | memory bounds in options, no output comparison case |
| 503 | 1248 | ||
| 504 | 2002-11-15 kdebisschop@alert.infoplease.com <kdebisschop> | 1249 | 2002-11-15 kdebisschop |
| 505 | 1250 | ||
| 506 | * nagios-plugins.spec.in: | 1251 | * nagios-plugins.spec.in: |
| 507 | make spec work again, now that release is in source name again | 1252 | make spec work again, now that release is in source name again |
| @@ -511,7 +1256,7 @@ | |||
| 511 | * plugins/check_snmp.c: | 1256 | * plugins/check_snmp.c: |
| 512 | fix label handling, replace accidentally deleted elseif l.310 | 1257 | fix label handling, replace accidentally deleted elseif l.310 |
| 513 | 1258 | ||
| 514 | 2002-11-14 kdebisschop@alert.infoplease.com <kdebisschop> | 1259 | 2002-11-14 kdebisschop |
| 515 | 1260 | ||
| 516 | * plugins/utils.c, configure.in, nagios-plugins.spec.in, Makefile.am, acconfig.h: | 1261 | * plugins/utils.c, configure.in, nagios-plugins.spec.in, Makefile.am, acconfig.h: |
| 517 | fix bug with gettimeofday test, improve version/release handling, update rpm spec | 1262 | fix bug with gettimeofday test, improve version/release handling, update rpm spec |
| @@ -536,19 +1281,19 @@ | |||
| 536 | * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, plugins/version.h.in: | 1281 | * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, plugins/version.h.in: |
| 537 | remove call_getopt and ssprintf | 1282 | remove call_getopt and ssprintf |
| 538 | 1283 | ||
| 539 | 2002-11-13 kdebisschop@alert.infoplease.com <kdebisschop> | 1284 | 2002-11-13 kdebisschop |
| 540 | 1285 | ||
| 541 | * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c: | 1286 | * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c: |
| 542 | remove call_getopt and asprintf | 1287 | remove call_getopt and asprintf |
| 543 | 1288 | ||
| 544 | 2002-11-12 kdebisschop@alert.infoplease.com <kdebisschop> | 1289 | 2002-11-12 kdebisschop |
| 545 | 1290 | ||
| 546 | * plugins/check_dig.c: cleanup asprintf, old function decls | 1291 | * plugins/check_dig.c: cleanup asprintf, old function decls |
| 547 | 1292 | ||
| 548 | * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: | 1293 | * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: |
| 549 | remove call_getopt | 1294 | remove call_getopt |
| 550 | 1295 | ||
| 551 | 2002-11-11 sghosh <sghosh> | 1296 | 2002-11-11 sghosh |
| 552 | 1297 | ||
| 553 | * plugins/check_snmp.c: should use asprintf | 1298 | * plugins/check_snmp.c: should use asprintf |
| 554 | 1299 | ||
| @@ -561,7 +1306,7 @@ | |||
| 561 | 1306 | ||
| 562 | * plugins/check_snmp.c: misc doc fix, missing verbose option | 1307 | * plugins/check_snmp.c: misc doc fix, missing verbose option |
| 563 | 1308 | ||
| 564 | 2002-11-09 kdebisschop@alert.infoplease.com <kdebisschop> | 1309 | 2002-11-09 kdebisschop |
| 565 | 1310 | ||
| 566 | * plugins/check_ups.c, plugins/check_users.c, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_ping.c, plugins/check_time.c: | 1311 | * plugins/check_ups.c, plugins/check_users.c, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_ping.c, plugins/check_time.c: |
| 567 | remove call_getopt | 1312 | remove call_getopt |
| @@ -576,7 +1321,7 @@ | |||
| 576 | * plugins/snprintf.c: | 1321 | * plugins/snprintf.c: |
| 577 | HAVE_C99_SNPRINTF is not tested, so remove from ifdef | 1322 | HAVE_C99_SNPRINTF is not tested, so remove from ifdef |
| 578 | 1323 | ||
| 579 | 2002-11-08 kdebisschop@alert.infoplease.com <kdebisschop> | 1324 | 2002-11-08 kdebisschop |
| 580 | 1325 | ||
| 581 | * plugins/check_snmp.c: user reports NULL still getting into asprintf | 1326 | * plugins/check_snmp.c: user reports NULL still getting into asprintf |
| 582 | 1327 | ||
| @@ -590,7 +1335,7 @@ | |||
| 590 | 1335 | ||
| 591 | * tools/oneliners: some useful onliners | 1336 | * tools/oneliners: some useful onliners |
| 592 | 1337 | ||
| 593 | 2002-11-07 kdebisschop@alert.infoplease.com <kdebisschop> | 1338 | 2002-11-07 kdebisschop |
| 594 | 1339 | ||
| 595 | * plugins/check_snmp.c: | 1340 | * plugins/check_snmp.c: |
| 596 | bugfixes to command format and (null) text created by asprintf switch | 1341 | bugfixes to command format and (null) text created by asprintf switch |
| @@ -599,7 +1344,7 @@ | |||
| 599 | 1344 | ||
| 600 | * configure.in: test snprintf function family for ifdefs in snprintf.c | 1345 | * configure.in: test snprintf function family for ifdefs in snprintf.c |
| 601 | 1346 | ||
| 602 | 2002-10-30 kdebisschop@alert.infoplease.com <kdebisschop> | 1347 | 2002-10-30 kdebisschop |
| 603 | 1348 | ||
| 604 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf | 1349 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf |
| 605 | 1350 | ||
| @@ -614,21 +1359,21 @@ | |||
| 614 | * tools/setup: | 1359 | * tools/setup: |
| 615 | debian builds not actively maintained, so suppress error in setup script | 1360 | debian builds not actively maintained, so suppress error in setup script |
| 616 | 1361 | ||
| 617 | 2002-10-30 sghosh <sghosh> | 1362 | 2002-10-30 sghosh |
| 618 | 1363 | ||
| 619 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | 1364 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: |
| 620 | monitor mailq | 1365 | monitor mailq |
| 621 | 1366 | ||
| 622 | 2002-10-28 kdebisschop@alert.infoplease.com <kdebisschop> | 1367 | 2002-10-28 kdebisschop |
| 623 | 1368 | ||
| 624 | * plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl: | 1369 | * plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl: |
| 625 | remove pspace in shebang since no sequent users replied | 1370 | remove pspace in shebang since no sequent users replied |
| 626 | 1371 | ||
| 627 | 2002-10-26 kdebisschop@alert.infoplease.com <kdebisschop> | 1372 | 2002-10-26 kdebisschop |
| 628 | 1373 | ||
| 629 | * nagios-plugins.spec.in: release should not be in tarball name | 1374 | * nagios-plugins.spec.in: release should not be in tarball name |
| 630 | 1375 | ||
| 631 | 2002-10-25 kdebisschop@alert.infoplease.com <kdebisschop> | 1376 | 2002-10-25 kdebisschop |
| 632 | 1377 | ||
| 633 | * nagios-plugins.spec.in: tweak source macro | 1378 | * nagios-plugins.spec.in: tweak source macro |
| 634 | 1379 | ||
| @@ -637,7 +1382,7 @@ | |||
| 637 | * plugins/Makefile.am, Makefile.am: | 1382 | * plugins/Makefile.am, Makefile.am: |
| 638 | include getloadavg sources, add some Solaris pkg build support | 1383 | include getloadavg sources, add some Solaris pkg build support |
| 639 | 1384 | ||
| 640 | 2002-10-22 kdebisschop@alert.infoplease.com <kdebisschop> | 1385 | 2002-10-22 kdebisschop |
| 641 | 1386 | ||
| 642 | * plugins/check_ssh.c: | 1387 | * plugins/check_ssh.c: |
| 643 | remove call_getopt, replace ssprintf with asprintf,better server version reporting | 1388 | remove call_getopt, replace ssprintf with asprintf,better server version reporting |
| @@ -647,7 +1392,7 @@ | |||
| 647 | * plugins/check_procs.c: | 1392 | * plugins/check_procs.c: |
| 648 | remove call_getopt, replace ssprintf with asprintf | 1393 | remove call_getopt, replace ssprintf with asprintf |
| 649 | 1394 | ||
| 650 | 2002-10-22 sghosh <sghosh> | 1395 | 2002-10-22 sghosh |
| 651 | 1396 | ||
| 652 | * contrib/check_procr.sh: | 1397 | * contrib/check_procr.sh: |
| 653 | From: Jerome Tytgat - checks to see if named process is running | 1398 | From: Jerome Tytgat - checks to see if named process is running |
| @@ -655,7 +1400,7 @@ | |||
| 655 | * README, plugins/check_nt.c: | 1400 | * README, plugins/check_nt.c: |
| 656 | check_nt is downloadable from nsclient.ready2run.nl | 1401 | check_nt is downloadable from nsclient.ready2run.nl |
| 657 | 1402 | ||
| 658 | 2002-10-21 kdebisschop@alert.infoplease.com <kdebisschop> | 1403 | 2002-10-21 kdebisschop |
| 659 | 1404 | ||
| 660 | * plugins/check_swap.c: use asprintf instead of ssprintf | 1405 | * plugins/check_swap.c: use asprintf instead of ssprintf |
| 661 | 1406 | ||
| @@ -677,7 +1422,7 @@ | |||
| 677 | 1422 | ||
| 678 | * plugins/check_pgsql.c: now we provide long opts if they do not exist | 1423 | * plugins/check_pgsql.c: now we provide long opts if they do not exist |
| 679 | 1424 | ||
| 680 | 2002-10-20 kdebisschop@alert.infoplease.com <kdebisschop> | 1425 | 2002-10-20 kdebisschop |
| 681 | 1426 | ||
| 682 | * plugins/check_snmp.c: | 1427 | * plugins/check_snmp.c: |
| 683 | fixed scanning for multiple OIDs, which was not working | 1428 | fixed scanning for multiple OIDs, which was not working |
| @@ -690,7 +1435,7 @@ | |||
| 690 | (If someine has a rationale for the change, maybe it could be done as an option? - it seems | 1435 | (If someine has a rationale for the change, maybe it could be done as an option? - it seems |
| 691 | fairly clear that the Web display should be sensible to PHBs so long as there's no real loss) | 1436 | fairly clear that the Web display should be sensible to PHBs so long as there's no real loss) |
| 692 | 1437 | ||
| 693 | 2002-10-18 kdebisschop@alert.infoplease.com <kdebisschop> | 1438 | 2002-10-18 kdebisschop |
| 694 | 1439 | ||
| 695 | * plugins/check_swap.c: remove old call_getopt | 1440 | * plugins/check_swap.c: remove old call_getopt |
| 696 | 1441 | ||
| @@ -707,14 +1452,14 @@ | |||
| 707 | 1452 | ||
| 708 | * plugins/check_ping.c: remove broken call_getopt stuff | 1453 | * plugins/check_ping.c: remove broken call_getopt stuff |
| 709 | 1454 | ||
| 710 | 2002-10-17 kdebisschop@alert.infoplease.com <kdebisschop> | 1455 | 2002-10-17 kdebisschop |
| 711 | 1456 | ||
| 712 | * plugins/check_tcp.c: using asprintf | 1457 | * plugins/check_tcp.c: using asprintf |
| 713 | 1458 | ||
| 714 | * tools/setup, INSTALL, INSTALLING: | 1459 | * tools/setup, INSTALL, INSTALLING: |
| 715 | revise now that aclocal is remved from CVS | 1460 | revise now that aclocal is remved from CVS |
| 716 | 1461 | ||
| 717 | 2002-10-16 kdebisschop@alert.infoplease.com <kdebisschop> | 1462 | 2002-10-16 kdebisschop |
| 718 | 1463 | ||
| 719 | * configure.in: need some quoting on ifdef | 1464 | * configure.in: need some quoting on ifdef |
| 720 | 1465 | ||
| @@ -768,51 +1513,51 @@ | |||
| 768 | 1513 | ||
| 769 | * configure.in: work with newer automake, begin swithc to asprintf | 1514 | * configure.in: work with newer automake, begin swithc to asprintf |
| 770 | 1515 | ||
| 771 | 2002-10-15 sghosh <sghosh> | 1516 | 2002-10-15 sghosh |
| 772 | 1517 | ||
| 773 | * plugins-scripts/check_ifoperstatus.pl: | 1518 | * plugins-scripts/check_ifoperstatus.pl: |
| 774 | new exit states, more conditional checking | 1519 | new exit states, more conditional checking |
| 775 | 1520 | ||
| 776 | 2002-10-07 sghosh <sghosh> | 1521 | 2002-10-07 sghosh |
| 777 | 1522 | ||
| 778 | * plugins/check_dns.c: patch for expected IP address | 1523 | * plugins/check_dns.c: patch for expected IP address |
| 779 | 1524 | ||
| 780 | 2002-10-07 kdebisschop@alert.infoplease.com <kdebisschop> | 1525 | 2002-10-07 kdebisschop |
| 781 | 1526 | ||
| 782 | * plugins/popen.c: | 1527 | * plugins/popen.c: |
| 783 | make sure we do not run past the end of an unterminated string | 1528 | make sure we do not run past the end of an unterminated string |
| 784 | 1529 | ||
| 785 | * plugins/negate.c: use asprintf, inhibit splint warning | 1530 | * plugins/negate.c: use asprintf, inhibit splint warning |
| 786 | 1531 | ||
| 787 | 2002-10-05 kdebisschop@alert.infoplease.com <kdebisschop> | 1532 | 2002-10-05 kdebisschop |
| 788 | 1533 | ||
| 789 | * getloadavg.m4, plugins/getloadavg.c: | 1534 | * getloadavg.m4, plugins/getloadavg.c: |
| 790 | lets use library instead od inconsistent command line interfaces | 1535 | lets use library instead od inconsistent command line interfaces |
| 791 | 1536 | ||
| 792 | 2002-09-26 kdebisschop@alert.infoplease.com <kdebisschop> | 1537 | 2002-09-26 kdebisschop |
| 793 | 1538 | ||
| 794 | * plugins/urlize.c: use ssprintf instead of sprintf | 1539 | * plugins/urlize.c: use ssprintf instead of sprintf |
| 795 | 1540 | ||
| 796 | 2002-09-25 kdebisschop@alert.infoplease.com <kdebisschop> | 1541 | 2002-09-25 kdebisschop |
| 797 | 1542 | ||
| 798 | * plugins/check_http.c: | 1543 | * plugins/check_http.c: |
| 799 | incorporate comment on my_recv from Russell Scibetti | 1544 | incorporate comment on my_recv from Russell Scibetti |
| 800 | 1545 | ||
| 801 | * plugins/check_http.c: incorporate comments from Russell Scibetti | 1546 | * plugins/check_http.c: incorporate comments from Russell Scibetti |
| 802 | 1547 | ||
| 803 | 2002-09-24 kdebisschop@alert.infoplease.com <kdebisschop> | 1548 | 2002-09-24 kdebisschop |
| 804 | 1549 | ||
| 805 | * plugins/check_http.c: | 1550 | * plugins/check_http.c: |
| 806 | replace remaining occurences of sprintf with snprintf | 1551 | replace remaining occurences of sprintf with snprintf |
| 807 | 1552 | ||
| 808 | 2002-09-16 kdebisschop@alert.infoplease.com <kdebisschop> | 1553 | 2002-09-16 kdebisschop |
| 809 | 1554 | ||
| 810 | * INSTALL: needed for latest autoconf | 1555 | * INSTALL: needed for latest autoconf |
| 811 | 1556 | ||
| 812 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | 1557 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: |
| 813 | finish ckleanup of rpm spec porcessing | 1558 | finish ckleanup of rpm spec porcessing |
| 814 | 1559 | ||
| 815 | 2002-09-14 kdebisschop@alert.infoplease.com <kdebisschop> | 1560 | 2002-09-14 kdebisschop |
| 816 | 1561 | ||
| 817 | * nagios-plugins.spec, nagios-plugins.spec.in: | 1562 | * nagios-plugins.spec, nagios-plugins.spec.in: |
| 818 | complete spec based on confugure.in | 1563 | complete spec based on confugure.in |
| @@ -826,21 +1571,21 @@ | |||
| 826 | * plugins-scripts/check_log.sh: | 1571 | * plugins-scripts/check_log.sh: |
| 827 | patch from Matthew Peters <mattp@esec.com.au>, plus turned up a few bugs on my own | 1572 | patch from Matthew Peters <mattp@esec.com.au>, plus turned up a few bugs on my own |
| 828 | 1573 | ||
| 829 | 2002-09-12 kdebisschop@alert.infoplease.com <kdebisschop> | 1574 | 2002-09-12 kdebisschop |
| 830 | 1575 | ||
| 831 | * plugins/Makefile.am: negate wrapper | 1576 | * plugins/Makefile.am: negate wrapper |
| 832 | 1577 | ||
| 833 | 2002-09-08 kdebisschop@alert.infoplease.com <kdebisschop> | 1578 | 2002-09-08 kdebisschop |
| 834 | 1579 | ||
| 835 | * plugins/negate.c: wrapper to invert return status | 1580 | * plugins/negate.c: wrapper to invert return status |
| 836 | 1581 | ||
| 837 | * plugins/utils.c: clears up warnings in splint | 1582 | * plugins/utils.c: clears up warnings in splint |
| 838 | 1583 | ||
| 839 | 2002-09-06 kdebisschop@alert.infoplease.com <kdebisschop> | 1584 | 2002-09-06 kdebisschop |
| 840 | 1585 | ||
| 841 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash | 1586 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash |
| 842 | 1587 | ||
| 843 | 2002-09-04 sghosh <sghosh> | 1588 | 2002-09-04 sghosh |
| 844 | 1589 | ||
| 845 | * configure.in: more Mysql patches | 1590 | * configure.in: more Mysql patches |
| 846 | 1591 | ||
| @@ -852,18 +1597,18 @@ | |||
| 852 | * contrib/check_ifstatus.pl, contrib/check_ifoperstatus.pl: | 1597 | * contrib/check_ifstatus.pl, contrib/check_ifoperstatus.pl: |
| 853 | moved to supported plugins-scripts | 1598 | moved to supported plugins-scripts |
| 854 | 1599 | ||
| 855 | 2002-09-02 sghosh <sghosh> | 1600 | 2002-09-02 sghosh |
| 856 | 1601 | ||
| 857 | * plugins/check_smtp.c: | 1602 | * plugins/check_smtp.c: |
| 858 | new -f option for adding a FROM address for RFC correctness | 1603 | new -f option for adding a FROM address for RFC correctness |
| 859 | 1604 | ||
| 860 | 2002-09-01 sghosh <sghosh> | 1605 | 2002-09-01 sghosh |
| 861 | 1606 | ||
| 862 | * INSTALL, INSTALLING: file rename for MacOS X | 1607 | * INSTALL, INSTALLING: file rename for MacOS X |
| 863 | 1608 | ||
| 864 | * plugins/check_smtp.c: Valid MAIL command | 1609 | * plugins/check_smtp.c: Valid MAIL command |
| 865 | 1610 | ||
| 866 | 2002-08-22 sghosh <sghosh> | 1611 | 2002-08-22 sghosh |
| 867 | 1612 | ||
| 868 | * contrib/check_snmp_process_monitor.pl: updates | 1613 | * contrib/check_snmp_process_monitor.pl: updates |
| 869 | 1614 | ||
| @@ -872,12 +1617,12 @@ | |||
| 872 | * contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_process_monitor.pl: | 1617 | * contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_process_monitor.pl: |
| 873 | new plugins contrib | 1618 | new plugins contrib |
| 874 | 1619 | ||
| 875 | 2002-08-18 kdebisschop@alert.infoplease.com <kdebisschop> | 1620 | 2002-08-18 kdebisschop |
| 876 | 1621 | ||
| 877 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | 1622 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. |
| 878 | fix by setting a generic hook for 1-char pasthhru options | 1623 | fix by setting a generic hook for 1-char pasthhru options |
| 879 | 1624 | ||
| 880 | 2002-08-14 sghosh <sghosh> | 1625 | 2002-08-14 sghosh |
| 881 | 1626 | ||
| 882 | * plugins-scripts/check_disk_smb.pl: patch for admin shares | 1627 | * plugins-scripts/check_disk_smb.pl: patch for admin shares |
| 883 | 1628 | ||
| @@ -900,68 +1645,68 @@ | |||
| 900 | 1645 | ||
| 901 | * contrib/check_smb.sh: new smb check - users | 1646 | * contrib/check_smb.sh: new smb check - users |
| 902 | 1647 | ||
| 903 | 2002-08-13 egalstad <egalstad> | 1648 | 2002-08-13 egalstad |
| 904 | 1649 | ||
| 905 | * plugins/check_game.c: | 1650 | * plugins/check_game.c: |
| 906 | Mod to display current/max number of players in a game (Frank Kannemann) | 1651 | Mod to display current/max number of players in a game (Frank Kannemann) |
| 907 | 1652 | ||
| 908 | 2002-08-12 egalstad <egalstad> | 1653 | 2002-08-12 egalstad |
| 909 | 1654 | ||
| 910 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph Maser) | 1655 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph Maser) |
| 911 | 1656 | ||
| 912 | 2002-08-01 sghosh <sghosh> | 1657 | 2002-08-01 sghosh |
| 913 | 1658 | ||
| 914 | * plugins/check_snmp.c: re-patched exit state comparison | 1659 | * plugins/check_snmp.c: re-patched exit state comparison |
| 915 | 1660 | ||
| 916 | * plugins/check_snmp.c: | 1661 | * plugins/check_snmp.c: |
| 917 | port option added, -c support net-snmpv5, complete response string output | 1662 | port option added, -c support net-snmpv5, complete response string output |
| 918 | 1663 | ||
| 919 | 2002-08-01 egalstad <egalstad> | 1664 | 2002-08-01 egalstad |
| 920 | 1665 | ||
| 921 | * contrib/check_digitemp.pl: | 1666 | * contrib/check_digitemp.pl: |
| 922 | Add Brian Lane's Digitemp (1-wire temp sensor) plugin | 1667 | Add Brian Lane's Digitemp (1-wire temp sensor) plugin |
| 923 | 1668 | ||
| 924 | 2002-07-16 egalstad <egalstad> | 1669 | 2002-07-16 egalstad |
| 925 | 1670 | ||
| 926 | * contrib/check_disk_snmp.pl: | 1671 | * contrib/check_disk_snmp.pl: |
| 927 | Christoph Maser's plugin to check disk usage via SNMP3 | 1672 | Christoph Maser's plugin to check disk usage via SNMP3 |
| 928 | 1673 | ||
| 929 | 2002-07-16 stanleyhopcroft <stanleyhopcroft> | 1674 | 2002-07-16 stanleyhopcroft |
| 930 | 1675 | ||
| 931 | * contrib/check_ms_spooler.pl: | 1676 | * contrib/check_ms_spooler.pl: |
| 932 | Primitive and in need of refinement test of MS spooler (with smbclient) | 1677 | Primitive and in need of refinement test of MS spooler (with smbclient) |
| 933 | 1678 | ||
| 934 | 2002-07-04 sghosh <sghosh> | 1679 | 2002-07-04 sghosh |
| 935 | 1680 | ||
| 936 | * contrib/check_procl.sh: | 1681 | * contrib/check_procl.sh: |
| 937 | Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash plugin | 1682 | Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash plugin |
| 938 | 1683 | ||
| 939 | * INSTALL: doc update | 1684 | * INSTALL: doc update |
| 940 | 1685 | ||
| 941 | 2002-06-28 sghosh <sghosh> | 1686 | 2002-06-28 sghosh |
| 942 | 1687 | ||
| 943 | * INSTALL: note about autoconf/automake version | 1688 | * INSTALL: note about autoconf/automake version |
| 944 | 1689 | ||
| 945 | 2002-06-25 sghosh <sghosh> | 1690 | 2002-06-25 sghosh |
| 946 | 1691 | ||
| 947 | * contrib/check_rbl.c: | 1692 | * contrib/check_rbl.c: |
| 948 | Check if IP address is specified on RBL - Tim Bell | 1693 | Check if IP address is specified on RBL - Tim Bell |
| 949 | 1694 | ||
| 950 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon | 1695 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon |
| 951 | 1696 | ||
| 952 | 2002-06-24 sghosh <sghosh> | 1697 | 2002-06-24 sghosh |
| 953 | 1698 | ||
| 954 | * plugins/check_http.c: | 1699 | * plugins/check_http.c: |
| 955 | ignore return status codes if user specified status line check | 1700 | ignore return status codes if user specified status line check |
| 956 | 1701 | ||
| 957 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray | 1702 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray |
| 958 | 1703 | ||
| 959 | 2002-06-20 sghosh <sghosh> | 1704 | 2002-06-20 sghosh |
| 960 | 1705 | ||
| 961 | * plugins-scripts/check_disk_smb.pl: | 1706 | * plugins-scripts/check_disk_smb.pl: |
| 962 | logic fix for disk space thresholds | 1707 | logic fix for disk space thresholds |
| 963 | 1708 | ||
| 964 | 2002-06-19 sghosh <sghosh> | 1709 | 2002-06-19 sghosh |
| 965 | 1710 | ||
| 966 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in: | 1711 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in: |
| 967 | more POSIX return value comparison related code fixes | 1712 | more POSIX return value comparison related code fixes |
| @@ -969,28 +1714,28 @@ | |||
| 969 | * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: | 1714 | * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: |
| 970 | fixes for using POSIX return codes | 1715 | fixes for using POSIX return codes |
| 971 | 1716 | ||
| 972 | 2002-06-18 sghosh <sghosh> | 1717 | 2002-06-18 sghosh |
| 973 | 1718 | ||
| 974 | * plugins/common.h.in: updated to POSIX return codes | 1719 | * plugins/common.h.in: updated to POSIX return codes |
| 975 | 1720 | ||
| 976 | * contrib/check_cluster.c: Ethan's check_cluster | 1721 | * contrib/check_cluster.c: Ethan's check_cluster |
| 977 | 1722 | ||
| 978 | 2002-06-13 sghosh <sghosh> | 1723 | 2002-06-13 sghosh |
| 979 | 1724 | ||
| 980 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> | 1725 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> |
| 981 | 1726 | ||
| 982 | * configure.in: use xntpdc on Solaris for check_ntp | 1727 | * configure.in: use xntpdc on Solaris for check_ntp |
| 983 | 1728 | ||
| 984 | 2002-06-10 sghosh <sghosh> | 1729 | 2002-06-10 sghosh |
| 985 | 1730 | ||
| 986 | * plugins/check_smtp.c: | 1731 | * plugins/check_smtp.c: |
| 987 | patch to stop NOQUEUE syslog messages - Karl Ewald | 1732 | patch to stop NOQUEUE syslog messages - Karl Ewald |
| 988 | 1733 | ||
| 989 | 2002-06-08 sghosh <sghosh> | 1734 | 2002-06-08 sghosh |
| 990 | 1735 | ||
| 991 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle | 1736 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle |
| 992 | 1737 | ||
| 993 | 2002-06-06 sghosh <sghosh> | 1738 | 2002-06-06 sghosh |
| 994 | 1739 | ||
| 995 | * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: | 1740 | * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: |
| 996 | corrected result codes - for sh; corrected substition for libexec - Tom Bertelson | 1741 | corrected result codes - for sh; corrected substition for libexec - Tom Bertelson |
| @@ -1004,15 +1749,15 @@ | |||
| 1004 | 1749 | ||
| 1005 | * plugins-scripts/check_ntp.pl: conditional on ntpdc | 1750 | * plugins-scripts/check_ntp.pl: conditional on ntpdc |
| 1006 | 1751 | ||
| 1007 | 2002-05-29 sghosh <sghosh> | 1752 | 2002-05-29 sghosh |
| 1008 | 1753 | ||
| 1009 | * command.cfg.in: notes added | 1754 | * command.cfg.in: notes added |
| 1010 | 1755 | ||
| 1011 | 2002-05-28 sghosh <sghosh> | 1756 | 2002-05-28 sghosh |
| 1012 | 1757 | ||
| 1013 | * command.cfg.in: option updates, more examples | 1758 | * command.cfg.in: option updates, more examples |
| 1014 | 1759 | ||
| 1015 | 2002-05-27 sghosh <sghosh> | 1760 | 2002-05-27 sghosh |
| 1016 | 1761 | ||
| 1017 | * plugins-scripts/check_ntp.pl: checked in too quickly | 1762 | * plugins-scripts/check_ntp.pl: checked in too quickly |
| 1018 | 1763 | ||
| @@ -1028,12 +1773,12 @@ | |||
| 1028 | 1773 | ||
| 1029 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for utils.pm | 1774 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for utils.pm |
| 1030 | 1775 | ||
| 1031 | 2002-05-23 sghosh <sghosh> | 1776 | 2002-05-23 sghosh |
| 1032 | 1777 | ||
| 1033 | * contrib/check_log2.pl, contrib/check_vcs.pl: | 1778 | * contrib/check_log2.pl, contrib/check_vcs.pl: |
| 1034 | New plugins from Aaron Bostick - Veritas Cluster, logfile | 1779 | New plugins from Aaron Bostick - Veritas Cluster, logfile |
| 1035 | 1780 | ||
| 1036 | 2002-05-10 sghosh <sghosh> | 1781 | 2002-05-10 sghosh |
| 1037 | 1782 | ||
| 1038 | * plugins-scripts/check_rpc.pl: | 1783 | * plugins-scripts/check_rpc.pl: |
| 1039 | updates for ePN, patch for multiple version check | 1784 | updates for ePN, patch for multiple version check |
| @@ -1042,12 +1787,12 @@ | |||
| 1042 | 1787 | ||
| 1043 | * acconfig.h: Added programs for autoconf | 1788 | * acconfig.h: Added programs for autoconf |
| 1044 | 1789 | ||
| 1045 | 2002-05-09 sghosh <sghosh> | 1790 | 2002-05-09 sghosh |
| 1046 | 1791 | ||
| 1047 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifoperstatus.pl: | 1792 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifoperstatus.pl: |
| 1048 | migrated check_ifoperstatus to standard plugin | 1793 | migrated check_ifoperstatus to standard plugin |
| 1049 | 1794 | ||
| 1050 | 2002-05-08 sghosh <sghosh> | 1795 | 2002-05-08 sghosh |
| 1051 | 1796 | ||
| 1052 | * plugins/check_ping.c: patch for Suse 8.0 loss output | 1797 | * plugins/check_ping.c: patch for Suse 8.0 loss output |
| 1053 | 1798 | ||
| @@ -1061,12 +1806,12 @@ | |||
| 1061 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: | 1806 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: |
| 1062 | moved updated check_ifstatus to standard plugin | 1807 | moved updated check_ifstatus to standard plugin |
| 1063 | 1808 | ||
| 1064 | 2002-05-07 sghosh <sghosh> | 1809 | 2002-05-07 sghosh |
| 1065 | 1810 | ||
| 1066 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: | 1811 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: |
| 1067 | 2nd fix for ePN | 1812 | 2nd fix for ePN |
| 1068 | 1813 | ||
| 1069 | 2002-05-02 sghosh <sghosh> | 1814 | 2002-05-02 sghosh |
| 1070 | 1815 | ||
| 1071 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl: | 1816 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl: |
| 1072 | fix for embedded perl | 1817 | fix for embedded perl |
| @@ -1074,41 +1819,41 @@ | |||
| 1074 | * tools/README, tools/mini_epn.c, tools/p1.pl: | 1819 | * tools/README, tools/mini_epn.c, tools/p1.pl: |
| 1075 | updated mini_epn and p1.pl added to plugins distribution | 1820 | updated mini_epn and p1.pl added to plugins distribution |
| 1076 | 1821 | ||
| 1077 | 2002-05-01 sghosh <sghosh> | 1822 | 2002-05-01 sghosh |
| 1078 | 1823 | ||
| 1079 | * contrib/tarballs/fetchlog-0.92.tar.gz: | 1824 | * contrib/tarballs/fetchlog-0.92.tar.gz: |
| 1080 | remote log check (via snmp possible) by Alexander Haderer | 1825 | remote log check (via snmp possible) by Alexander Haderer |
| 1081 | 1826 | ||
| 1082 | 2002-04-29 kdebisschop@alert.infoplease.com <kdebisschop> | 1827 | 2002-04-29 kdebisschop |
| 1083 | 1828 | ||
| 1084 | * plugins/getopt.h: | 1829 | * plugins/getopt.h: |
| 1085 | failed to carry over from old plugins, listed in EXTRA_DIST, needed for build | 1830 | failed to carry over from old plugins, listed in EXTRA_DIST, needed for build |
| 1086 | 1831 | ||
| 1087 | 2002-04-23 sghosh <sghosh> | 1832 | 2002-04-23 sghosh |
| 1088 | 1833 | ||
| 1089 | * plugins/check_ping.c: | 1834 | * plugins/check_ping.c: |
| 1090 | corrected program name and added rtt patch for RH7.2+beta | 1835 | corrected program name and added rtt patch for RH7.2+beta |
| 1091 | 1836 | ||
| 1092 | 2002-04-18 egalstad <egalstad> | 1837 | 2002-04-18 egalstad |
| 1093 | 1838 | ||
| 1094 | * contrib/check_inodes.pl: | 1839 | * contrib/check_inodes.pl: |
| 1095 | add check_inodes contrib plugin by John Jolet | 1840 | add check_inodes contrib plugin by John Jolet |
| 1096 | 1841 | ||
| 1097 | * configure.in: configure script patch for ping syntax | 1842 | * configure.in: configure script patch for ping syntax |
| 1098 | 1843 | ||
| 1099 | 2002-04-07 sghosh <sghosh> | 1844 | 2002-04-07 sghosh |
| 1100 | 1845 | ||
| 1101 | * contrib/check_backup.pl, contrib/check_dl_size.pl: | 1846 | * contrib/check_backup.pl, contrib/check_dl_size.pl: |
| 1102 | plugins from Patrick Greenwell | 1847 | plugins from Patrick Greenwell |
| 1103 | 1848 | ||
| 1104 | 2002-04-05 sghosh <sghosh> | 1849 | 2002-04-05 sghosh |
| 1105 | 1850 | ||
| 1106 | * acconfig.h: added HOST_COMMAND | 1851 | * acconfig.h: added HOST_COMMAND |
| 1107 | 1852 | ||
| 1108 | * contrib/tarballs/check_spread.tar: | 1853 | * contrib/tarballs/check_spread.tar: |
| 1109 | plugin to check spread messaging toolkit | 1854 | plugin to check spread messaging toolkit |
| 1110 | 1855 | ||
| 1111 | 2002-04-03 sghosh <sghosh> | 1856 | 2002-04-03 sghosh |
| 1112 | 1857 | ||
| 1113 | * contrib/check_oracle_instance.pl: | 1858 | * contrib/check_oracle_instance.pl: |
| 1114 | from Sven Dolderer - check oracle instance | 1859 | from Sven Dolderer - check oracle instance |
| @@ -1116,19 +1861,19 @@ | |||
| 1116 | * plugins-scripts/check_nfs.pl: | 1861 | * plugins-scripts/check_nfs.pl: |
| 1117 | check_nfs functionality exists in check_rpc | 1862 | check_nfs functionality exists in check_rpc |
| 1118 | 1863 | ||
| 1119 | 2002-03-18 sghosh <sghosh> | 1864 | 2002-03-18 sghosh |
| 1120 | 1865 | ||
| 1121 | * plugins-scripts/subst.in: | 1866 | * plugins-scripts/subst.in: |
| 1122 | function to update perl plugin scripts to find utils.pm | 1867 | function to update perl plugin scripts to find utils.pm |
| 1123 | 1868 | ||
| 1124 | 2002-03-01 egalstad <egalstad> | 1869 | 2002-03-01 egalstad |
| 1125 | 1870 | ||
| 1126 | * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me | 1871 | * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me |
| 1127 | 1872 | ||
| 1128 | * contrib/check_breeze.pl, contrib/check_dhcp.c, contrib/check_flexlm.pl, contrib/check_hltherm.c, contrib/check_hprsc.pl, contrib/check_ipxping.c, contrib/check_memory.tgz, contrib/check_mysql.c, contrib/check_uptime.c, contrib/check_wave.pl, contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz, contrib/tarballs/bowen-langley_plugins.tar.gz, contrib/tarballs/check_bgp-1.0.tar.gz, contrib/tarballs/check_breeze.tar.gz, contrib/tarballs/check_flexlm.tar.gz, contrib/tarballs/check_hltherm.tar.gz, contrib/tarballs/check_hprsc.tar.gz, contrib/tarballs/check_memory.tgz, contrib/tarballs/check_radius.tar.gz, contrib/tarballs/check_wave.tar.gz, contrib/tarballs/hopcroft-plugins.tar.gz, contrib/tarballs/radius.tar.gz, plugins/.cvsignore, plugins/config.h.in: | 1873 | * contrib/check_breeze.pl, contrib/check_dhcp.c, contrib/check_flexlm.pl, contrib/check_hltherm.c, contrib/check_hprsc.pl, contrib/check_ipxping.c, contrib/check_memory.tgz, contrib/check_mysql.c, contrib/check_uptime.c, contrib/check_wave.pl, contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz, contrib/tarballs/bowen-langley_plugins.tar.gz, contrib/tarballs/check_bgp-1.0.tar.gz, contrib/tarballs/check_breeze.tar.gz, contrib/tarballs/check_flexlm.tar.gz, contrib/tarballs/check_hltherm.tar.gz, contrib/tarballs/check_hprsc.tar.gz, contrib/tarballs/check_memory.tgz, contrib/tarballs/check_radius.tar.gz, contrib/tarballs/check_wave.tar.gz, contrib/tarballs/hopcroft-plugins.tar.gz, contrib/tarballs/radius.tar.gz, plugins/.cvsignore, plugins/config.h.in: |
| 1129 | Contrib plugin cleanup | 1874 | Contrib plugin cleanup |
| 1130 | 1875 | ||
| 1131 | 2002-02-28 egalstad <egalstad> | 1876 | 2002-02-28 egalstad |
| 1132 | 1877 | ||
| 1133 | * plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/subst.in, plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, plugins-scripts/utils.sh.in, plugins/check_nagios.c, plugins/t/check_disk.t, plugins/t/check_dns.t, plugins/t/check_fping.t, plugins/t/check_ftp.t, plugins/t/check_hpjd.t, plugins/t/check_http.t, plugins/t/check_imap.t, plugins/t/check_load.t, plugins/t/check_mysql.t, plugins/t/check_ping.t, plugins/t/check_pop.t, plugins/t/check_procs.t, plugins/t/check_smtp.t, plugins/t/check_snmp.t, plugins/t/check_swap.t, plugins/t/check_tcp.t, plugins/t/check_time.t, plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/check_vsz.t, plugins/tests/check_disk, plugins/tests/check_dns, plugins/tests/check_ftp, plugins/tests/check_hpjd, plugins/tests/check_http, plugins/tests/check_load, plugins/tests/check_ping, plugins/tests/check_procs, plugins/tests/check_swap, plugins/tests/check_users, plugins/tests/check_vsz, plugins/utils.c, plugins/utils.h.in, plugins/version.h.in, tools/setup, tools/tango: | 1878 | * plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/subst.in, plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, plugins-scripts/utils.sh.in, plugins/check_nagios.c, plugins/t/check_disk.t, plugins/t/check_dns.t, plugins/t/check_fping.t, plugins/t/check_ftp.t, plugins/t/check_hpjd.t, plugins/t/check_http.t, plugins/t/check_imap.t, plugins/t/check_load.t, plugins/t/check_mysql.t, plugins/t/check_ping.t, plugins/t/check_pop.t, plugins/t/check_procs.t, plugins/t/check_smtp.t, plugins/t/check_snmp.t, plugins/t/check_swap.t, plugins/t/check_tcp.t, plugins/t/check_time.t, plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/check_vsz.t, plugins/tests/check_disk, plugins/tests/check_dns, plugins/tests/check_ftp, plugins/tests/check_hpjd, plugins/tests/check_http, plugins/tests/check_load, plugins/tests/check_ping, plugins/tests/check_procs, plugins/tests/check_swap, plugins/tests/check_users, plugins/tests/check_vsz, plugins/utils.c, plugins/utils.h.in, plugins/version.h.in, tools/setup, tools/tango: |
| 1134 | Initial import of existing plugin code | 1879 | Initial import of existing plugin code |
| @@ -1188,12 +1933,12 @@ | |||
| 1188 | 1933 | ||
| 1189 | * .cvsignore, AUTHORS, CODING: New file. | 1934 | * .cvsignore, AUTHORS, CODING: New file. |
| 1190 | 1935 | ||
| 1191 | 2000-12-08 karldebisschop <karldebisschop> | 1936 | 2000-12-08 kdebisschop |
| 1192 | 1937 | ||
| 1193 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 1938 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 1194 | fix memory leaks | 1939 | fix memory leaks |
| 1195 | 1940 | ||
| 1196 | 2000-12-07 karldebisschop <karldebisschop> | 1941 | 2000-12-07 kdebisschop |
| 1197 | 1942 | ||
| 1198 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_qmailq.pl: | 1943 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_qmailq.pl: |
| 1199 | checks mail in queue (needs much work still) | 1944 | checks mail in queue (needs much work still) |
| @@ -1201,7 +1946,7 @@ | |||
| 1201 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ftpget.pl: | 1946 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ftpget.pl: |
| 1202 | tests fetching files from FTP server | 1947 | tests fetching files from FTP server |
| 1203 | 1948 | ||
| 1204 | 2000-12-02 karldebisschop <karldebisschop> | 1949 | 2000-12-02 kdebisschop |
| 1205 | 1950 | ||
| 1206 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: | 1951 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: |
| 1207 | password authentication patch, indent, standardize usage/help functions | 1952 | password authentication patch, indent, standardize usage/help functions |
| @@ -1238,7 +1983,7 @@ | |||
| 1238 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: | 1983 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: |
| 1239 | test on nullhost may return warning or error | 1984 | test on nullhost may return warning or error |
| 1240 | 1985 | ||
| 1241 | 2000-12-01 karldebisschop <karldebisschop> | 1986 | 2000-12-01 kdebisschop |
| 1242 | 1987 | ||
| 1243 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c: | 1988 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c: |
| 1244 | typo - fix dns left trim on bind 9 | 1989 | typo - fix dns left trim on bind 9 |
| @@ -1279,7 +2024,7 @@ | |||
| 1279 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: | 2024 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: |
| 1280 | checks RRD data (for use with cricket) | 2025 | checks RRD data (for use with cricket) |
| 1281 | 2026 | ||
| 1282 | 2000-12-01 karldebisschop <karldebisschop@skillet.infoplease.com> | 2027 | 2000-12-01 kdebisschop |
| 1283 | 2028 | ||
| 1284 | * /cvsroot/netsaintplug/netsaintplug/package.def: 1.2.9-beta3 | 2029 | * /cvsroot/netsaintplug/netsaintplug/package.def: 1.2.9-beta3 |
| 1285 | 2030 | ||
| @@ -1315,7 +2060,7 @@ | |||
| 1315 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: | 2060 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: |
| 1316 | checks RRD data (for use with cricket) | 2061 | checks RRD data (for use with cricket) |
| 1317 | 2062 | ||
| 1318 | 2000-12-01 karldebisschop <karldebisschop@skillet.infoplease.com> | 2063 | 2000-12-01 kdebisschop |
| 1319 | 2064 | ||
| 1320 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2065 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 1321 | add argsument-array option to check_procs | 2066 | add argsument-array option to check_procs |
| @@ -1338,7 +2083,7 @@ | |||
| 1338 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: | 2083 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_rrd_data.pl: |
| 1339 | checks RRD data (for use with cricket) | 2084 | checks RRD data (for use with cricket) |
| 1340 | 2085 | ||
| 1341 | 2000-11-30 karldebisschop <karldebisschop@skillet.infoplease.com> | 2086 | 2000-11-30 kdebisschop |
| 1342 | 2087 | ||
| 1343 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2088 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 1344 | fix typo, indent | 2089 | fix typo, indent |
| @@ -1346,19 +2091,19 @@ | |||
| 1346 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2091 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 1347 | don't trigger warning for Redhat 7 ping output on stderr (Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP) | 2092 | don't trigger warning for Redhat 7 ping output on stderr (Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP) |
| 1348 | 2093 | ||
| 1349 | 2000-11-28 karldebisschop <karldebisschop@skillet.infoplease.com> | 2094 | 2000-11-28 kdebisschop |
| 1350 | 2095 | ||
| 1351 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: indent | 2096 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: indent |
| 1352 | 2097 | ||
| 1353 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2098 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 1354 | remove line continuations | 2099 | remove line continuations |
| 1355 | 2100 | ||
| 1356 | 2000-11-18 karldebisschop <karldebisschop@skillet.infoplease.com> | 2101 | 2000-11-18 kdebisschop |
| 1357 | 2102 | ||
| 1358 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl: | 2103 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl: |
| 1359 | add option for workgroups | 2104 | add option for workgroups |
| 1360 | 2105 | ||
| 1361 | 2000-11-17 karldebisschop <karldebisschop@skillet.infoplease.com> | 2106 | 2000-11-17 kdebisschop |
| 1362 | 2107 | ||
| 1363 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: | 2108 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: |
| 1364 | run `indent -ts2 -sob check_disk.c` | 2109 | run `indent -ts2 -sob check_disk.c` |
| @@ -1366,7 +2111,7 @@ | |||
| 1366 | * /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in: | 2111 | * /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in: |
| 1367 | typo in #ifndef HAVE_STROL | 2112 | typo in #ifndef HAVE_STROL |
| 1368 | 2113 | ||
| 1369 | 2000-11-16 karldebisschop <karldebisschop@skillet.infoplease.com> | 2114 | 2000-11-16 kdebisschop |
| 1370 | 2115 | ||
| 1371 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: run indent | 2116 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: run indent |
| 1372 | fix bugs on solaris | 2117 | fix bugs on solaris |
| @@ -1382,17 +2127,17 @@ | |||
| 1382 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: | 2127 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: |
| 1383 | explicitly initialize eval_method array | 2128 | explicitly initialize eval_method array |
| 1384 | 2129 | ||
| 1385 | 2000-11-15 hgayosso <hgayosso@skillet.infoplease.com> | 2130 | 2000-11-15 hgayosso |
| 1386 | 2131 | ||
| 1387 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2132 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 1388 | Added examples for: check_reply and check_radius. | 2133 | Added examples for: check_reply and check_radius. |
| 1389 | 2134 | ||
| 1390 | 2000-11-08 karldebisschop <karldebisschop@skillet.infoplease.com> | 2135 | 2000-11-08 kdebisschop |
| 1391 | 2136 | ||
| 1392 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_joy.sh: | 2137 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_joy.sh: |
| 1393 | checks joystick port | 2138 | checks joystick port |
| 1394 | 2139 | ||
| 1395 | 2000-11-07 karldebisschop <karldebisschop@skillet.infoplease.com> | 2140 | 2000-11-07 kdebisschop |
| 1396 | 2141 | ||
| 1397 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c: fix segfault | 2142 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c: fix segfault |
| 1398 | 2143 | ||
| @@ -1402,12 +2147,12 @@ | |||
| 1402 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2147 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 1403 | automatically increase timeout if critical treshold is greater than crta | 2148 | automatically increase timeout if critical treshold is greater than crta |
| 1404 | 2149 | ||
| 1405 | 2000-11-03 karldebisschop <karldebisschop@skillet.infoplease.com> | 2150 | 2000-11-03 kdebisschop |
| 1406 | 2151 | ||
| 1407 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 2152 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
| 1408 | fis segfault looking for EOL on stripped line | 2153 | fis segfault looking for EOL on stripped line |
| 1409 | 2154 | ||
| 1410 | 2000-10-25 karldebisschop <karldebisschop@skillet.infoplease.com> | 2155 | 2000-10-25 kdebisschop |
| 1411 | 2156 | ||
| 1412 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: automatic update | 2157 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: automatic update |
| 1413 | 2158 | ||
| @@ -1415,7 +2160,7 @@ | |||
| 1415 | move a slight bit closer to SSH protocal compliance | 2160 | move a slight bit closer to SSH protocal compliance |
| 1416 | needs much more work | 2161 | needs much more work |
| 1417 | 2162 | ||
| 1418 | 2000-10-25 karldebisschop <karldebisschop> | 2163 | 2000-10-25 kdebisschop |
| 1419 | 2164 | ||
| 1420 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: cleanup | 2165 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: cleanup |
| 1421 | move a slight bit closer to SSH protocal compliance | 2166 | move a slight bit closer to SSH protocal compliance |
| @@ -1425,7 +2170,7 @@ | |||
| 1425 | change type of counter 'i' to int | 2170 | change type of counter 'i' to int |
| 1426 | allow = in url query string | 2171 | allow = in url query string |
| 1427 | 2172 | ||
| 1428 | 2000-10-11 karldebisschop <karldebisschop> | 2173 | 2000-10-11 kdebisschop |
| 1429 | 2174 | ||
| 1430 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c: | 2175 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c: |
| 1431 | allow expiration to be optional | 2176 | allow expiration to be optional |
| @@ -1454,12 +2199,12 @@ | |||
| 1454 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: | 2199 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: |
| 1455 | cleanup arrays for '-u' and '-l' options | 2200 | cleanup arrays for '-u' and '-l' options |
| 1456 | 2201 | ||
| 1457 | 2000-10-10 karldebisschop <karldebisschop> | 2202 | 2000-10-10 kdebisschop |
| 1458 | 2203 | ||
| 1459 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 2204 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
| 1460 | fix count of expect strings | 2205 | fix count of expect strings |
| 1461 | 2206 | ||
| 1462 | 2000-10-06 karldebisschop <karldebisschop> | 2207 | 2000-10-06 kdebisschop |
| 1463 | 2208 | ||
| 1464 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl: | 2209 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl: |
| 1465 | missing comma | 2210 | missing comma |
| @@ -1482,19 +2227,19 @@ | |||
| 1482 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 2227 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
| 1483 | additional fixes for munged multiple expect loop | 2228 | additional fixes for munged multiple expect loop |
| 1484 | 2229 | ||
| 1485 | 2000-10-02 karldebisschop <karldebisschop> | 2230 | 2000-10-02 kdebisschop |
| 1486 | 2231 | ||
| 1487 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 2232 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
| 1488 | fix bug in server expect code, due to bad logic in testing for | 2233 | fix bug in server expect code, due to bad logic in testing for |
| 1489 | alternative expects for check_nntp | 2234 | alternative expects for check_nntp |
| 1490 | 2235 | ||
| 1491 | 2000-09-27 karldebisschop <karldebisschop> | 2236 | 2000-09-27 kdebisschop |
| 1492 | 2237 | ||
| 1493 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2238 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 1494 | fix some extraneous linefeeds | 2239 | fix some extraneous linefeeds |
| 1495 | fix missing leading dots in a few SNMP OIDs | 2240 | fix missing leading dots in a few SNMP OIDs |
| 1496 | 2241 | ||
| 1497 | 2000-09-25 karldebisschop <karldebisschop> | 2242 | 2000-09-25 kdebisschop |
| 1498 | 2243 | ||
| 1499 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 2244 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
| 1500 | make a separate distrib directory to run 'make dist' | 2245 | make a separate distrib directory to run 'make dist' |
| @@ -1505,7 +2250,7 @@ | |||
| 1505 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 2250 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
| 1506 | set cmd to NULL when there are characters left, but they are all whitespace | 2251 | set cmd to NULL when there are characters left, but they are all whitespace |
| 1507 | 2252 | ||
| 1508 | 2000-09-24 karldebisschop <karldebisschop> | 2253 | 2000-09-24 kdebisschop |
| 1509 | 2254 | ||
| 1510 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 2255 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
| 1511 | something funky in check_time failure mode -- remove tests for now | 2256 | something funky in check_time failure mode -- remove tests for now |
| @@ -1516,7 +2261,7 @@ | |||
| 1516 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: | 2261 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: |
| 1517 | give CRITICAL|WARNING on connect failures only if connect-time checking used | 2262 | give CRITICAL|WARNING on connect failures only if connect-time checking used |
| 1518 | 2263 | ||
| 1519 | 2000-09-24 karldebisschop <karldebisschop> | 2264 | 2000-09-24 kdebisschop |
| 1520 | 2265 | ||
| 1521 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 2266 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
| 1522 | something funky in check_time failure mode -- remove tests for now | 2267 | something funky in check_time failure mode -- remove tests for now |
| @@ -1527,12 +2272,12 @@ | |||
| 1527 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: | 2272 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: |
| 1528 | give CRITICAL|WARNING on connect failures only if connect-time checking used | 2273 | give CRITICAL|WARNING on connect failures only if connect-time checking used |
| 1529 | 2274 | ||
| 1530 | 2000-09-21 karldebisschop <karldebisschop> | 2275 | 2000-09-21 kdebisschop |
| 1531 | 2276 | ||
| 1532 | * /cvsroot/netsaintplug/netsaintplug/aclocal.m4, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/getopt1.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.h, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: | 2277 | * /cvsroot/netsaintplug/netsaintplug/aclocal.m4, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/getopt1.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.h, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: |
| 1533 | provide getopt_long for those OS's that do not have it | 2278 | provide getopt_long for those OS's that do not have it |
| 1534 | 2279 | ||
| 1535 | 2000-09-20 karldebisschop <karldebisschop> | 2280 | 2000-09-20 kdebisschop |
| 1536 | 2281 | ||
| 1537 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 2282 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
| 1538 | plugin now warns if server is not present | 2283 | plugin now warns if server is not present |
| @@ -1551,13 +2296,13 @@ | |||
| 1551 | fix missed token in reverse-compatibility mode | 2296 | fix missed token in reverse-compatibility mode |
| 1552 | help was completely worng | 2297 | help was completely worng |
| 1553 | 2298 | ||
| 1554 | 2000-09-18 karldebisschop <karldebisschop> | 2299 | 2000-09-18 kdebisschop |
| 1555 | 2300 | ||
| 1556 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 2301 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
| 1557 | look for error codes oonly at beginning of string | 2302 | look for error codes oonly at beginning of string |
| 1558 | add option to switch to MODE READER | 2303 | add option to switch to MODE READER |
| 1559 | 2304 | ||
| 1560 | 2000-09-14 karldebisschop <karldebisschop> | 2305 | 2000-09-14 kdebisschop |
| 1561 | 2306 | ||
| 1562 | * /cvsroot/netsaintplug/netsaintplug/INSTALL: | 2307 | * /cvsroot/netsaintplug/netsaintplug/INSTALL: |
| 1563 | Use list as primry contact, not Ethan | 2308 | Use list as primry contact, not Ethan |
| @@ -1567,7 +2312,7 @@ | |||
| 1567 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2312 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 1568 | add 'mdev' to output forms to scan | 2313 | add 'mdev' to output forms to scan |
| 1569 | 2314 | ||
| 1570 | 2000-09-13 karldebisschop <karldebisschop> | 2315 | 2000-09-13 kdebisschop |
| 1571 | 2316 | ||
| 1572 | * /cvsroot/netsaintplug/netsaintplug/test.pl.in: | 2317 | * /cvsroot/netsaintplug/netsaintplug/test.pl.in: |
| 1573 | get path a little closer to working on solaris with build dirs | 2318 | get path a little closer to working on solaris with build dirs |
| @@ -1581,7 +2326,7 @@ | |||
| 1581 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2326 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 1582 | authentication for SSL | 2327 | authentication for SSL |
| 1583 | 2328 | ||
| 1584 | 2000-09-12 karldebisschop <karldebisschop> | 2329 | 2000-09-12 kdebisschop |
| 1585 | 2330 | ||
| 1586 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t: | 2331 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t: |
| 1587 | better nessages when errors are found | 2332 | better nessages when errors are found |
| @@ -1596,7 +2341,7 @@ | |||
| 1596 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: | 2341 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: |
| 1597 | print better messages on failure | 2342 | print better messages on failure |
| 1598 | 2343 | ||
| 1599 | 2000-09-11 karldebisschop <karldebisschop> | 2344 | 2000-09-11 kdebisschop |
| 1600 | 2345 | ||
| 1601 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: beta 1 | 2346 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: beta 1 |
| 1602 | 2347 | ||
| @@ -1622,7 +2367,7 @@ | |||
| 1622 | don't check output when testing against nullhost or noserver | 2367 | don't check output when testing against nullhost or noserver |
| 1623 | - there are just too many variants | 2368 | - there are just too many variants |
| 1624 | 2369 | ||
| 1625 | 2000-09-11 karldebisschop <karldebisschop> | 2370 | 2000-09-11 kdebisschop |
| 1626 | 2371 | ||
| 1627 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/package.def: | 2372 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/package.def: |
| 1628 | 1.2.9-b1 | 2373 | 1.2.9-b1 |
| @@ -1651,12 +2396,12 @@ | |||
| 1651 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: | 2396 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: |
| 1652 | don't check output string when testing nullhost | 2397 | don't check output string when testing nullhost |
| 1653 | 2398 | ||
| 1654 | 2000-09-10 karldebisschop <karldebisschop> | 2399 | 2000-09-10 kdebisschop |
| 1655 | 2400 | ||
| 1656 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2401 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 1657 | bug killing 'ssl' twice cause segfault | 2402 | bug killing 'ssl' twice cause segfault |
| 1658 | 2403 | ||
| 1659 | 2000-09-07 karldebisschop <karldebisschop> | 2404 | 2000-09-07 kdebisschop |
| 1660 | 2405 | ||
| 1661 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dig.c: | 2406 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dig.c: |
| 1662 | decalaration was moved into autoconf | 2407 | decalaration was moved into autoconf |
| @@ -1692,12 +2437,12 @@ | |||
| 1692 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2437 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 1693 | PS_RAW_COMMAND needs to look at full path | 2438 | PS_RAW_COMMAND needs to look at full path |
| 1694 | 2439 | ||
| 1695 | 2000-09-06 karldebisschop <karldebisschop> | 2440 | 2000-09-06 kdebisschop |
| 1696 | 2441 | ||
| 1697 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2442 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 1698 | use ssprintf function to formulate command | 2443 | use ssprintf function to formulate command |
| 1699 | 2444 | ||
| 1700 | 2000-09-01 karldebisschop <karldebisschop> | 2445 | 2000-09-01 kdebisschop |
| 1701 | 2446 | ||
| 1702 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 2447 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
| 1703 | accidentally dropped ! | 2448 | accidentally dropped ! |
| @@ -1705,7 +2450,7 @@ | |||
| 1705 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 2450 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
| 1706 | add verbose printf's and checnge NNRP to NNTP | 2451 | add verbose printf's and checnge NNRP to NNTP |
| 1707 | 2452 | ||
| 1708 | 2000-09-01 karldebisschop <kdebisschop> | 2453 | 2000-09-01 kdebisschop |
| 1709 | 2454 | ||
| 1710 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: | 2455 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: |
| 1711 | escape = for nawk (AIX) | 2456 | escape = for nawk (AIX) |
| @@ -1725,7 +2470,7 @@ | |||
| 1725 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t: | 2470 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t: |
| 1726 | handle multiple line output | 2471 | handle multiple line output |
| 1727 | 2472 | ||
| 1728 | 2000-08-31 karldebisschop <kdebisschop> | 2473 | 2000-08-31 kdebisschop |
| 1729 | 2474 | ||
| 1730 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am: add acconfig.h | 2475 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am: add acconfig.h |
| 1731 | 2476 | ||
| @@ -1743,7 +2488,7 @@ | |||
| 1743 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2488 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 1744 | was reallocing the wrong thing | 2489 | was reallocing the wrong thing |
| 1745 | 2490 | ||
| 1746 | 2000-08-31 karldebisschop <kdebisschop> | 2491 | 2000-08-31 kdebisschop |
| 1747 | 2492 | ||
| 1748 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl: | 2493 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl: |
| 1749 | add space in '$Revision$' to make emacs perl-maode work right | 2494 | add space in '$Revision$' to make emacs perl-maode work right |
| @@ -1766,7 +2511,7 @@ | |||
| 1766 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t: | 2511 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t: |
| 1767 | always return 0 if called from Test::Harness | 2512 | always return 0 if called from Test::Harness |
| 1768 | 2513 | ||
| 1769 | 2000-08-30 karldebisschop <kdebisschop> | 2514 | 2000-08-30 kdebisschop |
| 1770 | 2515 | ||
| 1771 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: | 2516 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: |
| 1772 | fix test environment | 2517 | fix test environment |
| @@ -1777,7 +2522,7 @@ | |||
| 1777 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2522 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 1778 | get check_disk to build on cygwin | 2523 | get check_disk to build on cygwin |
| 1779 | 2524 | ||
| 1780 | 2000-08-28 karldebisschop <kdebisschop> | 2525 | 2000-08-28 kdebisschop |
| 1781 | 2526 | ||
| 1782 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: autoupdate | 2527 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: autoupdate |
| 1783 | 2528 | ||
| @@ -1806,7 +2551,7 @@ | |||
| 1806 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: | 2551 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: |
| 1807 | test -h, -V, --help, --version, and check for correct PROGNAME | 2552 | test -h, -V, --help, --version, and check for correct PROGNAME |
| 1808 | 2553 | ||
| 1809 | 2000-08-28 karldebisschop <kdebisschop> | 2554 | 2000-08-28 kdebisschop |
| 1810 | 2555 | ||
| 1811 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: use Helper | 2556 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: use Helper |
| 1812 | 2557 | ||
| @@ -1833,7 +2578,7 @@ | |||
| 1833 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: | 2578 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: |
| 1834 | test -h, -V, --help, --version, and check for correct PROGNAME | 2579 | test -h, -V, --help, --version, and check for correct PROGNAME |
| 1835 | 2580 | ||
| 1836 | 2000-08-28 karldebisschop <kdebisschop> | 2581 | 2000-08-28 kdebisschop |
| 1837 | 2582 | ||
| 1838 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 2583 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
| 1839 | use udp_hostname instead of localhost | 2584 | use udp_hostname instead of localhost |
| @@ -1865,7 +2610,7 @@ | |||
| 1865 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2610 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 1866 | PS_COMMAND checks for debian | 2611 | PS_COMMAND checks for debian |
| 1867 | 2612 | ||
| 1868 | 2000-08-25 karldebisschop <kdebisschop> | 2613 | 2000-08-25 kdebisschop |
| 1869 | 2614 | ||
| 1870 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: | 2615 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: |
| 1871 | chieck_by_ssh should also be in extras | 2616 | chieck_by_ssh should also be in extras |
| @@ -1887,7 +2632,7 @@ | |||
| 1887 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: | 2632 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: |
| 1888 | check times, variable packet size | 2633 | check times, variable packet size |
| 1889 | 2634 | ||
| 1890 | 2000-08-25 karldebisschop <kdebisschop> | 2635 | 2000-08-25 kdebisschop |
| 1891 | 2636 | ||
| 1892 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: update | 2637 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: update |
| 1893 | 2638 | ||
| @@ -1906,7 +2651,7 @@ | |||
| 1906 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: | 2651 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: |
| 1907 | check times, variable packet size | 2652 | check times, variable packet size |
| 1908 | 2653 | ||
| 1909 | 2000-08-23 karldebisschop <kdebisschop> | 2654 | 2000-08-23 kdebisschop |
| 1910 | 2655 | ||
| 1911 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2656 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 1912 | 1.2.9 alpha 5 | 2657 | 1.2.9 alpha 5 |
| @@ -1933,7 +2678,7 @@ | |||
| 1933 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t: | 2678 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t: |
| 1934 | Should now answer for any of check_(imap|pop|smtp|udp|tcp|reply) | 2679 | Should now answer for any of check_(imap|pop|smtp|udp|tcp|reply) |
| 1935 | 2680 | ||
| 1936 | 2000-08-22 karldebisschop <kdebisschop> | 2681 | 2000-08-22 kdebisschop |
| 1937 | 2682 | ||
| 1938 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c: | 2683 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c: |
| 1939 | HOUX reveals bug with PROC_LOADAVG logic | 2684 | HOUX reveals bug with PROC_LOADAVG logic |
| @@ -1950,7 +2695,7 @@ | |||
| 1950 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: | 2695 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: |
| 1951 | need to install utils.pm and utils.sh | 2696 | need to install utils.pm and utils.sh |
| 1952 | 2697 | ||
| 1953 | 2000-08-18 karldebisschop <kdebisschop> | 2698 | 2000-08-18 kdebisschop |
| 1954 | 2699 | ||
| 1955 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2700 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 1956 | last few things to get rpm working for 1.2.9-a4 | 2701 | last few things to get rpm working for 1.2.9-a4 |
| @@ -1963,7 +2708,7 @@ | |||
| 1963 | update spec for 1.2.9a4 | 2708 | update spec for 1.2.9a4 |
| 1964 | add Helper.pm to dist | 2709 | add Helper.pm to dist |
| 1965 | 2710 | ||
| 1966 | 2000-08-17 karldebisschop <kdebisschop> | 2711 | 2000-08-17 kdebisschop |
| 1967 | 2712 | ||
| 1968 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: | 2713 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: |
| 1969 | output does not begin with ./ | 2714 | output does not begin with ./ |
| @@ -1974,7 +2719,7 @@ | |||
| 1974 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2719 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 1975 | standard option handling for shell scripts | 2720 | standard option handling for shell scripts |
| 1976 | 2721 | ||
| 1977 | 2000-08-16 karldebisschop <kdebisschop> | 2722 | 2000-08-16 kdebisschop |
| 1978 | 2723 | ||
| 1979 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t: | 2724 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t: |
| 1980 | tcp: don't scan unless --expect or --send | 2725 | tcp: don't scan unless --expect or --send |
| @@ -1983,12 +2728,12 @@ | |||
| 1983 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/package.def, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2728 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/package.def, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 1984 | lost correct release tracking with change to automake - fixed | 2729 | lost correct release tracking with change to automake - fixed |
| 1985 | 2730 | ||
| 1986 | 2000-08-15 karldebisschop <kdebisschop> | 2731 | 2000-08-15 kdebisschop |
| 1987 | 2732 | ||
| 1988 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_breeze.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 2733 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_breeze.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
| 1989 | convert to getopt | 2734 | convert to getopt |
| 1990 | 2735 | ||
| 1991 | 2000-08-12 karldebisschop <kdebisschop> | 2736 | 2000-08-12 kdebisschop |
| 1992 | 2737 | ||
| 1993 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 2738 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
| 1994 | conversion to getopt and automake | 2739 | conversion to getopt and automake |
| @@ -1999,12 +2744,12 @@ | |||
| 1999 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c: | 2744 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c: |
| 2000 | obsolete - functionanlity added to check_tcp | 2745 | obsolete - functionanlity added to check_tcp |
| 2001 | 2746 | ||
| 2002 | 2000-08-11 karldebisschop <kdebisschop> | 2747 | 2000-08-11 kdebisschop |
| 2003 | 2748 | ||
| 2004 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec: | 2749 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec: |
| 2005 | conversion to standard options syntax | 2750 | conversion to standard options syntax |
| 2006 | 2751 | ||
| 2007 | 2000-08-10 karldebisschop <kdebisschop> | 2752 | 2000-08-10 kdebisschop |
| 2008 | 2753 | ||
| 2009 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: | 2754 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: |
| 2010 | complete change to getopt | 2755 | complete change to getopt |
| @@ -2018,7 +2763,7 @@ | |||
| 2018 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c: | 2763 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c: |
| 2019 | convert to getopt | 2764 | convert to getopt |
| 2020 | 2765 | ||
| 2021 | 2000-08-08 karldebisschop <kdebisschop> | 2766 | 2000-08-08 kdebisschop |
| 2022 | 2767 | ||
| 2023 | * /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/.cvsignore, /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 2768 | * /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/.cvsignore, /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
| 2024 | Makefile.in is built by automake | 2769 | Makefile.in is built by automake |
| @@ -2042,12 +2787,12 @@ | |||
| 2042 | * /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t: | 2787 | * /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t: |
| 2043 | convert to automake | 2788 | convert to automake |
| 2044 | 2789 | ||
| 2045 | 2000-08-04 karldebisschop <kdebisschop> | 2790 | 2000-08-04 kdebisschop |
| 2046 | 2791 | ||
| 2047 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 2792 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
| 2048 | needed for cygwin, other systems that don't meet SVr4 or BSD4.3 | 2793 | needed for cygwin, other systems that don't meet SVr4 or BSD4.3 |
| 2049 | 2794 | ||
| 2050 | 2000-08-03 karldebisschop <kdebisschop> | 2795 | 2000-08-03 kdebisschop |
| 2051 | 2796 | ||
| 2052 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore: | 2797 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore: |
| 2053 | prep for automake | 2798 | prep for automake |
| @@ -2072,7 +2817,7 @@ | |||
| 2072 | 2817 | ||
| 2073 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h: use autoheader | 2818 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h: use autoheader |
| 2074 | 2819 | ||
| 2075 | 2000-08-02 karldebisschop <kdebisschop> | 2820 | 2000-08-02 kdebisschop |
| 2076 | 2821 | ||
| 2077 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/version.h.in: | 2822 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/version.h.in: |
| 2078 | get rid of common/*.h | 2823 | get rid of common/*.h |
| @@ -2095,12 +2840,12 @@ | |||
| 2095 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2840 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 2096 | reorganize LIBS to use as .IGNORED deps -- -L/usr/lib must be in LDFLAGS | 2841 | reorganize LIBS to use as .IGNORED deps -- -L/usr/lib must be in LDFLAGS |
| 2097 | 2842 | ||
| 2098 | 2000-07-30 hgayosso <hgayosso> | 2843 | 2000-07-30 hgayosso |
| 2099 | 2844 | ||
| 2100 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2845 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 2101 | Added examples for: check_nmap. | 2846 | Added examples for: check_nmap. |
| 2102 | 2847 | ||
| 2103 | 2000-07-29 karldebisschop <kdebisschop> | 2848 | 2000-07-29 kdebisschop |
| 2104 | 2849 | ||
| 2105 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: add sparc64 | 2850 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: add sparc64 |
| 2106 | 2851 | ||
| @@ -2121,12 +2866,12 @@ | |||
| 2121 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2866 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 2122 | better way of doing is_int | 2867 | better way of doing is_int |
| 2123 | 2868 | ||
| 2124 | 2000-07-26 karldebisschop <kdebisschop> | 2869 | 2000-07-26 kdebisschop |
| 2125 | 2870 | ||
| 2126 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 2871 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
| 2127 | ignore arch-specific build directories | 2872 | ignore arch-specific build directories |
| 2128 | 2873 | ||
| 2129 | 2000-07-25 karldebisschop <kdebisschop> | 2874 | 2000-07-25 kdebisschop |
| 2130 | 2875 | ||
| 2131 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c: | 2876 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c: |
| 2132 | convert to getopt | 2877 | convert to getopt |
| @@ -2142,7 +2887,7 @@ | |||
| 2142 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: | 2887 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: |
| 2143 | delete extra printf | 2888 | delete extra printf |
| 2144 | 2889 | ||
| 2145 | 2000-07-23 karldebisschop <kdebisschop> | 2890 | 2000-07-23 kdebisschop |
| 2146 | 2891 | ||
| 2147 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 2892 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
| 2148 | improve documentation of -i option and its use | 2893 | improve documentation of -i option and its use |
| @@ -2150,7 +2895,7 @@ | |||
| 2150 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: | 2895 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: |
| 2151 | add -_ to acceptable cahracters in commad name | 2896 | add -_ to acceptable cahracters in commad name |
| 2152 | 2897 | ||
| 2153 | 2000-07-21 karldebisschop <kdebisschop> | 2898 | 2000-07-21 kdebisschop |
| 2154 | 2899 | ||
| 2155 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2900 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
| 2156 | we use explicit path with new subst script | 2901 | we use explicit path with new subst script |
| @@ -2161,7 +2906,7 @@ | |||
| 2161 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2906 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 2162 | use -H where possible, change @libexec@ to @libexecdir@ | 2907 | use -H where possible, change @libexec@ to @libexecdir@ |
| 2163 | 2908 | ||
| 2164 | 2000-07-20 karldebisschop <kdebisschop> | 2909 | 2000-07-20 kdebisschop |
| 2165 | 2910 | ||
| 2166 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2911 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
| 2167 | taint checking for -p option | 2912 | taint checking for -p option |
| @@ -2178,7 +2923,7 @@ | |||
| 2178 | * /cvsroot/netsaintplug/netsaintplug/package.def: | 2923 | * /cvsroot/netsaintplug/netsaintplug/package.def: |
| 2179 | defines package release | 2924 | defines package release |
| 2180 | 2925 | ||
| 2181 | 2000-07-19 karldebisschop <kdebisschop> | 2926 | 2000-07-19 kdebisschop |
| 2182 | 2927 | ||
| 2183 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: | 2928 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: |
| 2184 | remove debugging printf | 2929 | remove debugging printf |
| @@ -2199,7 +2944,7 @@ | |||
| 2199 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: | 2944 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: |
| 2200 | send ident string (suppresses server error) | 2945 | send ident string (suppresses server error) |
| 2201 | 2946 | ||
| 2202 | 2000-07-17 karldebisschop <kdebisschop> | 2947 | 2000-07-17 kdebisschop |
| 2203 | 2948 | ||
| 2204 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 2949 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
| 2205 | use utils.py | 2950 | use utils.py |
| @@ -2211,7 +2956,7 @@ | |||
| 2211 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 2956 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
| 2212 | perl script essential functions | 2957 | perl script essential functions |
| 2213 | 2958 | ||
| 2214 | 2000-07-15 karldebisschop <kdebisschop> | 2959 | 2000-07-15 kdebisschop |
| 2215 | 2960 | ||
| 2216 | * /cvsroot/netsaintplug/netsaintplug/contrib/utils.py: | 2961 | * /cvsroot/netsaintplug/netsaintplug/contrib/utils.py: |
| 2217 | user contribution | 2962 | user contribution |
| @@ -2221,7 +2966,7 @@ | |||
| 2221 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: | 2966 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: |
| 2222 | closing in on consiostent options, etc | 2967 | closing in on consiostent options, etc |
| 2223 | 2968 | ||
| 2224 | 2000-07-14 karldebisschop <kdebisschop> | 2969 | 2000-07-14 kdebisschop |
| 2225 | 2970 | ||
| 2226 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz: | 2971 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz: |
| 2227 | This was in core | 2972 | This was in core |
| @@ -2235,13 +2980,13 @@ | |||
| 2235 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: | 2980 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: |
| 2236 | contributor revisions | 2981 | contributor revisions |
| 2237 | 2982 | ||
| 2238 | 2000-07-13 karldebisschop <kdebisschop> | 2983 | 2000-07-13 kdebisschop |
| 2239 | 2984 | ||
| 2240 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 2985 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
| 2241 | if xntpdc is present, check dispersion | 2986 | if xntpdc is present, check dispersion |
| 2242 | set $state to be integer so compares can be done | 2987 | set $state to be integer so compares can be done |
| 2243 | 2988 | ||
| 2244 | 2000-07-12 karldebisschop <kdebisschop> | 2989 | 2000-07-12 kdebisschop |
| 2245 | 2990 | ||
| 2246 | * /cvsroot/netsaintplug/netsaintplug/rpm: typo in macro for srcrpmdir | 2991 | * /cvsroot/netsaintplug/netsaintplug/rpm: typo in macro for srcrpmdir |
| 2247 | 2992 | ||
| @@ -2293,13 +3038,13 @@ | |||
| 2293 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: | 3038 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: |
| 2294 | use comma for pairs of options, reserve colon for ranges | 3039 | use comma for pairs of options, reserve colon for ranges |
| 2295 | 3040 | ||
| 2296 | 2000-07-12 hgayosso <hgayosso> | 3041 | 2000-07-12 hgayosso |
| 2297 | 3042 | ||
| 2298 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 3043 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 2299 | Added command examples for: check_fping, check_game, check_imap, check_rpc. | 3044 | Added command examples for: check_fping, check_game, check_imap, check_rpc. |
| 2300 | Changed one `/bin/printf' for `/bin/echo -e'. (hgayosso) | 3045 | Changed one `/bin/printf' for `/bin/echo -e'. (hgayosso) |
| 2301 | 3046 | ||
| 2302 | 2000-07-11 karldebisschop <kdebisschop> | 3047 | 2000-07-11 kdebisschop |
| 2303 | 3048 | ||
| 2304 | * /cvsroot/netsaintplug/netsaintplug/REQUIREMENTS: add check_radius | 3049 | * /cvsroot/netsaintplug/netsaintplug/REQUIREMENTS: add check_radius |
| 2305 | 3050 | ||
| @@ -2312,7 +3057,7 @@ | |||
| 2312 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c: | 3057 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c: |
| 2313 | convert to getopt | 3058 | convert to getopt |
| 2314 | 3059 | ||
| 2315 | 2000-07-07 karldebisschop <kdebisschop> | 3060 | 2000-07-07 kdebisschop |
| 2316 | 3061 | ||
| 2317 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 3062 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
| 2318 | make output a little more standard | 3063 | make output a little more standard |
| @@ -2327,7 +3072,7 @@ | |||
| 2327 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_mem.pl: | 3072 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_mem.pl: |
| 2328 | check memory (written on BSD) | 3073 | check memory (written on BSD) |
| 2329 | 3074 | ||
| 2330 | 2000-07-06 karldebisschop <kdebisschop> | 3075 | 2000-07-06 kdebisschop |
| 2331 | 3076 | ||
| 2332 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: typos in docs | 3077 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: typos in docs |
| 2333 | 3078 | ||
| @@ -2343,7 +3088,7 @@ | |||
| 2343 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3088 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2344 | this mod is wrong - it will go away | 3089 | this mod is wrong - it will go away |
| 2345 | 3090 | ||
| 2346 | 2000-07-05 karldebisschop <kdebisschop> | 3091 | 2000-07-05 kdebisschop |
| 2347 | 3092 | ||
| 2348 | * /cvsroot/netsaintplug/netsaintplug/Changelog, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: | 3093 | * /cvsroot/netsaintplug/netsaintplug/Changelog, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: |
| 2349 | 1.2.9-a1 cleanup | 3094 | 1.2.9-a1 cleanup |
| @@ -2351,12 +3096,12 @@ | |||
| 2351 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 3096 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
| 2352 | fix usage statement | 3097 | fix usage statement |
| 2353 | 3098 | ||
| 2354 | 2000-07-04 karldebisschop <kdebisschop> | 3099 | 2000-07-04 kdebisschop |
| 2355 | 3100 | ||
| 2356 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c: | 3101 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c: |
| 2357 | convert to getopt | 3102 | convert to getopt |
| 2358 | 3103 | ||
| 2359 | 2000-07-03 karldebisschop <kdebisschop> | 3104 | 2000-07-03 kdebisschop |
| 2360 | 3105 | ||
| 2361 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 3106 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
| 2362 | minor bug fixes | 3107 | minor bug fixes |
| @@ -2394,7 +3139,7 @@ | |||
| 2394 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 3139 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
| 2395 | functional multichecks, still need to tweak args | 3140 | functional multichecks, still need to tweak args |
| 2396 | 3141 | ||
| 2397 | 2000-06-30 karldebisschop <kdebisschop> | 3142 | 2000-06-30 kdebisschop |
| 2398 | 3143 | ||
| 2399 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3144 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 2400 | better error trapping for strscpy and strscat | 3145 | better error trapping for strscpy and strscat |
| @@ -2403,7 +3148,7 @@ | |||
| 2403 | further work on checking multiple partitions - some cleanup left, | 3148 | further work on checking multiple partitions - some cleanup left, |
| 2404 | plus documentation | 3149 | plus documentation |
| 2405 | 3150 | ||
| 2406 | 2000-06-29 karldebisschop <kdebisschop> | 3151 | 2000-06-29 kdebisschop |
| 2407 | 3152 | ||
| 2408 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: | 3153 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: |
| 2409 | snapshot working toward multidisk checks | 3154 | snapshot working toward multidisk checks |
| @@ -2411,7 +3156,7 @@ | |||
| 2411 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3156 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 2412 | next snapshot for passive multichecks | 3157 | next snapshot for passive multichecks |
| 2413 | 3158 | ||
| 2414 | 2000-06-28 karldebisschop <kdebisschop> | 3159 | 2000-06-28 kdebisschop |
| 2415 | 3160 | ||
| 2416 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3161 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2417 | add new form of rta for FreeBSD | 3162 | add new form of rta for FreeBSD |
| @@ -2434,7 +3179,7 @@ | |||
| 2434 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 3179 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
| 2435 | now able to specify varlist to ps so various orders can be handled (AIX) | 3180 | now able to specify varlist to ps so various orders can be handled (AIX) |
| 2436 | 3181 | ||
| 2437 | 2000-06-27 karldebisschop <kdebisschop> | 3182 | 2000-06-27 kdebisschop |
| 2438 | 3183 | ||
| 2439 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Helper.pm, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: | 3184 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Helper.pm, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: |
| 2440 | multiplatform builds | 3185 | multiplatform builds |
| @@ -2454,12 +3199,12 @@ | |||
| 2454 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3199 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2455 | 1.2.8-4 plus switch to bzip2 | 3200 | 1.2.8-4 plus switch to bzip2 |
| 2456 | 3201 | ||
| 2457 | 2000-06-26 karldebisschop <kdebisschop> | 3202 | 2000-06-26 kdebisschop |
| 2458 | 3203 | ||
| 2459 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3204 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2460 | 1.2.8-41.2.8-41.2.8-41.2.8-4 | 3205 | 1.2.8-41.2.8-41.2.8-41.2.8-4 |
| 2461 | 3206 | ||
| 2462 | 2000-06-25 karldebisschop <kdebisschop> | 3207 | 2000-06-25 kdebisschop |
| 2463 | 3208 | ||
| 2464 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3209 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2465 | use standard POSIX getopt (only GNU supports '-' leadin for optarg | 3210 | use standard POSIX getopt (only GNU supports '-' leadin for optarg |
| @@ -2467,7 +3212,7 @@ | |||
| 2467 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: | 3212 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: |
| 2468 | possible fix for check_ping | 3213 | possible fix for check_ping |
| 2469 | 3214 | ||
| 2470 | 2000-06-23 karldebisschop <kdebisschop> | 3215 | 2000-06-23 kdebisschop |
| 2471 | 3216 | ||
| 2472 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3217 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2473 | try to get -p 1 at end of line to work | 3218 | try to get -p 1 at end of line to work |
| @@ -2475,7 +3220,7 @@ | |||
| 2475 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3220 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2476 | misplaced paren on host strlen | 3221 | misplaced paren on host strlen |
| 2477 | 3222 | ||
| 2478 | 2000-06-22 karldebisschop <kdebisschop> | 3223 | 2000-06-22 kdebisschop |
| 2479 | 3224 | ||
| 2480 | * /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/rpm: | 3225 | * /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/rpm: |
| 2481 | housekeeping for rpm builds | 3226 | housekeeping for rpm builds |
| @@ -2500,7 +3245,7 @@ | |||
| 2500 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3245 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 2501 | houskeeping | 3246 | houskeeping |
| 2502 | 3247 | ||
| 2503 | 2000-06-21 karldebisschop <kdebisschop> | 3248 | 2000-06-21 kdebisschop |
| 2504 | 3249 | ||
| 2505 | * /cvsroot/netsaintplug/netsaintplug/Changelog: regular update | 3250 | * /cvsroot/netsaintplug/netsaintplug/Changelog: regular update |
| 2506 | 3251 | ||
| @@ -2533,7 +3278,7 @@ | |||
| 2533 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3278 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2534 | first step in making SRPM more mandrake compatible | 3279 | first step in making SRPM more mandrake compatible |
| 2535 | 3280 | ||
| 2536 | 2000-06-19 karldebisschop <kdebisschop> | 3281 | 2000-06-19 kdebisschop |
| 2537 | 3282 | ||
| 2538 | * /cvsroot/netsaintplug/netsaintplug/Changelog: update | 3283 | * /cvsroot/netsaintplug/netsaintplug/Changelog: update |
| 2539 | 3284 | ||
| @@ -2542,12 +3287,12 @@ | |||
| 2542 | 3287 | ||
| 2543 | * /cvsroot/netsaintplug/netsaintplug/Changelog: typo | 3288 | * /cvsroot/netsaintplug/netsaintplug/Changelog: typo |
| 2544 | 3289 | ||
| 2545 | 2000-06-18 karldebisschop <kdebisschop> | 3290 | 2000-06-18 kdebisschop |
| 2546 | 3291 | ||
| 2547 | * /cvsroot/netsaintplug/netsaintplug/Changelog: | 3292 | * /cvsroot/netsaintplug/netsaintplug/Changelog: |
| 2548 | 1.2.8-2 -- really this time | 3293 | 1.2.8-2 -- really this time |
| 2549 | 3294 | ||
| 2550 | 2000-06-17 karldebisschop <kdebisschop> | 3295 | 2000-06-17 kdebisschop |
| 2551 | 3296 | ||
| 2552 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c: | 3297 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c: |
| 2553 | assume 20-char max size for int | 3298 | assume 20-char max size for int |
| @@ -2555,7 +3300,7 @@ | |||
| 2555 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3300 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2556 | fix DUP checking, use malloc instead of fixed length strings | 3301 | fix DUP checking, use malloc instead of fixed length strings |
| 2557 | 3302 | ||
| 2558 | 2000-06-16 karldebisschop <kdebisschop> | 3303 | 2000-06-16 kdebisschop |
| 2559 | 3304 | ||
| 2560 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3305 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 2561 | fix docs, use malloc, fix bug with warn on DUPs | 3306 | fix docs, use malloc, fix bug with warn on DUPs |
| @@ -2570,7 +3315,7 @@ | |||
| 2570 | show header, status, content separately | 3315 | show header, status, content separately |
| 2571 | do more rigorous parsing of where content starts | 3316 | do more rigorous parsing of where content starts |
| 2572 | 3317 | ||
| 2573 | 2000-06-15 karldebisschop <kdebisschop> | 3318 | 2000-06-15 kdebisschop |
| 2574 | 3319 | ||
| 2575 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: doc fix | 3320 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: doc fix |
| 2576 | 3321 | ||
| @@ -2592,7 +3337,7 @@ | |||
| 2592 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 3337 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 2593 | fix docs, add separate option for vhost | 3338 | fix docs, add separate option for vhost |
| 2594 | 3339 | ||
| 2595 | 2000-06-14 karldebisschop <kdebisschop> | 3340 | 2000-06-14 kdebisschop |
| 2596 | 3341 | ||
| 2597 | * /cvsroot/netsaintplug/netsaintplug/Changelog: dd todays changes | 3342 | * /cvsroot/netsaintplug/netsaintplug/Changelog: dd todays changes |
| 2598 | 3343 | ||
| @@ -2632,7 +3377,7 @@ | |||
| 2632 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 3377 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 2633 | clean up documentation, retabify | 3378 | clean up documentation, retabify |
| 2634 | 3379 | ||
| 2635 | 2000-06-13 karldebisschop <kdebisschop> | 3380 | 2000-06-13 kdebisschop |
| 2636 | 3381 | ||
| 2637 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/Changelog: | 3382 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/Changelog: |
| 2638 | tabify, update documentation | 3383 | tabify, update documentation |
| @@ -2658,7 +3403,7 @@ | |||
| 2658 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3403 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 2659 | dd netlibs to check_ldap | 3404 | dd netlibs to check_ldap |
| 2660 | 3405 | ||
| 2661 | 2000-06-12 karldebisschop <kdebisschop> | 3406 | 2000-06-12 kdebisschop |
| 2662 | 3407 | ||
| 2663 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 3408 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
| 2664 | convert spaces to tab stops | 3409 | convert spaces to tab stops |
| @@ -2669,7 +3414,7 @@ | |||
| 2669 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 3414 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
| 2670 | remove some GNUisms in Makefile, quote test strings | 3415 | remove some GNUisms in Makefile, quote test strings |
| 2671 | 3416 | ||
| 2672 | 2000-06-09 karldebisschop <kdebisschop> | 3417 | 2000-06-09 kdebisschop |
| 2673 | 3418 | ||
| 2674 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3419 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2675 | 1.2.8 release | 3420 | 1.2.8 release |
| @@ -2680,7 +3425,7 @@ | |||
| 2680 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 3425 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
| 2681 | patch from William Pietri | 3426 | patch from William Pietri |
| 2682 | 3427 | ||
| 2683 | 2000-06-08 karldebisschop <kdebisschop> | 3428 | 2000-06-08 kdebisschop |
| 2684 | 3429 | ||
| 2685 | * /cvsroot/netsaintplug/netsaintplug/Changelog: just getting up to date | 3430 | * /cvsroot/netsaintplug/netsaintplug/Changelog: just getting up to date |
| 2686 | 3431 | ||
| @@ -2696,7 +3441,7 @@ | |||
| 2696 | * /cvsroot/netsaintplug/netsaintplug/contrib/restrict.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_ora_table_space.pl: | 3441 | * /cvsroot/netsaintplug/netsaintplug/contrib/restrict.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_ora_table_space.pl: |
| 2697 | new contributions | 3442 | new contributions |
| 2698 | 3443 | ||
| 2699 | 2000-06-07 karldebisschop <kdebisschop> | 3444 | 2000-06-07 kdebisschop |
| 2700 | 3445 | ||
| 2701 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3446 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2702 | no check_https anymore | 3447 | no check_https anymore |
| @@ -2742,7 +3487,7 @@ | |||
| 2742 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: | 3487 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: |
| 2743 | use hostname to test http | 3488 | use hostname to test http |
| 2744 | 3489 | ||
| 2745 | 2000-06-06 karldebisschop <kdebisschop> | 3490 | 2000-06-06 kdebisschop |
| 2746 | 3491 | ||
| 2747 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3492 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 2748 | clean up warn where user has no libcrypto | 3493 | clean up warn where user has no libcrypto |
| @@ -2761,7 +3506,7 @@ | |||
| 2761 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: | 3506 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: |
| 2762 | clean and autoconf first to prvent careless errors | 3507 | clean and autoconf first to prvent careless errors |
| 2763 | 3508 | ||
| 2764 | 2000-06-05 karldebisschop <kdebisschop> | 3509 | 2000-06-05 kdebisschop |
| 2765 | 3510 | ||
| 2766 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugin-core.spec, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3511 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugin-core.spec, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 2767 | try to get sane build of extras | 3512 | try to get sane build of extras |
| @@ -2773,7 +3518,7 @@ | |||
| 2773 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 3518 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
| 2774 | typo in configure, plus try to get AIX to make scripts | 3519 | typo in configure, plus try to get AIX to make scripts |
| 2775 | 3520 | ||
| 2776 | 2000-06-04 karldebisschop <kdebisschop> | 3521 | 2000-06-04 kdebisschop |
| 2777 | 3522 | ||
| 2778 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3523 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 2779 | try to make postgres work on non-redhat | 3524 | try to make postgres work on non-redhat |
| @@ -2805,7 +3550,7 @@ | |||
| 2805 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 3550 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
| 2806 | quickcheck target is not defined anymore | 3551 | quickcheck target is not defined anymore |
| 2807 | 3552 | ||
| 2808 | 2000-06-03 karldebisschop <kdebisschop> | 3553 | 2000-06-03 kdebisschop |
| 2809 | 3554 | ||
| 2810 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3555 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2811 | update for 1.2.8pre5 | 3556 | update for 1.2.8pre5 |
| @@ -2821,7 +3566,7 @@ | |||
| 2821 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t: | 3566 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t: |
| 2822 | fix needed to match new output from plugin | 3567 | fix needed to match new output from plugin |
| 2823 | 3568 | ||
| 2824 | 2000-06-02 karldebisschop <kdebisschop> | 3569 | 2000-06-02 kdebisschop |
| 2825 | 3570 | ||
| 2826 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http2.c: | 3571 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http2.c: |
| 2827 | put up short term - will soon replace check_http and check_https | 3572 | put up short term - will soon replace check_http and check_https |
| @@ -2855,7 +3600,7 @@ | |||
| 2855 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3600 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 2856 | fix logic for check_https | 3601 | fix logic for check_https |
| 2857 | 3602 | ||
| 2858 | 2000-06-01 karldebisschop <kdebisschop> | 3603 | 2000-06-01 kdebisschop |
| 2859 | 3604 | ||
| 2860 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3605 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2861 | delet build root | 3606 | delet build root |
| @@ -2873,7 +3618,7 @@ | |||
| 2873 | fix bad @LIBS@ in makefiles | 3618 | fix bad @LIBS@ in makefiles |
| 2874 | update version | 3619 | update version |
| 2875 | 3620 | ||
| 2876 | 2000-05-31 karldebisschop <kdebisschop> | 3621 | 2000-05-31 kdebisschop |
| 2877 | 3622 | ||
| 2878 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3623 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 2879 | random changes | 3624 | random changes |
| @@ -2911,7 +3656,7 @@ | |||
| 2911 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: | 3656 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: |
| 2912 | wraps output of another plugin with a URL | 3657 | wraps output of another plugin with a URL |
| 2913 | 3658 | ||
| 2914 | 2000-05-30 karldebisschop <kdebisschop> | 3659 | 2000-05-30 kdebisschop |
| 2915 | 3660 | ||
| 2916 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_netapp.pl: | 3661 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_netapp.pl: |
| 2917 | new contribution | 3662 | new contribution |
| @@ -2919,7 +3664,7 @@ | |||
| 2919 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_nwstat.pl, /cvsroot/netsaintplug/netsaintplug/contrib/mrtgext.pl, /cvsroot/netsaintplug/netsaintplug/contrib/urlize.pl: | 3664 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_nwstat.pl, /cvsroot/netsaintplug/netsaintplug/contrib/mrtgext.pl, /cvsroot/netsaintplug/netsaintplug/contrib/urlize.pl: |
| 2920 | new contributions, pending review and inclusion in main source tree | 3665 | new contributions, pending review and inclusion in main source tree |
| 2921 | 3666 | ||
| 2922 | 2000-05-25 karldebisschop <kdebisschop> | 3667 | 2000-05-25 kdebisschop |
| 2923 | 3668 | ||
| 2924 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: | 3669 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: |
| 2925 | general cleanup - keep test order consistent so possible bugs are | 3670 | general cleanup - keep test order consistent so possible bugs are |
| @@ -2931,12 +3676,12 @@ | |||
| 2931 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3676 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 2932 | get openssl and mysql to work on redhat 6.2 | 3677 | get openssl and mysql to work on redhat 6.2 |
| 2933 | 3678 | ||
| 2934 | 2000-05-24 karldebisschop <kdebisschop> | 3679 | 2000-05-24 kdebisschop |
| 2935 | 3680 | ||
| 2936 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: | 3681 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: |
| 2937 | some printers may be going offline with POWERSAVE mode | 3682 | some printers may be going offline with POWERSAVE mode |
| 2938 | 3683 | ||
| 2939 | 2000-05-19 karldebisschop <kdebisschop> | 3684 | 2000-05-19 kdebisschop |
| 2940 | 3685 | ||
| 2941 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 3686 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 2942 | realloc crashes when calloc outside of memory page - code page size as | 3687 | realloc crashes when calloc outside of memory page - code page size as |
| @@ -2945,7 +3690,7 @@ | |||
| 2945 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 3690 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
| 2946 | fix possible sscanf overflow | 3691 | fix possible sscanf overflow |
| 2947 | 3692 | ||
| 2948 | 2000-05-18 karldebisschop <kdebisschop> | 3693 | 2000-05-18 kdebisschop |
| 2949 | 3694 | ||
| 2950 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 3695 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
| 2951 | get regex and string searched to work for HTML pages longer than 1024 chars | 3696 | get regex and string searched to work for HTML pages longer than 1024 chars |
| @@ -2955,7 +3700,7 @@ | |||
| 2955 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 3700 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
| 2956 | spell author names correctly, fix help screen info | 3701 | spell author names correctly, fix help screen info |
| 2957 | 3702 | ||
| 2958 | 2000-05-11 karldebisschop <kdebisschop> | 3703 | 2000-05-11 kdebisschop |
| 2959 | 3704 | ||
| 2960 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ide-smart.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 3705 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ide-smart.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
| 2961 | use text constants (no|required)_argument instead of numbers in getopt_long | 3706 | use text constants (no|required)_argument instead of numbers in getopt_long |
| @@ -2965,17 +3710,17 @@ | |||
| 2965 | make regex scan work | 3710 | make regex scan work |
| 2966 | fix errors in specification of getopt_long parameters | 3711 | fix errors in specification of getopt_long parameters |
| 2967 | 3712 | ||
| 2968 | 2000-05-10 karldebisschop <kdebisschop> | 3713 | 2000-05-10 kdebisschop |
| 2969 | 3714 | ||
| 2970 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3715 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 2971 | drop reference to old saintcheck script | 3716 | drop reference to old saintcheck script |
| 2972 | 3717 | ||
| 2973 | 2000-05-05 karldebisschop <kdebisschop> | 3718 | 2000-05-05 kdebisschop |
| 2974 | 3719 | ||
| 2975 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 3720 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
| 2976 | fix typoes in OID definition | 3721 | fix typoes in OID definition |
| 2977 | 3722 | ||
| 2978 | 2000-05-04 karldebisschop <kdebisschop> | 3723 | 2000-05-04 kdebisschop |
| 2979 | 3724 | ||
| 2980 | * /cvsroot/netsaintplug/netsaintplug/saintcheck: obsoleted by test.pl | 3725 | * /cvsroot/netsaintplug/netsaintplug/saintcheck: obsoleted by test.pl |
| 2981 | 3726 | ||
| @@ -2985,7 +3730,7 @@ | |||
| 2985 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 3730 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
| 2986 | add author, revision tracking | 3731 | add author, revision tracking |
| 2987 | 3732 | ||
| 2988 | 2000-05-03 karldebisschop <kdebisschop> | 3733 | 2000-05-03 kdebisschop |
| 2989 | 3734 | ||
| 2990 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: | 3735 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: |
| 2991 | try to get arg checking to work, add full rpc list | 3736 | try to get arg checking to work, add full rpc list |
| @@ -3027,7 +3772,7 @@ | |||
| 3027 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c: | 3772 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c: |
| 3028 | add --version and --help | 3773 | add --version and --help |
| 3029 | 3774 | ||
| 3030 | 2000-05-02 karldebisschop <kdebisschop> | 3775 | 2000-05-02 kdebisschop |
| 3031 | 3776 | ||
| 3032 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_sensors: | 3777 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_sensors: |
| 3033 | moved to check_sensor.sh | 3778 | moved to check_sensor.sh |
| @@ -3044,7 +3789,7 @@ | |||
| 3044 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: | 3789 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: |
| 3045 | fix 'clean' target | 3790 | fix 'clean' target |
| 3046 | 3791 | ||
| 3047 | 2000-05-01 karldebisschop <kdebisschop> | 3792 | 2000-05-01 kdebisschop |
| 3048 | 3793 | ||
| 3049 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3794 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 3050 | changes to get paths right for scripts | 3795 | changes to get paths right for scripts |
| @@ -3075,7 +3820,7 @@ | |||
| 3075 | 3820 | ||
| 3076 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: Makes a tar ball | 3821 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: Makes a tar ball |
| 3077 | 3822 | ||
| 3078 | 2000-02-17 karldebisschop <kdebisschop> | 3823 | 2000-02-17 kdebisschop |
| 3079 | 3824 | ||
| 3080 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3825 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
| 3081 | changes for check_https | 3826 | changes for check_https |
| @@ -3084,7 +3829,7 @@ | |||
| 3084 | C contribs unmodified. | 3829 | C contribs unmodified. |
| 3085 | Script had to be retyed from scratch - maybe CR/LF problem? | 3830 | Script had to be retyed from scratch - maybe CR/LF problem? |
| 3086 | 3831 | ||
| 3087 | 2000-02-15 karldebisschop <kdebisschop> | 3832 | 2000-02-15 kdebisschop |
| 3088 | 3833 | ||
| 3089 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: | 3834 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: |
| 3090 | add argv[0] to uasge | 3835 | add argv[0] to uasge |
| @@ -3096,12 +3841,12 @@ | |||
| 3096 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3841 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3097 | fix solaris check_swap bug - change sscanf format from %*d,%*d to %*[0-9,-] | 3842 | fix solaris check_swap bug - change sscanf format from %*d,%*d to %*[0-9,-] |
| 3098 | 3843 | ||
| 3099 | 2000-02-11 karldebisschop <kdebisschop> | 3844 | 2000-02-11 kdebisschop |
| 3100 | 3845 | ||
| 3101 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3846 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
| 3102 | modify to check uid and ppid for architectures other than linux | 3847 | modify to check uid and ppid for architectures other than linux |
| 3103 | 3848 | ||
| 3104 | 2000-02-09 karldebisschop <kdebisschop> | 3849 | 2000-02-09 kdebisschop |
| 3105 | 3850 | ||
| 3106 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3851 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3107 | step one to testing user (actually, userid) and ppid in check_procs | 3852 | step one to testing user (actually, userid) and ppid in check_procs |
| @@ -3138,7 +3883,7 @@ | |||
| 3138 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c: | 3883 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c: |
| 3139 | Patch submitted by author to use strncpy | 3884 | Patch submitted by author to use strncpy |
| 3140 | 3885 | ||
| 3141 | 2000-02-08 karldebisschop <kdebisschop> | 3886 | 2000-02-08 kdebisschop |
| 3142 | 3887 | ||
| 3143 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3888 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3144 | fix problem with test -e for solaris - kludge with 'cat filename' | 3889 | fix problem with test -e for solaris - kludge with 'cat filename' |
| @@ -3150,7 +3895,7 @@ | |||
| 3150 | use configure to check signal return type | 3895 | use configure to check signal return type |
| 3151 | use subst.in to fillin command.cfg | 3896 | use subst.in to fillin command.cfg |
| 3152 | 3897 | ||
| 3153 | 2000-02-05 karldebisschop <kdebisschop> | 3898 | 2000-02-05 kdebisschop |
| 3154 | 3899 | ||
| 3155 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3900 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3156 | fix typo - triple slash in a few URLs | 3901 | fix typo - triple slash in a few URLs |
| @@ -3158,7 +3903,7 @@ | |||
| 3158 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: | 3903 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: |
| 3159 | remove extra comma in terminate subroutine | 3904 | remove extra comma in terminate subroutine |
| 3160 | 3905 | ||
| 3161 | 2000-02-04 karldebisschop <kdebisschop> | 3906 | 2000-02-04 kdebisschop |
| 3162 | 3907 | ||
| 3163 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_oracle: | 3908 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_oracle: |
| 3164 | submission by latigid010@yahoo.com | 3909 | submission by latigid010@yahoo.com |
| @@ -3173,7 +3918,7 @@ | |||
| 3173 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 3918 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
| 3174 | better arg checking for perl taint | 3919 | better arg checking for perl taint |
| 3175 | 3920 | ||
| 3176 | 2000-02-01 hgayosso <hgayosso> | 3921 | 2000-02-01 hgayosso |
| 3177 | 3922 | ||
| 3178 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_hprsc.tar.gz: | 3923 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_hprsc.tar.gz: |
| 3179 | Perl script (check_hprsc) to check HP-UX resources via SNMP daemon (hgayosso) | 3924 | Perl script (check_hprsc) to check HP-UX resources via SNMP daemon (hgayosso) |
| @@ -3181,7 +3926,7 @@ | |||
| 3181 | * /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: | 3926 | * /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: |
| 3182 | check_hprsc.tar.gz added to the contrib plugins (hgayosso) | 3927 | check_hprsc.tar.gz added to the contrib plugins (hgayosso) |
| 3183 | 3928 | ||
| 3184 | 2000-01-28 karldebisschop <kdebisschop> | 3929 | 2000-01-28 kdebisschop |
| 3185 | 3930 | ||
| 3186 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_game.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_imap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_overcr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pop.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_smtp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_udp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in: | 3931 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_game.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_imap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_overcr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pop.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_smtp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_udp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in: |
| 3187 | get date include correct | 3932 | get date include correct |
| @@ -3208,7 +3953,7 @@ | |||
| 3208 | clean up use of externs in popen.[hc] and utils.[hc] for above | 3953 | clean up use of externs in popen.[hc] and utils.[hc] for above |
| 3209 | handle percent or KB in check_disk | 3954 | handle percent or KB in check_disk |
| 3210 | 3955 | ||
| 3211 | 2000-01-23 karldebisschop <kdebisschop> | 3956 | 2000-01-23 kdebisschop |
| 3212 | 3957 | ||
| 3213 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3958 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 3214 | snmp: start trying to clarify hex mesages | 3959 | snmp: start trying to clarify hex mesages |
| @@ -3221,13 +3966,13 @@ | |||
| 3221 | ntp - return critical if server is down | 3966 | ntp - return critical if server is down |
| 3222 | oracle - make no temp files | 3967 | oracle - make no temp files |
| 3223 | 3968 | ||
| 3224 | 2000-01-22 karldebisschop <kdebisschop> | 3969 | 2000-01-22 kdebisschop |
| 3225 | 3970 | ||
| 3226 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3971 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 3227 | streamline utils functions is_integer and is_numeric | 3972 | streamline utils functions is_integer and is_numeric |
| 3228 | tighten check_ping error prose so it nearly shows on a 80x24 display | 3973 | tighten check_ping error prose so it nearly shows on a 80x24 display |
| 3229 | 3974 | ||
| 3230 | 2000-01-21 karldebisschop <kdebisschop> | 3975 | 2000-01-21 kdebisschop |
| 3231 | 3976 | ||
| 3232 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h: | 3977 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h: |
| 3233 | fix bug in adapting configure to check_netsaint | 3978 | fix bug in adapting configure to check_netsaint |
| @@ -3240,14 +3985,14 @@ | |||
| 3240 | modify check_procs to look for specific comman names and test on ranges | 3985 | modify check_procs to look for specific comman names and test on ranges |
| 3241 | modify configure.in tests so check_netsaint can maybe work with more OS's | 3986 | modify configure.in tests so check_netsaint can maybe work with more OS's |
| 3242 | 3987 | ||
| 3243 | 2000-01-20 karldebisschop <kdebisschop> | 3988 | 2000-01-20 kdebisschop |
| 3244 | 3989 | ||
| 3245 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/saintcheck: | 3990 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/saintcheck: |
| 3246 | set default timeout to 10 seconds | 3991 | set default timeout to 10 seconds |
| 3247 | make tests give fewer warnings | 3992 | make tests give fewer warnings |
| 3248 | move check_httpstr to check_http | 3993 | move check_httpstr to check_http |
| 3249 | 3994 | ||
| 3250 | 2000-01-19 karldebisschop <kdebisschop> | 3995 | 2000-01-19 kdebisschop |
| 3251 | 3996 | ||
| 3252 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3997 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
| 3253 | use -q option for who if available | 3998 | use -q option for who if available |
| @@ -3255,7 +4000,7 @@ | |||
| 3255 | make check_users work even if no users are logged in | 4000 | make check_users work even if no users are logged in |
| 3256 | clean up (developmental) utils.c | 4001 | clean up (developmental) utils.c |
| 3257 | 4002 | ||
| 3258 | 2000-01-17 karldebisschop <kdebisschop> | 4003 | 2000-01-17 kdebisschop |
| 3259 | 4004 | ||
| 3260 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 4005 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3261 | use the -n switch to prevent host lookups in check_ping | 4006 | use the -n switch to prevent host lookups in check_ping |
| @@ -3267,7 +4012,7 @@ | |||
| 3267 | modify check_users to work without -q option | 4012 | modify check_users to work without -q option |
| 3268 | modify check_vsz test to work without requiring 'init' listing in `ps` output | 4013 | modify check_vsz test to work without requiring 'init' listing in `ps` output |
| 3269 | 4014 | ||
| 3270 | 2000-01-13 karldebisschop <kdebisschop> | 4015 | 2000-01-13 kdebisschop |
| 3271 | 4016 | ||
| 3272 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 4017 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
| 3273 | add HAVE_REGEX_H to configure | 4018 | add HAVE_REGEX_H to configure |
| @@ -3279,7 +4024,7 @@ | |||
| 3279 | check redirects working | 4024 | check redirects working |
| 3280 | regex content search working | 4025 | regex content search working |
| 3281 | 4026 | ||
| 3282 | 2000-01-10 karldebisschop <kdebisschop> | 4027 | 2000-01-10 kdebisschop |
| 3283 | 4028 | ||
| 3284 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c: | 4029 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c: |
| 3285 | Incorporate netsaint_plugins-1.2.7p1 changes: | 4030 | Incorporate netsaint_plugins-1.2.7p1 changes: |
| @@ -3287,7 +4032,7 @@ | |||
| 3287 | (patch by Luiz Felipe R E) | 4032 | (patch by Luiz Felipe R E) |
| 3288 | - Fixed uninitialized memory bug in netutils.c (patch by Frank Conrad) | 4033 | - Fixed uninitialized memory bug in netutils.c (patch by Frank Conrad) |
| 3289 | 4034 | ||
| 3290 | 1999-12-28 holoway <holoway> | 4035 | 1999-12-28 holoway |
| 3291 | 4036 | ||
| 3292 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 4037 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 3293 | I'm a schmuck. :) Would help if I deleted the line, doncha think? | 4038 | I'm a schmuck. :) Would help if I deleted the line, doncha think? |
| @@ -3297,7 +4042,7 @@ | |||
| 3297 | live on a machine without it. (nrpe or nrpep may use the plugins without | 4042 | live on a machine without it. (nrpe or nrpep may use the plugins without |
| 3298 | having netsaint proper present) | 4043 | having netsaint proper present) |
| 3299 | 4044 | ||
| 3300 | 1999-12-17 karldebisschop <kdebisschop> | 4045 | 1999-12-17 kdebisschop |
| 3301 | 4046 | ||
| 3302 | * /cvsroot/netsaintplug/netsaintplug/contrib/berger-ping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/bowen-langley_plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_bgp-1.0.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_breeze.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_flexlm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_hltherm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ipxping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_memory.tgz, /cvsroot/netsaintplug/netsaintplug/contrib/check_nfs.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ntp.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_real.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_wave.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/hopcroft-plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/radius.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: | 4047 | * /cvsroot/netsaintplug/netsaintplug/contrib/berger-ping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/bowen-langley_plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_bgp-1.0.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_breeze.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_flexlm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_hltherm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ipxping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_memory.tgz, /cvsroot/netsaintplug/netsaintplug/contrib/check_nfs.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ntp.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_real.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_wave.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/hopcroft-plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/radius.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: |
| 3303 | adds files from www.netsaint.org contrib area. | 4048 | adds files from www.netsaint.org contrib area. |
| @@ -3312,7 +4057,7 @@ | |||
| 3312 | added option checking for --onredirect | 4057 | added option checking for --onredirect |
| 3313 | added long-style syntax for all other current options | 4058 | added long-style syntax for all other current options |
| 3314 | 4059 | ||
| 3315 | 1999-12-15 holoway <holoway> | 4060 | 1999-12-15 holoway |
| 3316 | 4061 | ||
| 3317 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 4062 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 3318 | Modified the spec file to change the name of the tarball to | 4063 | Modified the spec file to change the name of the tarball to |
| @@ -3321,7 +4066,7 @@ | |||
| 3321 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 4066 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
| 3322 | Added the spec file for creating RPMs from the CVS source. | 4067 | Added the spec file for creating RPMs from the CVS source. |
| 3323 | 4068 | ||
| 3324 | 1999-12-14 karldebisschop <kdebisschop> | 4069 | 1999-12-14 kdebisschop |
| 3325 | 4070 | ||
| 3326 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: | 4071 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: |
| 3327 | checkpoint - incorporate version info in header | 4072 | checkpoint - incorporate version info in header |
| @@ -3332,7 +4077,7 @@ | |||
| 3332 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: | 4077 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: |
| 3333 | use sscanf to clean up HTTP error code checking | 4078 | use sscanf to clean up HTTP error code checking |
| 3334 | 4079 | ||
| 3335 | 1999-12-10 karldebisschop <kdebisschop> | 4080 | 1999-12-10 kdebisschop |
| 3336 | 4081 | ||
| 3337 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_nfs.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_wave.pl: | 4082 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_nfs.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_wave.pl: |
| 3338 | Initial checkin. | 4083 | Initial checkin. |
