diff options
| -rw-r--r-- | ChangeLog | 3309 | 
1 files changed, 2082 insertions, 1227 deletions
| @@ -1,92 +1,947 @@ | |||
| 1 | 2005-09-19 14:46 tonvoon | 1 | 2006-04-18 23:42 sghosh | 
| 2 | |||
| 3 | * configure.in, package.def: version update - release pending | ||
| 4 | |||
| 5 | 2006-04-17 17:08 opensides | ||
| 6 | |||
| 7 | * po/fr.po: | ||
| 8 | Final commit of fr.po | ||
| 9 | |||
| 10 | 2006-04-17 09:54 opensides | ||
| 11 | |||
| 12 | * po/fr.po: | ||
| 13 | another big chunk of fr.po | ||
| 14 | |||
| 15 | Still 20 to go ;) | ||
| 16 | |||
| 17 | 2006-04-16 10:24 opensides | ||
| 18 | |||
| 19 | * po/fr.po: | ||
| 20 | big revision of po file for 1.4.3 | ||
| 21 | |||
| 22 | 2006-04-15 06:46 opensides | ||
| 23 | |||
| 24 | * po/fr.po: | ||
| 25 | second part of fr.po updating | ||
| 26 | |||
| 27 | 2006-04-14 18:44 opensides | ||
| 28 | |||
| 29 | * po/: de.po, fr.po, nagios-plugins.pot: | ||
| 30 | updated pot file sarted updating fr.po for nagios 1.4.3 | ||
| 31 | |||
| 32 | 2006-04-12 06:00 seanius | ||
| 33 | |||
| 34 | * plugins/check_ntp.c: the offset_requests are now parallelized. | ||
| 35 | still stuff needs to be done (conveniently marked with XXX), but | ||
| 36 | on well behaving networks the plugin should behave more or less | ||
| 37 | identical to check_ntp.pl now. | ||
| 38 | |||
| 39 | 2006-04-12 02:33 seanius | ||
| 40 | |||
| 41 | * plugins/check_ntp.c: added a currently unused but "good for | ||
| 42 | reference" version of offset_request which attempts to behave | ||
| 43 | more like ntpdate, but this doesn't yet and the code isn't | ||
| 44 | actually used yet. | ||
| 45 | |||
| 46 | 2006-04-11 19:24 seanius | ||
| 47 | |||
| 48 | * plugins/check_ntp.c: another big code-commit to check_ntp. | ||
| 49 | jitter calculations now work, and the program is becoming much | ||
| 50 | closer on the packet-for-packet level to how check_ntp.pl | ||
| 51 | behaves. i'll send an email in the morning :) | ||
| 52 | |||
| 53 | 2006-04-06 06:08 tonvoon | ||
| 54 | |||
| 55 | * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not | ||
| 56 | specified (Jason Kau - 1465288) | ||
| 57 | |||
| 58 | 2006-04-05 04:11 tonvoon | ||
| 59 | |||
| 60 | * CHANGES: Notice added re: check_udp in next release | ||
| 61 | |||
| 62 | 2006-04-05 04:06 tonvoon | ||
| 63 | |||
| 64 | * plugins/check_procs.c: Use pid_t for pids (1463853) | ||
| 65 | |||
| 66 | 2006-04-05 03:58 tonvoon | ||
| 67 | |||
| 68 | * plugins/: check_http.c, t/check_http.t: Allow multiple -k | ||
| 69 | parameters (Gerd Mueller - 1457726) | ||
| 70 | |||
| 71 | 2006-04-05 02:58 seanius | ||
| 72 | |||
| 73 | * plugins/check_apt.c: finally??? cvs works again???? let me dig | ||
| 74 | up my week-old cvs commit message..... | ||
| 75 | |||
| 76 | i'm becoming very happy with check_apt now :) - now has support | ||
| 77 | for an externally (configure.in) path to apt-get, though i | ||
| 78 | still have that in #ifdefs for the time being. - support for | ||
| 79 | defining what packages are "critical updates", via the | ||
| 80 | already-existing security regexp or overridable on the cmdline - | ||
| 81 | allow overriding of apt-get cmdline options - introduce a "no | ||
| 82 | upgrade" in case someone just wants to check that they can | ||
| 83 | download the package lists with -u but not check for upgrades. | ||
| 84 | might need to change the name of this option to prevent | ||
| 85 | confusion. - improved -h documentation | ||
| 86 | |||
| 87 | 2006-03-29 11:33 tonvoon | ||
| 88 | |||
| 89 | * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h, | ||
| 90 | plugins/tests/test_utils.c: New function to for escaped strings | ||
| 91 | from command line for send/quit. Adapted from Sebastian | ||
| 92 | Wiesinger's patch (1292404) | ||
| 93 | |||
| 94 | 2006-03-29 10:30 tonvoon | ||
| 95 | |||
| 96 | * NPTest.pm: Will die if signal received from a testCmd | ||
| 97 | |||
| 98 | 2006-03-29 09:37 tonvoon | ||
| 99 | |||
| 100 | * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout | ||
| 101 | |||
| 102 | 2006-03-29 03:18 tonvoon | ||
| 103 | |||
| 104 | * plugins/t/check_http.t: Fix possible timeout issue on | ||
| 105 | hostname_invalid | ||
| 106 | |||
| 107 | 2006-03-29 03:13 tonvoon | ||
| 108 | |||
| 109 | * plugins/t/check_dns.t: Fix test if response time is one second | ||
| 110 | |||
| 111 | 2006-03-29 03:01 seanius | ||
| 112 | |||
| 113 | * plugins/check_apt.c: now support for detecting critical/security | ||
| 114 | updates, which sets the return code to STATE_CRITICAL instead of | ||
| 115 | just STATE_WARNING as it was previously doing. | ||
| 116 | |||
| 117 | 2006-03-27 03:39 tonvoon | ||
| 118 | |||
| 119 | * plugins/t/check_udp.t: Set timeout within nc, rather than the | ||
| 120 | test script | ||
| 121 | |||
| 122 | 2006-03-27 03:19 tonvoon | ||
| 123 | |||
| 124 | * plugins/check_disk.c: Fixed bug with malloc of wrong size | ||
| 125 | |||
| 126 | 2006-03-24 12:26 tonvoon | ||
| 127 | |||
| 128 | * plugins/t/check_dns.t: Fixing defaults to work | ||
| 129 | |||
| 130 | 2006-03-24 11:49 tonvoon | ||
| 131 | |||
| 132 | * CHANGES: Reintroduced --with-mysql configure option. Note about | ||
| 133 | SSL cleanup | ||
| 134 | |||
| 135 | 2006-03-24 11:25 tonvoon | ||
| 136 | |||
| 137 | * plugins/check_http.c: -C now implies -S/--ssl as well | ||
| 138 | |||
| 139 | 2006-03-24 11:13 tonvoon | ||
| 140 | |||
| 141 | * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new | ||
| 142 | style | ||
| 143 | |||
| 144 | 2006-03-24 11:12 tonvoon | ||
| 145 | |||
| 146 | * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send | ||
| 147 | and receive option. Tests updated so if nc is available, will | ||
| 148 | check send and receive working correctly | ||
| 149 | |||
| 150 | 2006-03-23 17:58 seanius | ||
| 151 | |||
| 152 | * plugins/check_apt.c: - addition of include/exclude option for | ||
| 153 | package names in check_apt, using POSIX regexp support. - | ||
| 154 | various commenting and tidying of code/logic/output. - still | ||
| 155 | haven't committed the Makefile.am/configure.in stuff. | ||
| 156 | |||
| 157 | 2006-03-23 12:16 tonvoon | ||
| 158 | |||
| 159 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | ||
| 160 | check_disk now errors if a specified directory does not exist (cf | ||
| 161 | df /foo) | ||
| 162 | |||
| 163 | 2006-03-23 11:06 tonvoon | ||
| 164 | |||
| 165 | * plugins/t/check_disk.t: Some versions of Test::More do not like | ||
| 166 | the m#foo# syntax | ||
| 167 | |||
| 168 | 2006-03-23 07:01 tonvoon | ||
| 169 | |||
| 170 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | ||
| 171 | Incorrect output when checking non-existent disk (John Rouillard | ||
| 172 | - 1326050) | ||
| 173 | |||
| 174 | 2006-03-22 19:01 seanius | ||
| 175 | |||
| 176 | * plugins/check_apt.c: more work on check_apt. more graceful error | ||
| 177 | handling and information reporting, a couple new cmdline options. | ||
| 178 | still not quite ready for prime-time, maybe tomorrow :) | ||
| 179 | |||
| 180 | 2006-03-22 12:32 tonvoon | ||
| 181 | |||
| 182 | * REQUIREMENTS, configure.in: Reinstated --with-mysql option | ||
| 183 | |||
| 184 | 2006-03-22 11:45 tonvoon | ||
| 185 | |||
| 186 | * plugins/: check_dns.c, t/check_dns.t: Added warning and critical | ||
| 187 | response times (John Rouillard - 1343159) | ||
| 188 | |||
| 189 | 2006-03-22 10:45 tonvoon | ||
| 190 | |||
| 191 | * plugins/t/check_pop.t: Convert to new style tests | ||
| 192 | |||
| 193 | 2006-03-22 10:45 tonvoon | ||
| 194 | |||
| 195 | * THANKS.in, plugins/check_tcp.c: Options to change line ends for | ||
| 196 | -s and -q (John Rouillard - 1346104) | ||
| 197 | |||
| 198 | 2006-03-22 09:32 tonvoon | ||
| 199 | |||
| 200 | * plugins-scripts/check_log.sh: Remove PATH restriction | ||
| 201 | |||
| 202 | 2006-03-22 09:17 tonvoon | ||
| 203 | |||
| 204 | * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of | ||
| 205 | presentation of help. Added '' around -a checks | ||
| 206 | |||
| 207 | 2006-03-22 08:18 tonvoon | ||
| 208 | |||
| 209 | * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) | ||
| 210 | |||
| 211 | 2006-03-22 07:59 tonvoon | ||
| 212 | |||
| 213 | * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to | ||
| 214 | /bin/sed. Leave to PATH (Abs - 1391483) | ||
| 215 | |||
| 216 | 2006-03-21 19:00 seanius | ||
| 217 | |||
| 218 | * plugins/check_apt.c: initial version of a check_apt plugin... not | ||
| 219 | editing configure/Makefile.am's until i'm happier with it (better | ||
| 220 | output, better ways to define warning vs. critical thresholds... | ||
| 221 | etc). | ||
| 222 | |||
| 223 | 2006-03-21 09:20 tonvoon | ||
| 224 | |||
| 225 | * THANKS.in, configure.in: Stop check_dns from compiling if | ||
| 226 | nslookup does not exist (Sakari Lehtonen - 1412721) | ||
| 227 | |||
| 228 | 2006-03-21 08:42 tonvoon | ||
| 229 | |||
| 230 | * plugins/t/check_load.t: Updated to new Test::More method for | ||
| 231 | testing | ||
| 232 | |||
| 233 | 2006-03-21 08:32 tonvoon | ||
| 234 | |||
| 235 | * configure.in: Fix for mysql 3.x | ||
| 236 | |||
| 237 | 2006-03-21 08:31 tonvoon | ||
| 238 | |||
| 239 | * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per | ||
| 240 | guidelines | ||
| 241 | |||
| 242 | 2006-03-21 07:56 tonvoon | ||
| 243 | |||
| 244 | * tools/setup: Patch to workaround SFnot having libtool installed | ||
| 245 | |||
| 246 | 2006-03-21 06:42 tonvoon | ||
| 247 | |||
| 248 | * REQUIREMENTS, CHANGES, THANKS.in, configure.in, | ||
| 249 | plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery | ||
| 250 | based on mysql_config (Johan Fischer - 1359414) | ||
| 251 | |||
| 252 | 2006-03-20 17:06 seanius | ||
| 253 | |||
| 254 | * plugins/check_ntp.c: - shuffling some code around to keep things | ||
| 255 | tidy. - now average the result of 4 queries just as ntpdate does | ||
| 256 | - put things in place for jitter calculation | ||
| 257 | |||
| 258 | 2006-03-20 12:18 seanius | ||
| 259 | |||
| 260 | * plugins/check_ntp.c: ipv6 support for c-version of check_ntp | ||
| 261 | |||
| 262 | 2006-03-18 14:00 seanius | ||
| 263 | |||
| 264 | * plugins/check_ntp.c: initial version of the pure-c check_ntp | ||
| 265 | implementation. jitter not yet implemented, and a couple other | ||
| 266 | misc things to do, so i haven't yet patched Makefile.am | ||
| 267 | |||
| 268 | 2006-03-18 09:47 seanius | ||
| 269 | |||
| 270 | * plugins/check_http.c: return-logic related fix for cert checking, | ||
| 271 | thanks to emmet hogan. | ||
| 272 | |||
| 273 | 2006-03-17 09:08 tonvoon | ||
| 274 | |||
| 275 | * plugins/tests/test_utils.t: Better error message re: tap library | ||
| 276 | |||
| 277 | 2006-03-17 09:07 tonvoon | ||
| 278 | |||
| 279 | * REQUIREMENTS, configure.in, plugins/Makefile.am, | ||
| 280 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
| 281 | plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime | ||
| 282 | linking, autodetection of main locations, detection of lib64 and | ||
| 283 | different layouts | ||
| 284 | |||
| 285 | 2006-03-17 05:20 tonvoon | ||
| 286 | |||
| 287 | * doc/developer-guidelines.sgml: Added requirement for developer | ||
| 288 | system to have gnu libtool | ||
| 289 | |||
| 290 | 2006-03-16 12:31 tonvoon | ||
| 291 | |||
| 292 | * configure.in, plugins/tests/Makefile.am, tools/setup: Using | ||
| 293 | libtool to get runpath for tap library | ||
| 294 | |||
| 295 | 2006-03-15 14:54 tonvoon | ||
| 296 | |||
| 297 | * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert | ||
| 298 | on amount of time a slave is behind (Steven Kreuzer) | ||
| 299 | |||
| 300 | 2006-03-13 12:59 seanius | ||
| 301 | |||
| 302 | * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: | ||
| 303 | incorrect totals for multiple partitions (BSD)" thanks to scott | ||
| 304 | thompson | ||
| 305 | |||
| 306 | 2006-03-13 06:08 tonvoon | ||
| 307 | |||
| 308 | * plugins/check_ping.c: Change warning message if there is stderr | ||
| 309 | output. This catches a problem where time was shifting backwards | ||
| 310 | on a linux VMware guest during the ping | ||
| 311 | |||
| 312 | 2006-03-07 05:33 tonvoon | ||
| 313 | |||
| 314 | * plugins/t/check_http.t: Added tests for two external websites | ||
| 315 | with certificates | ||
| 316 | |||
| 317 | 2006-03-07 05:23 tonvoon | ||
| 318 | |||
| 319 | * plugins/t/check_http.t: Tests re-written in new object format | ||
| 320 | |||
| 321 | 2006-02-24 12:03 tonvoon | ||
| 322 | |||
| 323 | * doc/developer-guidelines.sgml: Updated doc as tap library is now | ||
| 324 | automatically discovered | ||
| 325 | |||
| 326 | 2006-02-24 11:41 tonvoon | ||
| 327 | |||
| 328 | * configure.in, plugins/tests/Makefile.am: Use the installed tap | ||
| 329 | library instead of requesting a compiled object | ||
| 330 | |||
| 331 | 2006-02-17 04:08 tonvoon | ||
| 332 | |||
| 333 | * THANKS.in, plugins/popen.c: SIGALRM could be received before | ||
| 334 | child_process is created (Jason Crawford) | ||
| 335 | |||
| 336 | 2006-02-17 01:24 seanius | ||
| 337 | |||
| 338 | * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c | ||
| 339 | |||
| 340 | 2006-02-01 08:23 tonvoon | ||
| 341 | |||
| 342 | * plugins/t/check_mysql_query.t: If a mysql server has anonymous | ||
| 343 | login, tests will always fail | ||
| 344 | |||
| 345 | 2006-02-01 06:53 tonvoon | ||
| 346 | |||
| 347 | * plugins/tests/Makefile.am: Need to distribute perl test file | ||
| 348 | |||
| 349 | 2006-01-31 11:48 tonvoon | ||
| 350 | |||
| 351 | * CHANGES: check_mysql_query included | ||
| 352 | |||
| 353 | 2006-01-31 11:47 tonvoon | ||
| 354 | |||
| 355 | * REQUIREMENTS: Note on MacOSX difference in mysql package | ||
| 356 | |||
| 357 | 2006-01-31 11:45 tonvoon | ||
| 358 | |||
| 359 | * configure.in, plugins/Makefile.am: Clean compile of | ||
| 360 | check_mysql_query on MacOSX | ||
| 361 | |||
| 362 | 2006-01-31 10:40 tonvoon | ||
| 363 | |||
| 364 | * NPTest.pm: Sort ordering of tests | ||
| 365 | |||
| 366 | 2006-01-31 09:52 tonvoon | ||
| 367 | |||
| 368 | * configure.in, plugins/.cvsignore, plugins/Makefile.am, | ||
| 369 | plugins/check_mysql_query.c, plugins/utils.h, | ||
| 370 | plugins/t/check_mysql_query.t: Adding check_mysql_query, using | ||
| 371 | new ranges and threshold checking | ||
| 372 | |||
| 373 | 2006-01-31 09:37 tonvoon | ||
| 374 | |||
| 375 | * plugins/t/check_mysql.t: Extra explanation in tests | ||
| 376 | |||
| 377 | 2006-01-31 09:36 tonvoon | ||
| 378 | |||
| 379 | * plugins/tests/test_utils.c: Fixed invalid free | ||
| 380 | |||
| 381 | 2006-01-31 05:06 tonvoon | ||
| 382 | |||
| 383 | * doc/developer-guidelines.sgml: Updated instructions on using | ||
| 384 | libtap as configure option changed | ||
| 385 | |||
| 386 | 2006-01-31 05:05 tonvoon | ||
| 387 | |||
| 388 | * configure.in: Changed configure option to --with-libtap-srcdir | ||
| 389 | because requires tap.h as well as tap.o | ||
| 390 | |||
| 391 | 2006-01-30 17:24 tonvoon | ||
| 392 | |||
| 393 | * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h, | ||
| 394 | plugins/tests/test_utils.c: Clearly defined thresholds & ranges | ||
| 395 | in docs. Added get_status routine. Added set_thresholds routine. | ||
| 396 | Tests enhanced to check new routines | ||
| 397 | |||
| 398 | 2006-01-30 11:10 tonvoon | ||
| 399 | |||
| 400 | * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, | ||
| 401 | plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore, | ||
| 402 | plugins/tests/Makefile.am, plugins/tests/README, | ||
| 403 | plugins/tests/check_disk, plugins/tests/check_dns, | ||
| 404 | plugins/tests/check_ftp, plugins/tests/check_hpjd, | ||
| 405 | plugins/tests/check_http, plugins/tests/check_load, | ||
| 406 | plugins/tests/check_ping, plugins/tests/check_procs, | ||
| 407 | plugins/tests/check_swap, plugins/tests/check_users, | ||
| 408 | plugins/tests/check_vsz, plugins/tests/test_utils.c, | ||
| 409 | plugins/tests/test_utils.t: Added libtap tests for utils.c | ||
| 410 | library functions. Removed redundant test files | ||
| 411 | |||
| 412 | 2006-01-21 16:46 tonvoon | ||
| 413 | |||
| 414 | * tools/sfsnapshot: Have to use own id for cvs checkout. Change | ||
| 415 | compile server because old one not working consistently | ||
| 416 | |||
| 417 | 2005-12-19 04:25 tonvoon | ||
| 418 | |||
| 419 | * NPTest.pm: Break out of testing if a new parameter is required | ||
| 420 | |||
| 421 | 2005-12-16 13:41 harpermann | ||
| 422 | |||
| 423 | * contrib/check_log2.pl: Added ability to output critical on error. | ||
| 424 | Fixed open so it properly fails if the log file open throws an | ||
| 425 | error, turned on -w in the perl call, fixed warnings | ||
| 426 | |||
| 427 | 2005-12-15 12:06 tonvoon | ||
| 428 | |||
| 429 | * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: | ||
| 430 | Display errors with slave queries correctly. Added extra tests | ||
| 431 | for slaves | ||
| 432 | |||
| 433 | 2005-12-15 10:19 tonvoon | ||
| 434 | |||
| 435 | * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: | ||
| 436 | New 3 parameter version of getTestParameters. Updated | ||
| 437 | check_disk.t to reflect. Added notes re: testing in developer | ||
| 438 | guidelines. | ||
| 439 | |||
| 440 | 2005-12-15 10:17 tonvoon | ||
| 441 | |||
| 442 | * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow | ||
| 443 | directories and links to be tested by check_file_age. Sanitise | ||
| 444 | output. Added tests | ||
| 445 | |||
| 446 | 2005-12-07 14:32 harpermann | ||
| 447 | |||
| 448 | * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert | ||
| 449 | the closing </A> after the plugin output but before the | ||
| 450 | performance output. | ||
| 451 | |||
| 452 | 2005-12-07 10:10 tonvoon | ||
| 453 | |||
| 454 | * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon | ||
| 455 | Vandegrift - 1374705) | ||
| 456 | |||
| 457 | 2005-12-02 17:28 tonvoon | ||
| 458 | |||
| 459 | * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, | ||
| 460 | plugins/t/check_nagios.nagios1.status.log, | ||
| 461 | plugins/t/check_nagios.nagios2.status.dat, | ||
| 462 | plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2 | ||
| 463 | status files (Gerhard Lausser - 1296242) | ||
| 464 | |||
| 465 | 2005-12-02 17:25 tonvoon | ||
| 466 | |||
| 467 | * plugins/t/.cvsignore: Ignore temporary files created for tests | ||
| 468 | |||
| 469 | 2005-11-30 20:05 tonvoon | ||
| 470 | |||
| 471 | * configure.in, config_test/Makefile, config_test/run_tests: Run | ||
| 472 | longer test on redhat for spopen/pthread problem. Allow | ||
| 473 | enable/disable of pthread fix via configure option | ||
| 474 | |||
| 475 | 2005-11-29 19:49 harpermann | ||
| 476 | |||
| 477 | * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp | ||
| 478 | wasn't properly handing a bad exit status from the external | ||
| 479 | programs it calls (ntpdate and ntpq), so jitter wasn't set. | ||
| 480 | Added check of $? on close and proper error output if status from | ||
| 481 | the sub program call completion is non-zero. This includes "host | ||
| 482 | not found". | ||
| 483 | |||
| 484 | 2005-11-29 18:21 harpermann | ||
| 485 | |||
| 486 | * contrib/check_email_loop.pl: UNKNOWN exit status was returning | ||
| 487 | status of "-1", changed to "3" | ||
| 488 | |||
| 489 | 2005-11-29 18:19 harpermann | ||
| 490 | |||
| 491 | * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and | ||
| 492 | perl warnings. Fixed some text and a warning about type | ||
| 493 | comparison. | ||
| 494 | |||
| 495 | 2005-11-18 07:56 tonvoon | ||
| 496 | |||
| 497 | * tools/sfsnapshot: Create a permanent link to HEAD snapshot | ||
| 498 | |||
| 499 | 2005-11-18 06:56 tonvoon | ||
| 500 | |||
| 501 | * doc/developer-guidelines.sgml: Updated with more detailed | ||
| 502 | description of UNKNOWN states | ||
| 503 | |||
| 504 | 2005-11-16 12:26 tonvoon | ||
| 505 | |||
| 506 | * plugins/check_disk.c: Fixed some compile errors with new | ||
| 507 | translations. Also reintroduced formatting after discussion with | ||
| 508 | Benoit | ||
| 509 | |||
| 510 | 2005-11-15 11:26 tonvoon | ||
| 511 | |||
| 512 | * plugins/t/check_disk.t: Updated tests to minimise false | ||
| 513 | positives. Breaking down so more obvious what the tests are doing | ||
| 514 | |||
| 515 | 2005-11-14 09:43 tonvoon | ||
| 516 | |||
| 517 | * doc/developer-guidelines.sgml: Added section re: translations | ||
| 518 | |||
| 519 | 2005-11-13 20:18 opensides | ||
| 520 | |||
| 521 | * plugins/check_http.c: | ||
| 522 | localization cleaning ... last commit before sleeping | ||
| 523 | |||
| 524 | 2005-11-13 19:51 opensides | ||
| 525 | |||
| 526 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | ||
| 527 | check_fping.c, check_game.c: | ||
| 528 | start of the cleaning of the localization | ||
| 529 | |||
| 530 | 2005-11-12 18:48 tonvoon | ||
| 531 | |||
| 532 | * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to | ||
| 533 | use Test::More (Serhan Kiymaz) | ||
| 534 | |||
| 535 | 2005-11-09 12:27 tonvoon | ||
| 536 | |||
| 537 | * plugins/t/check_mysql.t: Using Test::More | ||
| 538 | |||
| 539 | 2005-11-09 11:40 tonvoon | ||
| 540 | |||
| 541 | * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added | ||
| 542 | new NPTest->testCmd which returns objects back for testing at the | ||
| 543 | test script level. Updated check_swap and check_imap to this new | ||
| 544 | format | ||
| 545 | |||
| 546 | 2005-11-09 11:37 tonvoon | ||
| 547 | |||
| 548 | * plugins/check_swap.c: Problem where absolute thresholds not | ||
| 549 | working on /proc/meminfo systems. Suffixed all variables with the | ||
| 550 | unit of measurement | ||
| 551 | |||
| 552 | 2005-11-09 11:34 tonvoon | ||
| 553 | |||
| 554 | * configure.in: Typo with predetermined values | ||
| 555 | |||
| 556 | 2005-11-09 09:10 tonvoon | ||
| 557 | |||
| 558 | * doc/developer-guidelines.sgml: Added copyright/license info | ||
| 559 | required in submissions | ||
| 560 | |||
| 561 | 2005-11-09 04:31 tonvoon | ||
| 562 | |||
| 563 | * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev | ||
| 564 | guidelines to link to NagiosExchange. Removed project admin notes | ||
| 565 | from guidelines into separate file | ||
| 566 | |||
| 567 | 2005-11-07 07:46 seanius | ||
| 568 | |||
| 569 | * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to | ||
| 570 | override program autodetection (see Feature Requests-1341528). i | ||
| 571 | would not call this quite complete just yet (i'll explain more in | ||
| 572 | the tracker), but should be functional and useful enough to | ||
| 573 | commit now, in any case. | ||
| 574 | |||
| 575 | 2005-11-04 04:38 tonvoon | ||
| 576 | |||
| 577 | * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed | ||
| 578 | --mismatch option for check_tcp. Added tests into check_imap | ||
| 579 | (Rick Fey - 1339134) | ||
| 580 | |||
| 581 | 2005-11-03 10:21 tonvoon | ||
| 582 | |||
| 583 | * Makefile.am, tools/tinderbox_build: Adding new tinderbox build | ||
| 584 | script | ||
| 585 | |||
| 586 | 2005-11-03 10:13 tonvoon | ||
| 587 | |||
| 588 | * plugins/t/: check_disk.t, check_procs.t: Invalid mount point | ||
| 589 | doesn't make sense because most df implementations would work out | ||
| 590 | the actual mount point. And fixed typo in check_procs.t | ||
| 591 | |||
| 592 | 2005-11-03 10:04 tonvoon | ||
| 593 | |||
| 594 | * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing | ||
| 595 | some test failures | ||
| 596 | |||
| 597 | 2005-11-02 03:59 seanius | ||
| 598 | |||
| 599 | * plugins/check_disk.c: #995761: patch from ben o'hara to include | ||
| 600 | inode calculations in check_disk.c. | ||
| 601 | |||
| 602 | previous commit also had a patch for smtp auth support, but i | ||
| 603 | accidentally sent a blank commit message. | ||
| 604 | |||
| 605 | 2005-11-02 03:47 seanius | ||
| 606 | |||
| 607 | * plugins/check_smtp.c: check_smtp.c | ||
| 608 | |||
| 609 | 2005-10-31 15:03 seanius | ||
| 610 | |||
| 611 | * configure.in, plugins/check_game.c, plugins/check_http.c, | ||
| 612 | plugins/check_nagios.c, plugins/check_snmp.c, | ||
| 613 | plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h, | ||
| 614 | plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code | ||
| 615 | cleanups, largely resulting from turning on -Wall. mostly unused | ||
| 616 | variables and explicit casting issues, but there were a couple | ||
| 617 | gotchas in there too. | ||
| 618 | |||
| 619 | 2005-10-30 17:45 seanius | ||
| 620 | |||
| 621 | * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via | ||
| 622 | AM_CFLAGS. shouldn't keep our heads in the sand for potential | ||
| 623 | errors, after all :) | ||
| 624 | |||
| 625 | 2005-10-30 13:05 seanius | ||
| 626 | |||
| 627 | * plugins/check_tcp.c: another fix from alex: check for '/' in the | ||
| 628 | server_address before trying to resolve it via is_host(). | ||
| 629 | |||
| 630 | 2005-10-30 05:25 seanius | ||
| 631 | |||
| 632 | * plugins/check_tcp.c: fixes for some bugs found in my merging of | ||
| 633 | the tcp socket patch | ||
| 634 | |||
| 635 | 2005-10-29 11:38 seanius | ||
| 636 | |||
| 637 | * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon | ||
| 638 | |||
| 639 | 2005-10-29 08:46 seanius | ||
| 640 | |||
| 641 | * plugins/Makefile.am: patch from nsturm: Makefile.am should have | ||
| 642 | been checking for check_ldap instead of check_ldaps. the result | ||
| 643 | was that check_ldaps was not being created during the build | ||
| 644 | process. | ||
| 645 | |||
| 646 | 2005-10-25 06:38 seanius | ||
| 647 | |||
| 648 | * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, | ||
| 649 | plugins/netutils.c, plugins/netutils.h, plugins/utils.h, | ||
| 650 | po/de.po, po/fr.po: - added code to allow check_tcp (via | ||
| 651 | np_net_connect) work with local unix sockets. some testing | ||
| 652 | would be welcome. based on idea from Alex Samorukov. - also | ||
| 653 | introduced a check_clamd behavior in check_tcp. | ||
| 654 | |||
| 655 | 2005-10-24 07:10 seanius | ||
| 656 | |||
| 657 | * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c, | ||
| 658 | check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h, | ||
| 659 | utils.c, utils.h: initial merging of ae's np_runcmd code into | ||
| 660 | selected plugins. | ||
| 661 | |||
| 662 | 2005-10-23 08:01 seanius | ||
| 663 | |||
| 664 | * configure.in: whoops, missed this one, same as last commit | ||
| 665 | |||
| 666 | 2005-10-23 07:59 seanius | ||
| 667 | |||
| 668 | * plugins/: Makefile.am, netutils.c, sslutils.c: - | ||
| 669 | compartmentalized ssl code into seperate sslutils.c - ssl-related | ||
| 670 | cleanups in configure.in, and now openssl/gnutls options | ||
| 671 | automatically disable each other. | ||
| 672 | |||
| 673 | 2005-10-19 16:22 seanius | ||
| 674 | |||
| 675 | * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c, | ||
| 676 | netutils.h: all plugins now using centralized ssl functions in | ||
| 677 | netutils.c | ||
| 678 | |||
| 679 | 2005-10-19 09:05 seanius | ||
| 680 | |||
| 681 | * plugins/check_http.c: endif was a few lines off of where it | ||
| 682 | should be | ||
| 683 | |||
| 684 | 2005-10-19 08:59 seanius | ||
| 685 | |||
| 686 | * configure.in, plugins/Makefile.am, plugins/check_http.c, | ||
| 687 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h, | ||
| 688 | plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am: | ||
| 689 | - initial attempt at consolidating ssl-related code into | ||
| 690 | netutils.{c,h} - added some #ifdefs to common.h and netutils.h to | ||
| 691 | prevent multiple inclusions (as netlibs now includes common.h) | ||
| 692 | - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, | ||
| 693 | though certificate checking still needs to be done. - modified | ||
| 694 | configure script so you can also explicitly say "without-gnutls" | ||
| 695 | too (otherwise if you disable openssl you have no way of | ||
| 696 | disabling gnutls too) | ||
| 697 | |||
| 698 | 2005-10-18 18:35 seanius | ||
| 699 | |||
| 700 | * configure.in, plugins/check_tcp.c: initial "experimental" support | ||
| 701 | for gnutls. by default openssl is still used if available, and | ||
| 702 | gnutls is only used if openssl is not available or explicitly | ||
| 703 | disabled (--without-openssl). currently the only plugin i've | ||
| 704 | verified to work is check_tcp, but i had to disable cert | ||
| 705 | checking. | ||
| 706 | |||
| 707 | 2005-10-18 05:26 tonvoon | ||
| 708 | |||
| 709 | * README: Added license information to README with exemption for | ||
| 710 | use of OpenSSL | ||
| 711 | |||
| 712 | 2005-10-13 07:51 tonvoon | ||
| 713 | |||
| 714 | * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) | ||
| 715 | |||
| 716 | 2005-10-13 06:22 seanius | ||
| 717 | |||
| 718 | * po/de.po: debian bts #313960: - grammatical german fixes. i'm | ||
| 719 | taking the reporter's word for it :) | ||
| 720 | |||
| 721 | 2005-10-13 06:20 seanius | ||
| 722 | |||
| 723 | * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less | ||
| 724 | beastly" regex for parsing ntpq output. probably need some | ||
| 725 | more widespread testing on this one. | ||
| 726 | |||
| 727 | 2005-10-13 06:18 seanius | ||
| 728 | |||
| 729 | * plugins/check_disk.c: debian bts #296278: - it seems that when | ||
| 730 | check_disk uses the "df" routines and is told to check a | ||
| 731 | non-mountpoint, it would check the filesystem on which the | ||
| 732 | directory was mounted (i.e. /var/log -> /var if no /var/log | ||
| 733 | mount). the system-call routines now do this too. might need | ||
| 734 | a bit more widespread testing, but looks good for me and i did | ||
| 735 | it without modifying any of the system-call-specific | ||
| 736 | codeblocks. | ||
| 737 | |||
| 738 | 2005-10-13 06:16 seanius | ||
| 739 | |||
| 740 | * plugins/check_game.c: debian bts #307905: - someone changed the | ||
| 741 | cmdline syntax of check game without also updating the | ||
| 742 | usage/help function ;p | ||
| 743 | |||
| 744 | 2005-10-13 06:14 seanius | ||
| 745 | |||
| 746 | * plugins-scripts/check_disk_smb.pl: debian bts #300701: - | ||
| 747 | check_smb fix for freespace threshold parsing from the cmdline | ||
| 748 | options. | ||
| 749 | |||
| 750 | 2005-10-13 06:11 seanius | ||
| 751 | |||
| 752 | * plugins/check_smtp.c: multiple fixes in check_smtp from debian | ||
| 753 | (bts #285554): - fix for double free via SSL_CTX_free. looks | ||
| 754 | like the previous author knew this was a problem but didn't | ||
| 755 | care enough to fix it ;p. - use defines instead of const chars | ||
| 756 | for SMTP strings. - default to send our fqdn (via gethostbyname | ||
| 757 | lookup on gethostname) in the HELO string, as this is an | ||
| 758 | RFC/SMTP requirement. overridable via cmdline. - use EHLO | ||
| 759 | instead of HELO if using STARTTLS, as it is not SMTP but ESMTP. | ||
| 760 | - verify the server supports STARTTLS before initializing it. - | ||
| 761 | always send QUIT before disconnecting when possible. | ||
| 762 | |||
| 763 | 2005-10-13 05:58 seanius | ||
| 764 | |||
| 765 | * plugins/check_mrtg.c: was this plugin even working? i don't | ||
| 766 | think the if/else logic was doing what was intended. | ||
| 767 | |||
| 768 | 2005-10-13 05:55 seanius | ||
| 769 | |||
| 770 | * plugins/check_mysql.c: check mysql now reads [client] defaults | ||
| 771 | from my.cnf (debian bug #278817) | ||
| 772 | |||
| 773 | 2005-10-06 08:16 seanius | ||
| 774 | |||
| 775 | * plugins/check_ups.c: fix for misreporting temperature in perfdata | ||
| 776 | output for check_ups (debian bts id: #316534) | ||
| 777 | |||
| 778 | 2005-10-06 08:12 seanius | ||
| 779 | |||
| 780 | * configure.in, plugins-root/Makefile.am: whoops. now using | ||
| 781 | automake conditionals to prevent attempted compiles of pst3 on | ||
| 782 | non solaris systems. | ||
| 783 | |||
| 784 | 2005-09-25 12:34 seanius | ||
| 785 | |||
| 786 | * plugins-root/Makefile.am: added rules to Makefile.am for pst3 | ||
| 787 | |||
| 788 | 2005-09-24 16:01 seanius | ||
| 789 | |||
| 790 | * configure.in: a final change to hardcode the path for where | ||
| 791 | plugins are installed. it's a very, very ugly hack... if anyone | ||
| 792 | can think of a better way to do it, i'm all ears. | ||
| 793 | |||
| 794 | 2005-09-22 08:10 seanius | ||
| 795 | |||
| 796 | * configure.in: use test instead of '[ ... ]' in configure.in. the | ||
| 797 | check_procs/pst3 situation is still not quite fixed. | ||
| 798 | |||
| 799 | 2005-09-22 05:43 seanius | ||
| 800 | |||
| 801 | * THANKS.in, configure.in, plugins-root/pst3.c: first version of | ||
| 802 | bob ingraham's pst3 to allow checking for longer cmdline names | ||
| 803 | than otherwise possible, by querying solaris kmem directly (ps | ||
| 804 | forcibly truncates). added requisite configure.in voodoo and | ||
| 805 | updated THANKS.in. | ||
| 806 | |||
| 807 | 2005-09-22 04:10 tonvoon | ||
| 808 | |||
| 809 | * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for | ||
| 810 | translation | ||
| 811 | |||
| 812 | 2005-09-21 09:07 tonvoon | ||
| 813 | |||
| 814 | * AUTHORS, THANKS.in: Updated with contributors and new team member | ||
| 815 | |||
| 816 | 2005-09-21 09:04 tonvoon | ||
| 817 | |||
| 818 | * plugins/check_nwstat.c: Reopen connections for each query | ||
| 819 | (1296296 - David Sullivan) | ||
| 820 | |||
| 821 | 2005-09-21 06:09 tonvoon | ||
| 822 | |||
| 823 | * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/ | ||
| 824 | |||
| 825 | 2005-09-21 06:06 tonvoon | ||
| 826 | |||
| 827 | * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, | ||
| 828 | plugins/Makefile.am, plugins-root/.cvsignore, | ||
| 829 | plugins-root/Makefile.am, plugins-root/check_dhcp.c, | ||
| 830 | plugins-root/check_icmp.c: Separation of root setuid plugins into | ||
| 831 | plugins-root/ | ||
| 832 | |||
| 833 | 2005-09-20 12:11 tonvoon | ||
| 834 | |||
| 835 | * configure.in: Incorrect assignment of procppid in configure.in | ||
| 836 | (1296497 - Pascal Larisch) | ||
| 837 | |||
| 838 | 2005-09-20 07:34 tonvoon | ||
| 839 | |||
| 840 | * configure.in, plugins/t/check_procs.t: Support for Tru64 for | ||
| 841 | check_procs + additional test cases | ||
| 842 | |||
| 843 | 2005-09-19 10:18 tonvoon | ||
| 844 | |||
| 845 | * doc/RELEASING: Note to update version number before creating | ||
| 846 | ChangeLog | ||
| 847 | |||
| 848 | 2005-09-19 09:51 tonvoon | ||
| 849 | |||
| 850 | * configure.in, package.def: For 1.4.2 release | ||
| 851 | |||
| 852 | 2005-09-19 09:48 tonvoon | ||
| 853 | |||
| 854 | * ChangeLog: Updated for 1.4.2 release | ||
| 855 | |||
| 856 | 2005-09-19 09:46 tonvoon | ||
| 2 | 857 | ||
| 3 | * doc/RELEASING: Reminders for news item and tag format | 858 | * doc/RELEASING: Reminders for news item and tag format | 
| 4 | 859 | ||
| 5 | 2005-09-19 14:42 tonvoon | 860 | 2005-09-19 09:42 tonvoon | 
| 6 | 861 | ||
| 7 | * BUGS: Updated BUGS for 1.4.2 release | 862 | * BUGS: Updated BUGS for 1.4.2 release | 
| 8 | 863 | ||
| 9 | 2005-09-19 11:58 tonvoon | 864 | 2005-09-19 06:58 tonvoon | 
| 10 | 865 | ||
| 11 | * THANKS.in: More contributors | 866 | * THANKS.in: More contributors | 
| 12 | 867 | ||
| 13 | 2005-09-15 09:39 tonvoon | 868 | 2005-09-15 04:39 tonvoon | 
| 14 | 869 | ||
| 15 | * plugins/t/check_ping.t: Added test to make sure hostname has to | 870 | * plugins/t/check_ping.t: Added test to make sure hostname has to | 
| 16 | be specified | 871 | be specified | 
| 17 | 872 | ||
| 18 | 2005-09-15 09:27 tonvoon | 873 | 2005-09-15 04:27 tonvoon | 
| 19 | 874 | ||
| 20 | * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile | 875 | * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile | 
| 21 | errors on Irix | 876 | errors on Irix | 
| 22 | 877 | ||
| 23 | 2005-09-14 15:40 tonvoon | 878 | 2005-09-14 10:40 tonvoon | 
| 24 | 879 | ||
| 25 | * plugins/check_ping.c: Using common message | 880 | * plugins/check_ping.c: Using common message | 
| 26 | 881 | ||
| 27 | 2005-09-14 15:36 tonvoon | 882 | 2005-09-14 10:36 tonvoon | 
| 28 | 883 | ||
| 29 | * plugins/check_ping.c: Required hostname not flagging as an error | 884 | * plugins/check_ping.c: Required hostname not flagging as an error | 
| 30 | 885 | ||
| 31 | 2005-09-14 13:40 tonvoon | 886 | 2005-09-14 08:40 tonvoon | 
| 32 | 887 | ||
| 33 | * plugins/Makefile.am: Some makes do not like blank lines after | 888 | * plugins/Makefile.am: Some makes do not like blank lines after | 
| 34 | "\". Fixed check_ldaps to only generate if check_ldap was created | 889 | "\". Fixed check_ldaps to only generate if check_ldap was created | 
| 35 | (Chester Hosey) | 890 | (Chester Hosey) | 
| 36 | 891 | ||
| 37 | 2005-09-14 10:53 tonvoon | 892 | 2005-09-14 05:53 tonvoon | 
| 38 | 893 | ||
| 39 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - | 894 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - | 
| 40 | 1254656) | 895 | 1254656) | 
| 41 | 896 | ||
| 42 | 2005-09-14 10:49 tonvoon | 897 | 2005-09-14 05:49 tonvoon | 
| 43 | 898 | ||
| 44 | * configure.in: - Removing typos | 899 | * configure.in: - Removing typos | 
| 45 | 900 | ||
| 46 | 2005-09-13 16:48 tonvoon | 901 | 2005-09-13 11:48 tonvoon | 
| 47 | 902 | ||
| 48 | * plugins/check_ping.c: More diagnostic messages from check_ping | 903 | * plugins/check_ping.c: More diagnostic messages from check_ping | 
| 49 | 904 | ||
| 50 | 2005-09-12 12:20 seanius | 905 | 2005-09-12 07:20 seanius | 
| 51 | 906 | ||
| 52 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in | 907 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in | 
| 53 | check_ping.c | 908 | check_ping.c | 
| 54 | 909 | ||
| 55 | 2005-09-12 11:37 tonvoon | 910 | 2005-09-12 06:37 tonvoon | 
| 56 | 911 | ||
| 57 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and | 912 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and | 
| 58 | waitpid | 913 | waitpid | 
| 59 | 914 | ||
| 60 | 2005-09-12 11:31 tonvoon | 915 | 2005-09-12 06:31 tonvoon | 
| 61 | 916 | ||
| 62 | * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, | 917 | * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, | 
| 63 | config_test/child_test.c, config_test/run_tests: ECHILD error at | 918 | config_test/child_test.c, config_test/run_tests: ECHILD error at | 
| 64 | waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke | 919 | waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke | 
| 65 | - 1250191) | 920 | - 1250191) | 
| 66 | 921 | ||
| 67 | 2005-08-30 23:11 tonvoon | 922 | 2005-08-30 18:11 tonvoon | 
| 68 | 923 | ||
| 69 | * plugins-scripts/subst.in: Better comments for what the | 924 | * plugins-scripts/subst.in: Better comments for what the | 
| 70 | substitutions are doing | 925 | substitutions are doing | 
| 71 | 926 | ||
| 72 | 2005-08-01 22:30 tonvoon | 927 | 2005-08-01 17:30 tonvoon | 
| 73 | 928 | ||
| 74 | * doc/BRANCHING: Move notes on branching away from RELEASING | 929 | * doc/BRANCHING: Move notes on branching away from RELEASING | 
| 75 | 930 | ||
| 76 | 2005-08-01 22:28 tonvoon | 931 | 2005-08-01 17:28 tonvoon | 
| 77 | 932 | ||
| 78 | * package.def: For 1.4.1 release | 933 | * package.def: For 1.4.1 release | 
| 79 | 934 | ||
| 80 | 2005-08-01 22:23 tonvoon | 935 | 2005-08-01 17:23 tonvoon | 
| 81 | 936 | ||
| 82 | * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release | 937 | * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release | 
| 83 | 938 | ||
| 84 | 2005-07-25 15:17 illumino | 939 | 2005-07-25 10:17 illumino | 
| 85 | 940 | ||
| 86 | * NPTest.pm: Change the environment variable NPTESTCACHE to | 941 | * NPTest.pm: Change the environment variable NPTESTCACHE to | 
| 87 | NPTEST_CACHE for consistancy | 942 | NPTEST_CACHE for consistancy | 
| 88 | 943 | ||
| 89 | 2005-07-25 02:47 illumino | 944 | 2005-07-24 21:47 illumino | 
| 90 | 945 | ||
| 91 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, | 946 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, | 
| 92 | plugins/t/check_disk.t, plugins/t/check_dns.t, | 947 | plugins/t/check_disk.t, plugins/t/check_dns.t, | 
| @@ -104,64 +959,64 @@ | |||
| 104 | infrastructure and all test cases (to use the new infrastructure) | 959 | infrastructure and all test cases (to use the new infrastructure) | 
| 105 | See NPTest.pm and issue 1185704 for more details. | 960 | See NPTest.pm and issue 1185704 for more details. | 
| 106 | 961 | ||
| 107 | 2005-07-20 23:39 tonvoon | 962 | 2005-07-20 18:39 tonvoon | 
| 108 | 963 | ||
| 109 | * THANKS.in: More contributors | 964 | * THANKS.in: More contributors | 
| 110 | 965 | ||
| 111 | 2005-07-20 23:38 tonvoon | 966 | 2005-07-20 18:38 tonvoon | 
| 112 | 967 | ||
| 113 | * plugins/check_ping.c: Fix parsing for netkit-ping and | 968 | * plugins/check_ping.c: Fix parsing for netkit-ping and | 
| 114 | iputils-ping (Christian G Warden) | 969 | iputils-ping (Christian G Warden) | 
| 115 | 970 | ||
| 116 | 2005-07-11 23:15 tonvoon | 971 | 2005-07-11 18:15 tonvoon | 
| 117 | 972 | ||
| 118 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | 973 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | 
| 119 | 1235879) | 974 | 1235879) | 
| 120 | 975 | ||
| 121 | 2005-07-09 05:44 tonvoon | 976 | 2005-07-09 00:44 tonvoon | 
| 122 | 977 | ||
| 123 | * BRANCHES: Changed format (already!) for awk simplicity | 978 | * BRANCHES: Changed format (already!) for awk simplicity | 
| 124 | 979 | ||
| 125 | 2005-07-09 05:03 tonvoon | 980 | 2005-07-09 00:03 tonvoon | 
| 126 | 981 | ||
| 127 | * BRANCHES: Master file to describe the current branches in CVS. | 982 | * BRANCHES: Master file to describe the current branches in CVS. | 
| 128 | Will be used by sfsnapshot to create the snapshot tarballs | 983 | Will be used by sfsnapshot to create the snapshot tarballs | 
| 129 | 984 | ||
| 130 | 2005-07-06 23:21 tonvoon | 985 | 2005-07-06 18:21 tonvoon | 
| 131 | 986 | ||
| 132 | * configure.in: Removed ",", causing problems with MacOSX compile | 987 | * configure.in: Removed ",", causing problems with MacOSX compile | 
| 133 | 988 | ||
| 134 | 2005-07-06 23:10 tonvoon | 989 | 2005-07-06 18:10 tonvoon | 
| 135 | 990 | ||
| 136 | * plugins/check_swap.c: Updated help file to remove swap -s | 991 | * plugins/check_swap.c: Updated help file to remove swap -s | 
| 137 | reference (Sivakumar Nellurandi) | 992 | reference (Sivakumar Nellurandi) | 
| 138 | 993 | ||
| 139 | 2005-07-06 22:00 tonvoon | 994 | 2005-07-06 17:00 tonvoon | 
| 140 | 995 | ||
| 141 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | 996 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | 
| 142 | developers | 997 | developers | 
| 143 | 998 | ||
| 144 | 2005-07-04 10:52 opensides | 999 | 2005-07-04 05:52 opensides | 
| 145 | 1000 | ||
| 146 | * contrib/tarballs/check_traffic-0.90b.tar.gz: | 1001 | * contrib/tarballs/check_traffic-0.90b.tar.gz: | 
| 147 | replace the version of check_traffic who was missing the plugin | 1002 | replace the version of check_traffic who was missing the plugin | 
| 148 | by a good one | 1003 | by a good one | 
| 149 | 1004 | ||
| 150 | 2005-06-29 05:11 seanius | 1005 | 2005-06-29 00:11 seanius | 
| 151 | 1006 | ||
| 152 | * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd | 1007 | * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd | 
| 153 | framework by andreas | 1008 | framework by andreas | 
| 154 | 1009 | ||
| 155 | 2005-06-29 02:04 seanius | 1010 | 2005-06-28 21:04 seanius | 
| 156 | 1011 | ||
| 157 | * plugins/check_swap.c: divide by 0 fix for check_swap | 1012 | * plugins/check_swap.c: divide by 0 fix for check_swap | 
| 158 | 1013 | ||
| 159 | 2005-06-28 03:26 seanius | 1014 | 2005-06-27 22:26 seanius | 
| 160 | 1015 | ||
| 161 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | 1016 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | 
| 162 | (1164325) | 1017 | (1164325) | 
| 163 | 1018 | ||
| 164 | 2005-06-28 01:26 seanius | 1019 | 2005-06-27 20:26 seanius | 
| 165 | 1020 | ||
| 166 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | 1021 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | 
| 167 | parsing fix for check_swap from tracker id 1123292. now use | 1022 | parsing fix for check_swap from tracker id 1123292. now use | 
| @@ -169,78 +1024,78 @@ | |||
| 169 | many systems, so support for testing for this was added to the | 1024 | many systems, so support for testing for this was added to the | 
| 170 | configure.in and automake template | 1025 | configure.in and automake template | 
| 171 | 1026 | ||
| 172 | 2005-06-27 14:07 seanius | 1027 | 2005-06-27 09:07 seanius | 
| 173 | 1028 | ||
| 174 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | 1029 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | 
| 175 | 1216576) | 1030 | 1216576) | 
| 176 | 1031 | ||
| 177 | 2005-06-26 17:27 seanius | 1032 | 2005-06-26 12:27 seanius | 
| 178 | 1033 | ||
| 179 | * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, | 1034 | * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, | 
| 180 | check_mysql.c, check_mysql.pl, check_mysqlslave.pl, | 1035 | check_mysql.c, check_mysql.pl, check_mysqlslave.pl, | 
| 181 | check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: | 1036 | check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: | 
| 182 | spring cleaning of contrib directory from andreas | 1037 | spring cleaning of contrib directory from andreas | 
| 183 | 1038 | ||
| 184 | 2005-06-26 17:18 seanius | 1039 | 2005-06-26 12:18 seanius | 
| 185 | 1040 | ||
| 186 | * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, | 1041 | * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, | 
| 187 | check_spread.tar, radius.tar.gz: removal of obsolete tarballs | 1042 | check_spread.tar, radius.tar.gz: removal of obsolete tarballs | 
| 188 | 1043 | ||
| 189 | 2005-06-26 02:23 seanius | 1044 | 2005-06-25 21:23 seanius | 
| 190 | 1045 | ||
| 191 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | 1046 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | 
| 192 | to np-d, minus the comments. | 1047 | to np-d, minus the comments. | 
| 193 | 1048 | ||
| 194 | 2005-06-05 18:43 seanius | 1049 | 2005-06-05 13:43 seanius | 
| 195 | 1050 | ||
| 196 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | 1051 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | 
| 197 | to andreas' patch from sean | 1052 | to andreas' patch from sean | 
| 198 | 1053 | ||
| 199 | 2005-06-03 14:53 seanius | 1054 | 2005-06-03 09:53 seanius | 
| 200 | 1055 | ||
| 201 | * plugins/check_procs.c: gcc 2.x fixes from edward | 1056 | * plugins/check_procs.c: gcc 2.x fixes from edward | 
| 202 | 1057 | ||
| 203 | 2005-06-01 20:41 sghosh | 1058 | 2005-06-01 15:41 sghosh | 
| 204 | 1059 | ||
| 205 | * plugins/check_snmp.c: only load mibs if needed or specified - | 1060 | * plugins/check_snmp.c: only load mibs if needed or specified - | 
| 206 | patch 1212395 | 1061 | patch 1212395 | 
| 207 | 1062 | ||
| 208 | 2005-05-28 02:21 seanius | 1063 | 2005-05-27 21:21 seanius | 
| 209 | 1064 | ||
| 210 | * plugins/check_load.c: bugfixes to check_load thanks to andreas | 1065 | * plugins/check_load.c: bugfixes to check_load thanks to andreas | 
| 211 | 1066 | ||
| 212 | 2005-05-26 03:13 seanius | 1067 | 2005-05-25 22:13 seanius | 
| 213 | 1068 | ||
| 214 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | 1069 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | 
| 215 | column numbers but the names instead for determining slave | 1070 | column numbers but the names instead for determining slave | 
| 216 | status. thanks to james kingston. | 1071 | status. thanks to james kingston. | 
| 217 | 1072 | ||
| 218 | 2005-05-25 18:42 sghosh | 1073 | 2005-05-25 13:42 sghosh | 
| 219 | 1074 | ||
| 220 | * plugins/check_time.c: 64bit sys support - 1185713 | 1075 | * plugins/check_time.c: 64bit sys support - 1185713 | 
| 221 | 1076 | ||
| 222 | 2005-05-25 16:40 sghosh | 1077 | 2005-05-25 11:40 sghosh | 
| 223 | 1078 | ||
| 224 | * plugins/check_snmp.c: support for getnext - 1106430 | 1079 | * plugins/check_snmp.c: support for getnext - 1106430 | 
| 225 | 1080 | ||
| 226 | 2005-05-25 15:25 sghosh | 1081 | 2005-05-25 10:25 sghosh | 
| 227 | 1082 | ||
| 228 | * plugins/check_ping.c: RH9 pattern | 1083 | * plugins/check_ping.c: RH9 pattern | 
| 229 | 1084 | ||
| 230 | 2005-05-25 15:05 sghosh | 1085 | 2005-05-25 10:05 sghosh | 
| 231 | 1086 | ||
| 232 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 | 1087 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 | 
| 233 | 1088 | ||
| 234 | 2005-05-25 04:37 sghosh | 1089 | 2005-05-24 23:37 sghosh | 
| 235 | 1090 | ||
| 236 | * plugins-scripts/check_ntp.pl: new option for zero offset - | 1091 | * plugins-scripts/check_ntp.pl: new option for zero offset - | 
| 237 | 1159317 | 1092 | 1159317 | 
| 238 | 1093 | ||
| 239 | 2005-05-25 04:23 sghosh | 1094 | 2005-05-24 23:23 sghosh | 
| 240 | 1095 | ||
| 241 | * plugins/check_snmp.c: v2c support - 1155754 | 1096 | * plugins/check_snmp.c: v2c support - 1155754 | 
| 242 | 1097 | ||
| 243 | 2005-05-25 01:43 seanius | 1098 | 2005-05-24 20:43 seanius | 
| 244 | 1099 | ||
| 245 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: | 1100 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: | 
| 246 | fixes for check_procs: - added support for printing the pid in | 1101 | fixes for check_procs: - added support for printing the pid in | 
| @@ -248,35 +1103,35 @@ | |||
| 248 | the pid vs getpid(). - initialize procetime to null string | 1103 | the pid vs getpid(). - initialize procetime to null string | 
| 249 | otherwise -vvv can have funny results | 1104 | otherwise -vvv can have funny results | 
| 250 | 1105 | ||
| 251 | 2005-05-25 01:30 seanius | 1106 | 2005-05-24 20:30 seanius | 
| 252 | 1107 | ||
| 253 | * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is | 1108 | * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is | 
| 254 | taken by mysql. now calling it np_net_connect. | 1109 | taken by mysql. now calling it np_net_connect. | 
| 255 | 1110 | ||
| 256 | 2005-05-24 23:33 sghosh | 1111 | 2005-05-24 18:33 sghosh | 
| 257 | 1112 | ||
| 258 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | 1113 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | 
| 259 | update | 1114 | update | 
| 260 | 1115 | ||
| 261 | 2005-05-24 23:10 sghosh | 1116 | 2005-05-24 18:10 sghosh | 
| 262 | 1117 | ||
| 263 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 | 1118 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 | 
| 264 | 1119 | ||
| 265 | 2005-05-24 21:25 seanius | 1120 | 2005-05-24 16:25 seanius | 
| 266 | 1121 | ||
| 267 | * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and | 1122 | * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and | 
| 268 | cleanup from andreas | 1123 | cleanup from andreas | 
| 269 | 1124 | ||
| 270 | 2005-05-23 06:09 seanius | 1125 | 2005-05-23 01:09 seanius | 
| 271 | 1126 | ||
| 272 | * nagios-plugins.spec.in: build fix | 1127 | * nagios-plugins.spec.in: build fix | 
| 273 | 1128 | ||
| 274 | 2005-05-03 03:00 seanius | 1129 | 2005-05-02 22:00 seanius | 
| 275 | 1130 | ||
| 276 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | 1131 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | 
| 277 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. | 1132 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. | 
| 278 | 1133 | ||
| 279 | 2005-05-03 02:52 seanius | 1134 | 2005-05-02 21:52 seanius | 
| 280 | 1135 | ||
| 281 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | 1136 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | 
| 282 | it would hang in a call to my_recv. the fix committed here adds | 1137 | it would hang in a call to my_recv. the fix committed here adds | 
| @@ -285,59 +1140,59 @@ | |||
| 285 | not use these "voodoo" heuristics and instead use poll() or | 1140 | not use these "voodoo" heuristics and instead use poll() or | 
| 286 | select(), but that's quite a bit more complicated. | 1141 | select(), but that's quite a bit more complicated. | 
| 287 | 1142 | ||
| 288 | 2005-05-01 21:12 seanius | 1143 | 2005-05-01 16:12 seanius | 
| 289 | 1144 | ||
| 290 | * plugins/: popen.c, popen.h: better error checking in spopen | 1145 | * plugins/: popen.c, popen.h: better error checking in spopen | 
| 291 | signal handler (see 1107524) | 1146 | signal handler (see 1107524) | 
| 292 | 1147 | ||
| 293 | 2005-05-01 20:50 seanius | 1148 | 2005-05-01 15:50 seanius | 
| 294 | 1149 | ||
| 295 | * configure.in: provide a --with-perl option | 1150 | * configure.in: provide a --with-perl option | 
| 296 | 1151 | ||
| 297 | 2005-04-29 01:27 stanleyhopcroft | 1152 | 2005-04-28 20:27 stanleyhopcroft | 
| 298 | 1153 | ||
| 299 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx | 1154 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx | 
| 300 | 1155 | ||
| 301 | 2005-04-19 01:16 seanius | 1156 | 2005-04-18 20:16 seanius | 
| 302 | 1157 | ||
| 303 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp | 1158 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp | 
| 304 | 1159 | ||
| 305 | 2005-04-19 01:09 seanius | 1160 | 2005-04-18 20:09 seanius | 
| 306 | 1161 | ||
| 307 | * configure.in: check for the -w flag for ping6 as well as ping | 1162 | * configure.in: check for the -w flag for ping6 as well as ping | 
| 308 | 1163 | ||
| 309 | 2005-04-17 23:22 seanius | 1164 | 2005-04-17 18:22 seanius | 
| 310 | 1165 | ||
| 311 | * plugins-scripts/check_disk_smb.pl: also change the --help output | 1166 | * plugins-scripts/check_disk_smb.pl: also change the --help output | 
| 312 | to reflect that check_disk_smb defaults to empty passwords | 1167 | to reflect that check_disk_smb defaults to empty passwords | 
| 313 | 1168 | ||
| 314 | 2005-04-16 07:09 seanius | 1169 | 2005-04-16 02:09 seanius | 
| 315 | 1170 | ||
| 316 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | 1171 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | 
| 317 | allow empty passwords | 1172 | allow empty passwords | 
| 318 | 1173 | ||
| 319 | 2005-04-14 05:13 seanius | 1174 | 2005-04-14 00:13 seanius | 
| 320 | 1175 | ||
| 321 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | 1176 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | 
| 322 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ | 1177 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ | 
| 323 | 1178 | ||
| 324 | 2005-04-14 05:07 seanius | 1179 | 2005-04-14 00:07 seanius | 
| 325 | 1180 | ||
| 326 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp | 1181 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp | 
| 327 | 1182 | ||
| 328 | 2005-04-11 19:02 seanius | 1183 | 2005-04-11 14:02 seanius | 
| 329 | 1184 | ||
| 330 | * plugins/check_ssh.c: properly call close() on the ssh connection | 1185 | * plugins/check_ssh.c: properly call close() on the ssh connection | 
| 331 | before exiting. | 1186 | before exiting. | 
| 332 | 1187 | ||
| 333 | 2005-04-11 04:07 seanius | 1188 | 2005-04-10 23:07 seanius | 
| 334 | 1189 | ||
| 335 | * configure.in, plugins/check_tcp.c: this should add support for | 1190 | * configure.in, plugins/check_tcp.c: this should add support for | 
| 336 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | 1191 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | 
| 337 | follow how things are done in 1.4 (using strdup instead of | 1192 | follow how things are done in 1.4 (using strdup instead of | 
| 338 | asprintf) and patching configure.in instead of configure. | 1193 | asprintf) and patching configure.in instead of configure. | 
| 339 | 1194 | ||
| 340 | 2005-04-07 05:33 seanius | 1195 | 2005-04-07 00:33 seanius | 
| 341 | 1196 | ||
| 342 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | 1197 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | 
| 343 | this should resolve 1174070. | 1198 | this should resolve 1174070. | 
| @@ -350,7 +1205,7 @@ | |||
| 350 | 1205 | ||
| 351 | sean | 1206 | sean | 
| 352 | 1207 | ||
| 353 | 2005-04-05 22:26 harpermann | 1208 | 2005-04-05 17:26 harpermann | 
| 354 | 1209 | ||
| 355 | * plugins/check_snmp.c: This is a first cut at adding performance | 1210 | * plugins/check_snmp.c: This is a first cut at adding performance | 
| 356 | data to check_snmp. I wasn't sure how to handle UOM so only | 1211 | data to check_snmp. I wasn't sure how to handle UOM so only | 
| @@ -359,216 +1214,216 @@ | |||
| 359 | and min values in the performance data until we come up with a | 1214 | and min values in the performance data until we come up with a | 
| 360 | way to handle them. | 1215 | way to handle them. | 
| 361 | 1216 | ||
| 362 | 2005-04-04 19:25 tonvoon | 1217 | 2005-04-04 14:25 tonvoon | 
| 363 | 1218 | ||
| 364 | * THANKS.in: More contributors | 1219 | * THANKS.in: More contributors | 
| 365 | 1220 | ||
| 366 | 2005-04-04 19:23 tonvoon | 1221 | 2005-04-04 14:23 tonvoon | 
| 367 | 1222 | ||
| 368 | * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) | 1223 | * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) | 
| 369 | 1224 | ||
| 370 | 2005-03-18 03:14 mattkent | 1225 | 2005-03-17 22:14 mattkent | 
| 371 | 1226 | ||
| 372 | * plugins/check_mysql.c: Replication check support for 4.1.x from | 1227 | * plugins/check_mysql.c: Replication check support for 4.1.x from | 
| 373 | Gerrit Beine | 1228 | Gerrit Beine | 
| 374 | 1229 | ||
| 375 | 2005-03-08 06:19 tonvoon | 1230 | 2005-03-08 01:19 tonvoon | 
| 376 | 1231 | ||
| 377 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue | 1232 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue | 
| 378 | 1233 | ||
| 379 | 2005-03-04 22:20 tonvoon | 1234 | 2005-03-04 17:20 tonvoon | 
| 380 | 1235 | ||
| 381 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset | 1236 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset | 
| 382 | 0.00000 (John Warburton - 1150777) | 1237 | 0.00000 (John Warburton - 1150777) | 
| 383 | 1238 | ||
| 384 | 2005-03-04 22:10 tonvoon | 1239 | 2005-03-04 17:10 tonvoon | 
| 385 | 1240 | ||
| 386 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 1241 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 
| 387 | comments | 1242 | comments | 
| 388 | 1243 | ||
| 389 | 2005-03-04 21:58 tonvoon | 1244 | 2005-03-04 16:58 tonvoon | 
| 390 | 1245 | ||
| 391 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 1246 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 
| 392 | comments (Steve Greenland - 1143836) | 1247 | comments (Steve Greenland - 1143836) | 
| 393 | 1248 | ||
| 394 | 2005-03-04 21:50 tonvoon | 1249 | 2005-03-04 16:50 tonvoon | 
| 395 | 1250 | ||
| 396 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | 1251 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | 
| 397 | 1119917) | 1252 | 1119917) | 
| 398 | 1253 | ||
| 399 | 2005-03-04 21:04 tonvoon | 1254 | 2005-03-04 16:04 tonvoon | 
| 400 | 1255 | ||
| 401 | * configure.in, package.def: Changed to next version number | 1256 | * configure.in, package.def: Changed to next version number | 
| 402 | 1257 | ||
| 403 | 2005-03-04 21:03 tonvoon | 1258 | 2005-03-04 16:03 tonvoon | 
| 404 | 1259 | ||
| 405 | * doc/RELEASING: Notes on branching | 1260 | * doc/RELEASING: Notes on branching | 
| 406 | 1261 | ||
| 407 | 2005-03-04 20:43 tonvoon | 1262 | 2005-03-04 15:43 tonvoon | 
| 408 | 1263 | ||
| 409 | * CHANGES: Missed check_disk addition to 1.4 | 1264 | * CHANGES: Missed check_disk addition to 1.4 | 
| 410 | 1265 | ||
| 411 | 2005-02-11 11:49 stanleyhopcroft | 1266 | 2005-02-11 06:49 stanleyhopcroft | 
| 412 | 1267 | ||
| 413 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | 1268 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | 
| 414 | Andreas Ericsson <ae@op5.se> | 1269 | Andreas Ericsson <ae@op5.se> | 
| 415 | 1270 | ||
| 416 | 2005-02-04 00:44 tonvoon | 1271 | 2005-02-03 19:44 tonvoon | 
| 417 | 1272 | ||
| 418 | * configure.in: For 1.4 release | 1273 | * configure.in: For 1.4 release | 
| 419 | 1274 | ||
| 420 | 2005-02-04 00:43 tonvoon | 1275 | 2005-02-03 19:43 tonvoon | 
| 421 | 1276 | ||
| 422 | * ChangeLog: Updated for 1.4 release | 1277 | * ChangeLog: Updated for 1.4 release | 
| 423 | 1278 | ||
| 424 | 2005-02-04 00:29 tonvoon | 1279 | 2005-02-03 19:29 tonvoon | 
| 425 | 1280 | ||
| 426 | * BUGS: New file to note known bugs for major releases | 1281 | * BUGS: New file to note known bugs for major releases | 
| 427 | 1282 | ||
| 428 | 2005-02-04 00:28 tonvoon | 1283 | 2005-02-03 19:28 tonvoon | 
| 429 | 1284 | ||
| 430 | * CHANGES: Reordering of items with most important announcements | 1285 | * CHANGES: Reordering of items with most important announcements | 
| 431 | first | 1286 | first | 
| 432 | 1287 | ||
| 433 | 2005-02-04 00:27 stanleyhopcroft | 1288 | 2005-02-03 19:27 stanleyhopcroft | 
| 434 | 1289 | ||
| 435 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle | 1290 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle | 
| 436 | 1291 | ||
| 437 | 2005-02-04 00:26 tonvoon | 1292 | 2005-02-03 19:26 tonvoon | 
| 438 | 1293 | ||
| 439 | * Makefile.am: BUGS file addition to release | 1294 | * Makefile.am: BUGS file addition to release | 
| 440 | 1295 | ||
| 441 | 2005-02-04 00:26 tonvoon | 1296 | 2005-02-03 19:26 tonvoon | 
| 442 | 1297 | ||
| 443 | * README: Cleanup and addition of reference to BUGS file | 1298 | * README: Cleanup and addition of reference to BUGS file | 
| 444 | 1299 | ||
| 445 | 2005-02-04 00:25 tonvoon | 1300 | 2005-02-03 19:25 tonvoon | 
| 446 | 1301 | ||
| 447 | * doc/RELEASING: Updated with corrections. Added note to update | 1302 | * doc/RELEASING: Updated with corrections. Added note to update | 
| 448 | BUGS file | 1303 | BUGS file | 
| 449 | 1304 | ||
| 450 | 2005-02-03 23:52 tonvoon | 1305 | 2005-02-03 18:52 tonvoon | 
| 451 | 1306 | ||
| 452 | * THANKS.in: Patch against check_log | 1307 | * THANKS.in: Patch against check_log | 
| 453 | 1308 | ||
| 454 | 2005-02-03 23:51 tonvoon | 1309 | 2005-02-03 18:51 tonvoon | 
| 455 | 1310 | ||
| 456 | * plugins-scripts/check_log.sh: Check for log file readability | 1311 | * plugins-scripts/check_log.sh: Check for log file readability | 
| 457 | 1312 | ||
| 458 | 2005-02-02 09:47 stanleyhopcroft | 1313 | 2005-02-02 04:47 stanleyhopcroft | 
| 459 | 1314 | ||
| 460 | * contrib/check_email_loop.pl: Add debug option from John Rouillard | 1315 | * contrib/check_email_loop.pl: Add debug option from John Rouillard | 
| 461 | 1316 | ||
| 462 | 2005-02-02 06:42 stanleyhopcroft | 1317 | 2005-02-02 01:42 stanleyhopcroft | 
| 463 | 1318 | ||
| 464 | * plugins/check_ide_smart.c: try again to stop looping | 1319 | * plugins/check_ide_smart.c: try again to stop looping | 
| 465 | 1320 | ||
| 466 | 2005-02-02 05:44 stanleyhopcroft | 1321 | 2005-02-02 00:44 stanleyhopcroft | 
| 467 | 1322 | ||
| 468 | * plugins/check_ide_smart.c: restructure main() to stop looping on | 1323 | * plugins/check_ide_smart.c: restructure main() to stop looping on | 
| 469 | -n | 1324 | -n | 
| 470 | 1325 | ||
| 471 | 2005-02-01 12:43 stanleyhopcroft | 1326 | 2005-02-01 07:43 stanleyhopcroft | 
| 472 | 1327 | ||
| 473 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place | 1328 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place | 
| 474 | for check_traceroute-pure_perl.pl | 1329 | for check_traceroute-pure_perl.pl | 
| 475 | 1330 | ||
| 476 | 2005-02-01 12:42 stanleyhopcroft | 1331 | 2005-02-01 07:42 stanleyhopcroft | 
| 477 | 1332 | ||
| 478 | * THANKS.in: Thank you for contributed plugins | 1333 | * THANKS.in: Thank you for contributed plugins | 
| 479 | 1334 | ||
| 480 | 2005-02-01 12:30 stanleyhopcroft | 1335 | 2005-02-01 07:30 stanleyhopcroft | 
| 481 | 1336 | ||
| 482 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS | 1337 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS | 
| 483 | 1338 | ||
| 484 | 2005-02-01 12:25 stanleyhopcroft | 1339 | 2005-02-01 07:25 stanleyhopcroft | 
| 485 | 1340 | ||
| 486 | * CHANGES: check_icmp no longer regarded as volatile; built by | 1341 | * CHANGES: check_icmp no longer regarded as volatile; built by | 
| 487 | default | 1342 | default | 
| 488 | 1343 | ||
| 489 | 2005-02-01 12:23 stanleyhopcroft | 1344 | 2005-02-01 07:23 stanleyhopcroft | 
| 490 | 1345 | ||
| 491 | * plugins/linux.h: plugins/linux.h, vestigeal header required for | 1346 | * plugins/linux.h: plugins/linux.h, vestigeal header required for | 
| 492 | prior versions of check_icmp, no longer required. | 1347 | prior versions of check_icmp, no longer required. | 
| 493 | 1348 | ||
| 494 | 2005-02-01 07:35 stanleyhopcroft | 1349 | 2005-02-01 02:35 stanleyhopcroft | 
| 495 | 1350 | ||
| 496 | * CHANGES: Amendments for check_icmp | 1351 | * CHANGES: Amendments for check_icmp | 
| 497 | 1352 | ||
| 498 | 2005-02-01 07:34 stanleyhopcroft | 1353 | 2005-02-01 02:34 stanleyhopcroft | 
| 499 | 1354 | ||
| 500 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). | 1355 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). | 
| 501 | 1356 | ||
| 502 | 2005-02-01 07:33 stanleyhopcroft | 1357 | 2005-02-01 02:33 stanleyhopcroft | 
| 503 | 1358 | ||
| 504 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. | 1359 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. | 
| 505 | 1360 | ||
| 506 | 2005-02-01 04:19 stanleyhopcroft | 1361 | 2005-01-31 23:19 stanleyhopcroft | 
| 507 | 1362 | ||
| 508 | * contrib/: check_asterisk.pl, | 1363 | * contrib/: check_asterisk.pl, | 
| 509 | check_http-with-client-certificate.c, check_email_loop.pl, | 1364 | check_http-with-client-certificate.c, check_email_loop.pl, | 
| 510 | tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in | 1365 | tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in | 
| 511 | /contrib | 1366 | /contrib | 
| 512 | 1367 | ||
| 513 | 2005-01-28 22:42 stanleyhopcroft | 1368 | 2005-01-28 17:42 stanleyhopcroft | 
| 514 | 1369 | ||
| 515 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase | 1370 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase | 
| 516 | (0.4). Thank you. | 1371 | (0.4). Thank you. | 
| 517 | 1372 | ||
| 518 | 2005-01-27 10:34 stanleyhopcroft | 1373 | 2005-01-27 05:34 stanleyhopcroft | 
| 519 | 1374 | ||
| 520 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon | 1375 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon | 
| 521 | hacked by YT for Nagios. Prob pretty weak | 1376 | hacked by YT for Nagios. Prob pretty weak | 
| 522 | 1377 | ||
| 523 | 2005-01-27 10:32 stanleyhopcroft | 1378 | 2005-01-27 05:32 stanleyhopcroft | 
| 524 | 1379 | ||
| 525 | * contrib/check_smart.pl: Candidate successor to | 1380 | * contrib/check_smart.pl: Candidate successor to | 
| 526 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another | 1381 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another | 
| 527 | new plugin with sim function | 1382 | new plugin with sim function | 
| 528 | 1383 | ||
| 529 | 2005-01-27 04:52 stanleyhopcroft | 1384 | 2005-01-26 23:52 stanleyhopcroft | 
| 530 | 1385 | ||
| 531 | * contrib/: check_fan_cpq_present, check_fan_fsc_present, | 1386 | * contrib/: check_fan_cpq_present, check_fan_fsc_present, | 
| 532 | check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib | 1387 | check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib | 
| 533 | plugin | 1388 | plugin | 
| 534 | 1389 | ||
| 535 | 2005-01-27 04:43 stanleyhopcroft | 1390 | 2005-01-26 23:43 stanleyhopcroft | 
| 536 | 1391 | ||
| 537 | * contrib/: check_pfstate, check_logins.c, check_arping.pl, | 1392 | * contrib/: check_pfstate, check_logins.c, check_arping.pl, | 
| 538 | check_frontpage, check_oracle_tbs, check_pcpmetric.py, | 1393 | check_frontpage, check_oracle_tbs, check_pcpmetric.py, | 
| 539 | check_cpqarray.c: New /contrib plugin | 1394 | check_cpqarray.c: New /contrib plugin | 
| 540 | 1395 | ||
| 541 | 2005-01-27 02:27 stanleyhopcroft | 1396 | 2005-01-26 21:27 stanleyhopcroft | 
| 542 | 1397 | ||
| 543 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: | 1398 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: | 
| 544 | 1399 | ||
| 545 | 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES | 1400 | 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES | 
| 546 | 1401 | ||
| 547 | 2005-01-27 01:38 harpermann | 1402 | 2005-01-26 20:38 harpermann | 
| 548 | 1403 | ||
| 549 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS | 1404 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS | 
| 550 | after talking with Stanley. | 1405 | after talking with Stanley. | 
| 551 | 1406 | ||
| 552 | 2005-01-26 21:39 tonvoon | 1407 | 2005-01-26 16:39 tonvoon | 
| 553 | 1408 | ||
| 554 | * THANKS.in: More contributors | 1409 | * THANKS.in: More contributors | 
| 555 | 1410 | ||
| 556 | 2005-01-26 21:21 tonvoon | 1411 | 2005-01-26 16:21 tonvoon | 
| 557 | 1412 | ||
| 558 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer | 1413 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer | 
| 559 | section (Randy O'Meara - 1107651) | 1414 | section (Randy O'Meara - 1107651) | 
| 560 | 1415 | ||
| 561 | 2005-01-26 20:53 tonvoon | 1416 | 2005-01-26 15:53 tonvoon | 
| 562 | 1417 | ||
| 563 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake | 1418 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake | 
| 564 | systems (Paulo Fessel - 1106849) | 1419 | systems (Paulo Fessel - 1106849) | 
| 565 | 1420 | ||
| 566 | 2005-01-25 22:15 stanleyhopcroft | 1421 | 2005-01-25 17:15 stanleyhopcroft | 
| 567 | 1422 | ||
| 568 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben | 1423 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben | 
| 569 | Farrelly) | 1424 | Farrelly) | 
| 570 | 1425 | ||
| 571 | 2005-01-25 18:11 harpermann | 1426 | 2005-01-25 13:11 harpermann | 
| 572 | 1427 | ||
| 573 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment | 1428 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment | 
| 574 | problem on Solaris. Linux kernel fixes alignment so this was not | 1429 | problem on Solaris. Linux kernel fixes alignment so this was not | 
| @@ -576,194 +1431,194 @@ | |||
| 576 | RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 | 1431 | RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 | 
| 577 | with the GNU env. | 1432 | with the GNU env. | 
| 578 | 1433 | ||
| 579 | 2005-01-25 12:43 stanleyhopcroft | 1434 | 2005-01-25 07:43 stanleyhopcroft | 
| 580 | 1435 | ||
| 581 | * plugins/check_ide_smart.c: Trivial text changes (print_help, | 1436 | * plugins/check_ide_smart.c: Trivial text changes (print_help, | 
| 582 | commentary & -n option) | 1437 | commentary & -n option) | 
| 583 | 1438 | ||
| 584 | 2005-01-25 09:20 stanleyhopcroft | 1439 | 2005-01-25 04:20 stanleyhopcroft | 
| 585 | 1440 | ||
| 586 | * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core | 1441 | * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core | 
| 587 | plugin) | 1442 | plugin) | 
| 588 | 1443 | ||
| 589 | 2005-01-25 09:19 stanleyhopcroft | 1444 | 2005-01-25 04:19 stanleyhopcroft | 
| 590 | 1445 | ||
| 591 | * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* | 1446 | * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* | 
| 592 | (esp check_ica_metaframe_pub_apps) | 1447 | (esp check_ica_metaframe_pub_apps) | 
| 593 | 1448 | ||
| 594 | 2005-01-25 09:16 stanleyhopcroft | 1449 | 2005-01-25 04:16 stanleyhopcroft | 
| 595 | 1450 | ||
| 596 | * contrib/check_dhcp.c: moved to /plugins (core plugin) | 1451 | * contrib/check_dhcp.c: moved to /plugins (core plugin) | 
| 597 | 1452 | ||
| 598 | 2005-01-25 09:15 stanleyhopcroft | 1453 | 2005-01-25 04:15 stanleyhopcroft | 
| 599 | 1454 | ||
| 600 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins | 1455 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins | 
| 601 | (mainly check_ica_metaframe_pub_apps) | 1456 | (mainly check_ica_metaframe_pub_apps) | 
| 602 | 1457 | ||
| 603 | 2005-01-25 09:12 stanleyhopcroft | 1458 | 2005-01-25 04:12 stanleyhopcroft | 
| 604 | 1459 | ||
| 605 | * contrib/packet_utils.pm: packet creation and dumping hacks used | 1460 | * contrib/packet_utils.pm: packet creation and dumping hacks used | 
| 606 | by check_ica* and check_lotus | 1461 | by check_ica* and check_lotus | 
| 607 | 1462 | ||
| 608 | 2005-01-25 09:09 stanleyhopcroft | 1463 | 2005-01-25 04:09 stanleyhopcroft | 
| 609 | 1464 | ||
| 610 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA | 1465 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA | 
| 611 | master browser is what it should be (important for firewalled | 1466 | master browser is what it should be (important for firewalled | 
| 612 | dialup) | 1467 | dialup) | 
| 613 | 1468 | ||
| 614 | 2005-01-25 09:07 stanleyhopcroft | 1469 | 2005-01-25 04:07 stanleyhopcroft | 
| 615 | 1470 | ||
| 616 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured | 1471 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured | 
| 617 | name mainly) for check_citrix: check of ICA browse service | 1472 | name mainly) for check_citrix: check of ICA browse service | 
| 618 | 1473 | ||
| 619 | 2005-01-25 09:05 stanleyhopcroft | 1474 | 2005-01-25 04:05 stanleyhopcroft | 
| 620 | 1475 | ||
| 621 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check | 1476 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check | 
| 622 | Citrix Metaframe XP "Program Neighbourhood" | 1477 | Citrix Metaframe XP "Program Neighbourhood" | 
| 623 | 1478 | ||
| 624 | 2005-01-25 09:04 stanleyhopcroft | 1479 | 2005-01-25 04:04 stanleyhopcroft | 
| 625 | 1480 | ||
| 626 | * contrib/check_lotus.pl: New plugin to check responsiveness of | 1481 | * contrib/check_lotus.pl: New plugin to check responsiveness of | 
| 627 | Louts Notes (v5 at least) servers | 1482 | Louts Notes (v5 at least) servers | 
| 628 | 1483 | ||
| 629 | 2005-01-24 23:17 stanleyhopcroft | 1484 | 2005-01-24 18:17 stanleyhopcroft | 
| 630 | 1485 | ||
| 631 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from | 1486 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from | 
| 632 | libexec_PROGRAMS (ie dont build by defaut) | 1487 | libexec_PROGRAMS (ie dont build by defaut) | 
| 633 | 1488 | ||
| 634 | 2005-01-24 23:15 stanleyhopcroft | 1489 | 2005-01-24 18:15 stanleyhopcroft | 
| 635 | 1490 | ||
| 636 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built | 1491 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built | 
| 637 | by default, use at own peril, volatile) | 1492 | by default, use at own peril, volatile) | 
| 638 | 1493 | ||
| 639 | 2005-01-21 09:24 stanleyhopcroft | 1494 | 2005-01-21 04:24 stanleyhopcroft | 
| 640 | 1495 | ||
| 641 | * configure.in: Set arch specifc preprocessor symbols in config.h. | 1496 | * configure.in: Set arch specifc preprocessor symbols in config.h. | 
| 642 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i | 1497 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i | 
| 643 | fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 | 1498 | fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 | 
| 644 | sec. | 1499 | sec. | 
| 645 | 1500 | ||
| 646 | 2005-01-21 01:03 harpermann | 1501 | 2005-01-20 20:03 harpermann | 
| 647 | 1502 | ||
| 648 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) | 1503 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) | 
| 649 | arg was not handled correctly when passed to the snmpget command. | 1504 | arg was not handled correctly when passed to the snmpget command. | 
| 650 | Added -e --retries for the correct retries value to snmpcmd. | 1505 | Added -e --retries for the correct retries value to snmpcmd. | 
| 651 | 1506 | ||
| 652 | 2005-01-21 00:01 tonvoon | 1507 | 2005-01-20 19:01 tonvoon | 
| 653 | 1508 | ||
| 654 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios | 1509 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios | 
| 655 | Plugins Development Team, rather than individual names. Also, | 1510 | Plugins Development Team, rather than individual names. Also, | 
| 656 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS | 1511 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS | 
| 657 | 1512 | ||
| 658 | 2005-01-20 23:40 harpermann | 1513 | 2005-01-20 18:40 harpermann | 
| 659 | 1514 | ||
| 660 | * plugins/check_http.c: Changed long argument --minmax to | 1515 | * plugins/check_http.c: Changed long argument --minmax to | 
| 661 | --pagesize and updated help and usage | 1516 | --pagesize and updated help and usage | 
| 662 | 1517 | ||
| 663 | 2005-01-20 23:39 tonvoon | 1518 | 2005-01-20 18:39 tonvoon | 
| 664 | 1519 | ||
| 665 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for | 1520 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for | 
| 666 | the plugin team, with THANKS.in as the contributors list. | 1521 | the plugin team, with THANKS.in as the contributors list. | 
| 667 | 1522 | ||
| 668 | 2005-01-20 23:37 harpermann | 1523 | 2005-01-20 18:37 harpermann | 
| 669 | 1524 | ||
| 670 | * CHANGES: Added comment about check_http --pagesize and added max | 1525 | * CHANGES: Added comment about check_http --pagesize and added max | 
| 671 | value to page size check | 1526 | value to page size check | 
| 672 | 1527 | ||
| 673 | 2005-01-20 23:25 tonvoon | 1528 | 2005-01-20 18:25 tonvoon | 
| 674 | 1529 | ||
| 675 | * AUTHORS: Added Sean for bug reports | 1530 | * AUTHORS: Added Sean for bug reports | 
| 676 | 1531 | ||
| 677 | 2005-01-20 22:50 harpermann | 1532 | 2005-01-20 17:50 harpermann | 
| 678 | 1533 | ||
| 679 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page | 1534 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page | 
| 680 | size from Content-Length in the header. Added max value to the | 1535 | size from Content-Length in the header. Added max value to the | 
| 681 | -m switch so can do "-m min:max". Retained "-m min" convention. | 1536 | -m switch so can do "-m min:max". Retained "-m min" convention. | 
| 682 | Renamed long arg name to --minmax | 1537 | Renamed long arg name to --minmax | 
| 683 | 1538 | ||
| 684 | 2005-01-19 23:39 harpermann | 1539 | 2005-01-19 18:39 harpermann | 
| 685 | 1540 | ||
| 686 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were | 1541 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were | 
| 687 | several strcats writing to unallocated memory. Changed to | 1542 | several strcats writing to unallocated memory. Changed to | 
| 688 | asprintf. We're not freeing since plugin run is short. | 1543 | asprintf. We're not freeing since plugin run is short. | 
| 689 | 1544 | ||
| 690 | 2005-01-19 21:14 tonvoon | 1545 | 2005-01-19 16:14 tonvoon | 
| 691 | 1546 | ||
| 692 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) | 1547 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) | 
| 693 | 1548 | ||
| 694 | 2005-01-14 14:39 tonvoon | 1549 | 2005-01-14 09:39 tonvoon | 
| 695 | 1550 | ||
| 696 | * AUTHORS: More contributors | 1551 | * AUTHORS: More contributors | 
| 697 | 1552 | ||
| 698 | 2005-01-14 14:13 tonvoon | 1553 | 2005-01-14 09:13 tonvoon | 
| 699 | 1554 | ||
| 700 | * plugins/check_disk.c: Fix logic error with -e switch where result | 1555 | * plugins/check_disk.c: Fix logic error with -e switch where result | 
| 701 | not set (Daniel Austin - 1102012) | 1556 | not set (Daniel Austin - 1102012) | 
| 702 | 1557 | ||
| 703 | 2005-01-14 10:59 tonvoon | 1558 | 2005-01-14 05:59 tonvoon | 
| 704 | 1559 | ||
| 705 | * configure.in: Fixed ssl configure problems on Solaris (Bug | 1560 | * configure.in: Fixed ssl configure problems on Solaris (Bug | 
| 706 | 1096091) | 1561 | 1096091) | 
| 707 | 1562 | ||
| 708 | 2005-01-13 18:24 tonvoon | 1563 | 2005-01-13 13:24 tonvoon | 
| 709 | 1564 | ||
| 710 | * configure.in, plugins/check_swap.c: Use floats for holding memory | 1565 | * configure.in, plugins/check_swap.c: Use floats for holding memory | 
| 711 | values to avoid different types on different OSes. Seems to have | 1566 | values to avoid different types on different OSes. Seems to have | 
| 712 | a problem with the perf data for check_swap on Sol 2.6, but not | 1567 | a problem with the perf data for check_swap on Sol 2.6, but not | 
| 713 | critical | 1568 | critical | 
| 714 | 1569 | ||
| 715 | 2005-01-05 21:32 tonvoon | 1570 | 2005-01-05 16:32 tonvoon | 
| 716 | 1571 | ||
| 717 | * configure.in, package.def: Update version number to next release | 1572 | * configure.in, package.def: Update version number to next release | 
| 718 | 1573 | ||
| 719 | 2005-01-04 00:16 opensides | 1574 | 2005-01-03 19:16 opensides | 
| 720 | 1575 | ||
| 721 | * plugins/check_ide_smart.c: | 1576 | * plugins/check_ide_smart.c: | 
| 722 | still trying to fix #1094326 | 1577 | still trying to fix #1094326 | 
| 723 | 1578 | ||
| 724 | 2005-01-03 01:37 opensides | 1579 | 2005-01-02 20:37 opensides | 
| 725 | 1580 | ||
| 726 | * plugins/check_ide_smart.c: | 1581 | * plugins/check_ide_smart.c: | 
| 727 | more fixes for #1094326 | 1582 | more fixes for #1094326 | 
| 728 | 1583 | ||
| 729 | 2005-01-03 00:59 opensides | 1584 | 2005-01-02 19:59 opensides | 
| 730 | 1585 | ||
| 731 | * plugins-scripts/check_mailq.pl: | 1586 | * plugins-scripts/check_mailq.pl: | 
| 732 | fixes for #1094324 | 1587 | fixes for #1094324 | 
| 733 | 1588 | ||
| 734 | 2005-01-02 14:00 opensides | 1589 | 2005-01-02 09:00 opensides | 
| 735 | 1590 | ||
| 736 | * plugins/check_ide_smart.c: | 1591 | * plugins/check_ide_smart.c: | 
| 737 | fixing bug #1094326 | 1592 | fixing bug #1094326 | 
| 738 | 1593 | ||
| 739 | still need to check the makefile for check_ide_smart.c | 1594 | still need to check the makefile for check_ide_smart.c | 
| 740 | 1595 | ||
| 741 | 2005-01-01 16:15 tonvoon | 1596 | 2005-01-01 11:15 tonvoon | 
| 742 | 1597 | ||
| 743 | * plugins/check_smtp.c: Removed old terminate function (Bug | 1598 | * plugins/check_smtp.c: Removed old terminate function (Bug | 
| 744 | 1093491) | 1599 | 1093491) | 
| 745 | 1600 | ||
| 746 | 2004-12-30 17:17 tonvoon | 1601 | 2004-12-30 12:17 tonvoon | 
| 747 | 1602 | ||
| 748 | * ChangeLog: Updated with r1_4-beta1 details | 1603 | * ChangeLog: Updated with r1_4-beta1 details | 
| 749 | 1604 | ||
| 750 | 2004-12-30 14:23 tonvoon | 1605 | 2004-12-30 09:23 tonvoon | 
| 751 | 1606 | ||
| 752 | * CHANGES: Note some syntax changes to check_disk | 1607 | * CHANGES: Note some syntax changes to check_disk | 
| 753 | 1608 | ||
| 754 | 2004-12-30 14:22 tonvoon | 1609 | 2004-12-30 09:22 tonvoon | 
| 755 | 1610 | ||
| 756 | * doc/RELEASING: Update package files for version | 1611 | * doc/RELEASING: Update package files for version | 
| 757 | 1612 | ||
| 758 | 2004-12-30 14:21 tonvoon | 1613 | 2004-12-30 09:21 tonvoon | 
| 759 | 1614 | ||
| 760 | * AUTHORS: For help with ps on FreeBSD 4 | 1615 | * AUTHORS: For help with ps on FreeBSD 4 | 
| 761 | 1616 | ||
| 762 | 2004-12-30 14:19 tonvoon | 1617 | 2004-12-30 09:19 tonvoon | 
| 763 | 1618 | ||
| 764 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) | 1619 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) | 
| 765 | 1620 | ||
| 766 | 2004-12-30 00:41 opensides | 1621 | 2004-12-29 19:41 opensides | 
| 767 | 1622 | ||
| 768 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, | 1623 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, | 
| 769 | plugins/check_procs.c, plugins/check_smtp.c, | 1624 | plugins/check_procs.c, plugins/check_smtp.c, | 
| @@ -772,32 +1627,32 @@ | |||
| 772 | more internationalization fixes internationalization freeze for | 1627 | more internationalization fixes internationalization freeze for | 
| 773 | beta1 | 1628 | beta1 | 
| 774 | 1629 | ||
| 775 | 2004-12-28 23:40 opensides | 1630 | 2004-12-28 18:40 opensides | 
| 776 | 1631 | ||
| 777 | * AUTHORS, po/fr.po: | 1632 | * AUTHORS, po/fr.po: | 
| 778 | more internationalization | 1633 | more internationalization | 
| 779 | 1634 | ||
| 780 | 2004-12-28 23:18 opensides | 1635 | 2004-12-28 18:18 opensides | 
| 781 | 1636 | ||
| 782 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: | 1637 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: | 
| 783 | starttls support for check_smtp #1041576 | 1638 | starttls support for check_smtp #1041576 | 
| 784 | 1639 | ||
| 785 | 2004-12-28 22:34 opensides | 1640 | 2004-12-28 17:34 opensides | 
| 786 | 1641 | ||
| 787 | * AUTHORS, plugins/check_ping.c: | 1642 | * AUTHORS, plugins/check_ping.c: | 
| 788 | String match in check_ping for Solaris 10 #1091043 | 1643 | String match in check_ping for Solaris 10 #1091043 | 
| 789 | 1644 | ||
| 790 | 2004-12-28 20:40 tonvoon | 1645 | 2004-12-28 15:40 tonvoon | 
| 791 | 1646 | ||
| 792 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 | 1647 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 | 
| 793 | (Julien Touche) | 1648 | (Julien Touche) | 
| 794 | 1649 | ||
| 795 | 2004-12-27 22:44 opensides | 1650 | 2004-12-27 17:44 opensides | 
| 796 | 1651 | ||
| 797 | * po/fr.po: | 1652 | * po/fr.po: | 
| 798 | more internationalization | 1653 | more internationalization | 
| 799 | 1654 | ||
| 800 | 2004-12-25 23:17 opensides | 1655 | 2004-12-25 18:17 opensides | 
| 801 | 1656 | ||
| 802 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | 1657 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | 
| 803 | plugins/check_dummy.c, plugins/check_fping.c, | 1658 | plugins/check_dummy.c, plugins/check_fping.c, | 
| @@ -817,39 +1672,39 @@ | |||
| 817 | plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 1672 | plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 
| 818 | various fixes for localization | 1673 | various fixes for localization | 
| 819 | 1674 | ||
| 820 | 2004-12-25 16:18 opensides | 1675 | 2004-12-25 11:18 opensides | 
| 821 | 1676 | ||
| 822 | * po/: de.po, fr.po, nagios-plugins.pot: | 1677 | * po/: de.po, fr.po, nagios-plugins.pot: | 
| 823 | new version of po files and pot file | 1678 | new version of po files and pot file | 
| 824 | 1679 | ||
| 825 | 2004-12-25 12:25 opensides | 1680 | 2004-12-25 07:25 opensides | 
| 826 | 1681 | ||
| 827 | * package.def, po/POTFILES.in: | 1682 | * package.def, po/POTFILES.in: | 
| 828 | change realase name on package.def adding check_dhcp.c to | 1683 | change realase name on package.def adding check_dhcp.c to | 
| 829 | potfiles.in | 1684 | potfiles.in | 
| 830 | 1685 | ||
| 831 | 2004-12-25 12:09 opensides | 1686 | 2004-12-25 07:09 opensides | 
| 832 | 1687 | ||
| 833 | * plugins/: check_by_ssh.c, check_dhcp.c: | 1688 | * plugins/: check_by_ssh.c, check_dhcp.c: | 
| 834 | internationalization of check_dhcp internationalization fixes of | 1689 | internationalization of check_dhcp internationalization fixes of | 
| 835 | check_ssh | 1690 | check_ssh | 
| 836 | 1691 | ||
| 837 | 2004-12-24 18:06 opensides | 1692 | 2004-12-24 13:06 opensides | 
| 838 | 1693 | ||
| 839 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: | 1694 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: | 
| 840 | first pass at adapting to plugin guidelines and start of | 1695 | first pass at adapting to plugin guidelines and start of | 
| 841 | localization | 1696 | localization | 
| 842 | 1697 | ||
| 843 | 2004-12-23 18:54 opensides | 1698 | 2004-12-23 13:54 opensides | 
| 844 | 1699 | ||
| 845 | * plugins/check_http.c, po/fr.po: | 1700 | * plugins/check_http.c, po/fr.po: | 
| 846 | internationalization fixes | 1701 | internationalization fixes | 
| 847 | 1702 | ||
| 848 | 2004-12-23 16:47 mwirtgen | 1703 | 2004-12-23 11:47 mwirtgen | 
| 849 | 1704 | ||
| 850 | * po/de.po: german translations 391 to go | 1705 | * po/de.po: german translations 391 to go | 
| 851 | 1706 | ||
| 852 | 2004-12-23 09:30 tonvoon | 1707 | 2004-12-23 04:30 tonvoon | 
| 853 | 1708 | ||
| 854 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | 1709 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | 
| 855 | plugins/Makefile.am: Another attempt at fixing check_http compile | 1710 | plugins/Makefile.am: Another attempt at fixing check_http compile | 
| @@ -858,120 +1713,120 @@ | |||
| 858 | Fixed compile of check_dhcp (complaining about socklen_t). Added | 1713 | Fixed compile of check_dhcp (complaining about socklen_t). Added | 
| 859 | acknowledgements for Coreutils and curl | 1714 | acknowledgements for Coreutils and curl | 
| 860 | 1715 | ||
| 861 | 2004-12-22 23:02 harpermann | 1716 | 2004-12-22 18:02 harpermann | 
| 862 | 1717 | ||
| 863 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. | 1718 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. | 
| 864 | If it exists, <description> is used as an arg to asprintf. If | 1719 | If it exists, <description> is used as an arg to asprintf. If | 
| 865 | it doesn't exist, <description> is used as a label. If the | 1720 | it doesn't exist, <description> is used as a label. If the | 
| 866 | formatting is wrong, the program will segv. | 1721 | formatting is wrong, the program will segv. | 
| 867 | 1722 | ||
| 868 | 2004-12-22 07:24 tonvoon | 1723 | 2004-12-22 02:24 tonvoon | 
| 869 | 1724 | ||
| 870 | * lib/: Makefile.am, stdbool_.h: File required from coreutils | 1725 | * lib/: Makefile.am, stdbool_.h: File required from coreutils | 
| 871 | 1726 | ||
| 872 | 2004-12-21 22:52 tonvoon | 1727 | 2004-12-21 17:52 tonvoon | 
| 873 | 1728 | ||
| 874 | * configure.in, plugins/Makefile.am: Revert back to previous | 1729 | * configure.in, plugins/Makefile.am: Revert back to previous | 
| 875 | openssl checks (the ones from curl kept having problems with | 1730 | openssl checks (the ones from curl kept having problems with | 
| 876 | later Redhat versions) | 1731 | later Redhat versions) | 
| 877 | 1732 | ||
| 878 | 2004-12-21 22:36 tonvoon | 1733 | 2004-12-21 17:36 tonvoon | 
| 879 | 1734 | ||
| 880 | * m4/stdbool.m4: Another m4 from coreutils | 1735 | * m4/stdbool.m4: Another m4 from coreutils | 
| 881 | 1736 | ||
| 882 | 2004-12-21 15:45 tonvoon | 1737 | 2004-12-21 10:45 tonvoon | 
| 883 | 1738 | ||
| 884 | * AUTHORS: For their bug reports | 1739 | * AUTHORS: For their bug reports | 
| 885 | 1740 | ||
| 886 | 2004-12-21 12:47 tonvoon | 1741 | 2004-12-21 07:47 tonvoon | 
| 887 | 1742 | ||
| 888 | * configure.in: Fix for FreeBSD ps command (reported by Michael | 1743 | * configure.in: Fix for FreeBSD ps command (reported by Michael | 
| 889 | Bakker) | 1744 | Bakker) | 
| 890 | 1745 | ||
| 891 | 2004-12-21 09:32 tonvoon | 1746 | 2004-12-21 04:32 tonvoon | 
| 892 | 1747 | ||
| 893 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed | 1748 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed | 
| 894 | compile problem on Sol2.6 with stdbool.h | 1749 | compile problem on Sol2.6 with stdbool.h | 
| 895 | 1750 | ||
| 896 | 2004-12-21 08:56 stanleyhopcroft | 1751 | 2004-12-21 03:56 stanleyhopcroft | 
| 897 | 1752 | ||
| 898 | * plugins/check_dhcp.c: Commentary changes only: cite origin of | 1753 | * plugins/check_dhcp.c: Commentary changes only: cite origin of | 
| 899 | copied code with reference to ACK file | 1754 | copied code with reference to ACK file | 
| 900 | 1755 | ||
| 901 | 2004-12-21 08:55 stanleyhopcroft | 1756 | 2004-12-21 03:55 stanleyhopcroft | 
| 902 | 1757 | ||
| 903 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of | 1758 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of | 
| 904 | code copied by the plugins | 1759 | code copied by the plugins | 
| 905 | 1760 | ||
| 906 | 2004-12-21 05:00 mattkent | 1761 | 2004-12-21 00:00 mattkent | 
| 907 | 1762 | ||
| 908 | * plugins/check_dns.c: Add another error string match from Pasi | 1763 | * plugins/check_dns.c: Add another error string match from Pasi | 
| 909 | Tiittanen | 1764 | Tiittanen | 
| 910 | 1765 | ||
| 911 | 2004-12-20 22:20 tonvoon | 1766 | 2004-12-20 17:20 tonvoon | 
| 912 | 1767 | ||
| 913 | * plugins/check_nagios.c: Corrected help for expiry units. Restored | 1768 | * plugins/check_nagios.c: Corrected help for expiry units. Restored | 
| 914 | functionality of searching for process arguments | 1769 | functionality of searching for process arguments | 
| 915 | 1770 | ||
| 916 | 2004-12-20 22:01 tonvoon | 1771 | 2004-12-20 17:01 tonvoon | 
| 917 | 1772 | ||
| 918 | * plugins/check_nagios.c: Updating help text to reflect using | 1773 | * plugins/check_nagios.c: Updating help text to reflect using | 
| 919 | shortname instead of full path for command | 1774 | shortname instead of full path for command | 
| 920 | 1775 | ||
| 921 | 2004-12-20 21:38 tonvoon | 1776 | 2004-12-20 16:38 tonvoon | 
| 922 | 1777 | ||
| 923 | * configure.in: - stupid typo | 1778 | * configure.in: - stupid typo | 
| 924 | 1779 | ||
| 925 | 2004-12-20 21:26 tonvoon | 1780 | 2004-12-20 16:26 tonvoon | 
| 926 | 1781 | ||
| 927 | * configure.in: Fix compile errors when looking for openssl | 1782 | * configure.in: Fix compile errors when looking for openssl | 
| 928 | 1783 | ||
| 929 | 2004-12-20 09:04 stanleyhopcroft | 1784 | 2004-12-20 04:04 stanleyhopcroft | 
| 930 | 1785 | ||
| 931 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation | 1786 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation | 
| 932 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown | 1787 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown | 
| 933 | if check_dhcp works on UX. | 1788 | if check_dhcp works on UX. | 
| 934 | 1789 | ||
| 935 | 2004-12-18 18:28 mwirtgen | 1790 | 2004-12-18 13:28 mwirtgen | 
| 936 | 1791 | ||
| 937 | * po/de.po: Initial commit on german translation - 428 to go | 1792 | * po/de.po: Initial commit on german translation - 428 to go | 
| 938 | 1793 | ||
| 939 | 2004-12-17 18:14 tonvoon | 1794 | 2004-12-17 13:14 tonvoon | 
| 940 | 1795 | ||
| 941 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs | 1796 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs | 
| 942 | 1797 | ||
| 943 | 2004-12-15 23:12 tonvoon | 1798 | 2004-12-15 18:12 tonvoon | 
| 944 | 1799 | ||
| 945 | * configure.in: Bump version to next release | 1800 | * configure.in: Bump version to next release | 
| 946 | 1801 | ||
| 947 | 2004-12-15 23:11 tonvoon | 1802 | 2004-12-15 18:11 tonvoon | 
| 948 | 1803 | ||
| 949 | * doc/developer-guidelines.sgml: Mistake in automake version - back | 1804 | * doc/developer-guidelines.sgml: Mistake in automake version - back | 
| 950 | to 1.8 | 1805 | to 1.8 | 
| 951 | 1806 | ||
| 952 | 2004-12-15 23:10 tonvoon | 1807 | 2004-12-15 18:10 tonvoon | 
| 953 | 1808 | ||
| 954 | * doc/RELEASING: Clarified notes | 1809 | * doc/RELEASING: Clarified notes | 
| 955 | 1810 | ||
| 956 | 2004-12-15 21:56 tonvoon | 1811 | 2004-12-15 16:56 tonvoon | 
| 957 | 1812 | ||
| 958 | * ChangeLog: Updated for r1_4_0-alpha3 | 1813 | * ChangeLog: Updated for r1_4_0-alpha3 | 
| 959 | 1814 | ||
| 960 | 2004-12-15 21:27 tonvoon | 1815 | 2004-12-15 16:27 tonvoon | 
| 961 | 1816 | ||
| 962 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools | 1817 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools | 
| 963 | 1818 | ||
| 964 | 2004-12-15 21:01 tonvoon | 1819 | 2004-12-15 16:01 tonvoon | 
| 965 | 1820 | ||
| 966 | * m4/Makefile.am: Makefile for m4 files | 1821 | * m4/Makefile.am: Makefile for m4 files | 
| 967 | 1822 | ||
| 968 | 2004-12-15 20:54 tonvoon | 1823 | 2004-12-15 15:54 tonvoon | 
| 969 | 1824 | ||
| 970 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | 1825 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | 
| 971 | Support for coreutils lib. Configure tests via m4 scripts from | 1826 | Support for coreutils lib. Configure tests via m4 scripts from | 
| 972 | coreutils | 1827 | coreutils | 
| 973 | 1828 | ||
| 974 | 2004-12-15 20:51 tonvoon | 1829 | 2004-12-15 15:51 tonvoon | 
| 975 | 1830 | ||
| 976 | * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, | 1831 | * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, | 
| 977 | extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, | 1832 | extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, | 
| @@ -982,7 +1837,7 @@ | |||
| 982 | realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, | 1837 | realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, | 
| 983 | unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ | 1838 | unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ | 
| 984 | 1839 | ||
| 985 | 2004-12-15 20:47 tonvoon | 1840 | 2004-12-15 15:47 tonvoon | 
| 986 | 1841 | ||
| 987 | * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, | 1842 | * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, | 
| 988 | fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, | 1843 | fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, | 
| @@ -992,12 +1847,12 @@ | |||
| 992 | autoconf tests. Updated Makefile.am to have nagiosplug lib and a | 1847 | autoconf tests. Updated Makefile.am to have nagiosplug lib and a | 
| 993 | separate coreutils lib | 1848 | separate coreutils lib | 
| 994 | 1849 | ||
| 995 | 2004-12-15 00:10 opensides | 1850 | 2004-12-14 19:10 opensides | 
| 996 | 1851 | ||
| 997 | * po/: de.po, fr.po: | 1852 | * po/: de.po, fr.po: | 
| 998 | fr.po work in progress still 88 to translate ;-) | 1853 | fr.po work in progress still 88 to translate ;-) | 
| 999 | 1854 | ||
| 1000 | 2004-12-11 06:25 mattkent | 1855 | 2004-12-11 01:25 mattkent | 
| 1001 | 1856 | ||
| 1002 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | 1857 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | 
| 1003 | when expected value not received (#1082275). Also included | 1858 | when expected value not received (#1082275). Also included | 
| @@ -1006,55 +1861,55 @@ | |||
| 1006 | defines an expected string this is changed to the old style | 1861 | defines an expected string this is changed to the old style | 
| 1007 | strstr matching. | 1862 | strstr matching. | 
| 1008 | 1863 | ||
| 1009 | 2004-12-10 21:18 tonvoon | 1864 | 2004-12-10 16:18 tonvoon | 
| 1010 | 1865 | ||
| 1011 | * plugins/check_ldap.c: Fixed compile warning | 1866 | * plugins/check_ldap.c: Fixed compile warning | 
| 1012 | 1867 | ||
| 1013 | 2004-12-10 06:10 mattkent | 1868 | 2004-12-10 01:10 mattkent | 
| 1014 | 1869 | ||
| 1015 | * plugins/Makefile.am: Compile broken - fixing link flags. | 1870 | * plugins/Makefile.am: Compile broken - fixing link flags. | 
| 1016 | 1871 | ||
| 1017 | 2004-12-10 05:57 mattkent | 1872 | 2004-12-10 00:57 mattkent | 
| 1018 | 1873 | ||
| 1019 | * plugins/check_dns.c: Error catching improvements from Ollie Cook | 1874 | * plugins/check_dns.c: Error catching improvements from Ollie Cook | 
| 1020 | 1875 | ||
| 1021 | 2004-12-10 05:54 mattkent | 1876 | 2004-12-10 00:54 mattkent | 
| 1022 | 1877 | ||
| 1023 | * plugins/check_pgsql.c: Fixing broken compile | 1878 | * plugins/check_pgsql.c: Fixing broken compile | 
| 1024 | 1879 | ||
| 1025 | 2004-12-10 05:39 mattkent | 1880 | 2004-12-10 00:39 mattkent | 
| 1026 | 1881 | ||
| 1027 | * AUTHORS: More contributers | 1882 | * AUTHORS: More contributers | 
| 1028 | 1883 | ||
| 1029 | 2004-12-10 00:54 stanleyhopcroft | 1884 | 2004-12-09 19:54 stanleyhopcroft | 
| 1030 | 1885 | ||
| 1031 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c | 1886 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c | 
| 1032 | 1887 | ||
| 1033 | 2004-12-10 00:52 stanleyhopcroft | 1888 | 2004-12-09 19:52 stanleyhopcroft | 
| 1034 | 1889 | ||
| 1035 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | 1890 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | 
| 1036 | Solaris via DLPI | 1891 | Solaris via DLPI | 
| 1037 | 1892 | ||
| 1038 | 2004-12-10 00:20 tonvoon | 1893 | 2004-12-09 19:20 tonvoon | 
| 1039 | 1894 | ||
| 1040 | * plugins/: check_dns.c, check_procs.c: Reverting back ngettext | 1895 | * plugins/: check_dns.c, check_procs.c: Reverting back ngettext | 
| 1041 | calls | 1896 | calls | 
| 1042 | 1897 | ||
| 1043 | 2004-12-10 00:13 tonvoon | 1898 | 2004-12-09 19:13 tonvoon | 
| 1044 | 1899 | ||
| 1045 | * plugins/common.h: Fix includes for gettext | 1900 | * plugins/common.h: Fix includes for gettext | 
| 1046 | 1901 | ||
| 1047 | 2004-12-09 22:33 tonvoon | 1902 | 2004-12-09 17:33 tonvoon | 
| 1048 | 1903 | ||
| 1049 | * configure.in: Include $libsuff for systems that define this | 1904 | * configure.in: Include $libsuff for systems that define this | 
| 1050 | (based on advice from Daniel Stenberg) | 1905 | (based on advice from Daniel Stenberg) | 
| 1051 | 1906 | ||
| 1052 | 2004-12-08 23:14 tonvoon | 1907 | 2004-12-08 18:14 tonvoon | 
| 1053 | 1908 | ||
| 1054 | * configure.in: Removed redundant check and make export | 1909 | * configure.in: Removed redundant check and make export | 
| 1055 | LD_LIBRARY_PATH more sh friendly | 1910 | LD_LIBRARY_PATH more sh friendly | 
| 1056 | 1911 | ||
| 1057 | 2004-12-08 00:36 opensides | 1912 | 2004-12-07 19:36 opensides | 
| 1058 | 1913 | ||
| 1059 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | 1914 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | 
| 1060 | plugins/check_game.c, plugins/check_http.c, | 1915 | plugins/check_game.c, plugins/check_http.c, | 
| @@ -1064,64 +1919,64 @@ | |||
| 1064 | 1919 | ||
| 1065 | minor internationalization fixes | 1920 | minor internationalization fixes | 
| 1066 | 1921 | ||
| 1067 | 2004-12-08 00:22 tonvoon | 1922 | 2004-12-07 19:22 tonvoon | 
| 1068 | 1923 | ||
| 1069 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | 1924 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | 
| 1070 | for subsequent compiles (otherwise get ld.so.1: ./conftest: | 1925 | for subsequent compiles (otherwise get ld.so.1: ./conftest: | 
| 1071 | fatal: libssl.so.0.9.7: open failed) | 1926 | fatal: libssl.so.0.9.7: open failed) | 
| 1072 | 1927 | ||
| 1073 | 2004-12-07 06:51 tonvoon | 1928 | 2004-12-07 01:51 tonvoon | 
| 1074 | 1929 | ||
| 1075 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | 1930 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | 
| 1076 | by curl 7.12.2's configure.ac) | 1931 | by curl 7.12.2's configure.ac) | 
| 1077 | 1932 | ||
| 1078 | 2004-12-07 03:13 mattkent | 1933 | 2004-12-06 22:13 mattkent | 
| 1079 | 1934 | ||
| 1080 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | 1935 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | 
| 1081 | down (#1012191) from Raúl Pedroche. | 1936 | down (#1012191) from Raúl Pedroche. | 
| 1082 | 1937 | ||
| 1083 | 2004-12-07 02:45 stanleyhopcroft | 1938 | 2004-12-06 21:45 stanleyhopcroft | 
| 1084 | 1939 | ||
| 1085 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. | 1940 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. | 
| 1086 | 1941 | ||
| 1087 | 2004-12-07 02:31 stanleyhopcroft | 1942 | 2004-12-06 21:31 stanleyhopcroft | 
| 1088 | 1943 | ||
| 1089 | * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. | 1944 | * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. | 
| 1090 | Attempt to port to non Linux platform. | 1945 | Attempt to port to non Linux platform. | 
| 1091 | 1946 | ||
| 1092 | 2004-12-06 18:49 opensides | 1947 | 2004-12-06 13:49 opensides | 
| 1093 | 1948 | ||
| 1094 | * po/fr.po: | 1949 | * po/fr.po: | 
| 1095 | new version of fr.po | 1950 | new version of fr.po | 
| 1096 | 1951 | ||
| 1097 | 2004-12-05 22:07 mattkent | 1952 | 2004-12-05 17:07 mattkent | 
| 1098 | 1953 | ||
| 1099 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | 1954 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | 
| 1100 | Missana) | 1955 | Missana) | 
| 1101 | 1956 | ||
| 1102 | 2004-12-05 12:59 opensides | 1957 | 2004-12-05 07:59 opensides | 
| 1103 | 1958 | ||
| 1104 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: | 1959 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: | 
| 1105 | cleaned fr.po nagios-plugins.pot | 1960 | cleaned fr.po nagios-plugins.pot | 
| 1106 | 1961 | ||
| 1107 | 2004-12-05 00:54 opensides | 1962 | 2004-12-04 19:54 opensides | 
| 1108 | 1963 | ||
| 1109 | * plugins/: check_http.c, check_icmp.c, check_nwstat.c, | 1964 | * plugins/: check_http.c, check_icmp.c, check_nwstat.c, | 
| 1110 | check_ping.c, check_smtp.c, check_swap.c, utils.h: | 1965 | check_ping.c, check_smtp.c, check_swap.c, utils.h: | 
| 1111 | fix patch 998291 fix patch 1078934 expect check_ssh fix and | 1966 | fix patch 998291 fix patch 1078934 expect check_ssh fix and | 
| 1112 | check_nt perfdata should stay on one word like in nagios | 1967 | check_nt perfdata should stay on one word like in nagios | 
| 1113 | 1968 | ||
| 1114 | 2004-12-04 12:34 opensides | 1969 | 2004-12-04 07:34 opensides | 
| 1115 | 1970 | ||
| 1116 | * po/nagios-plugins.pot: | 1971 | * po/nagios-plugins.pot: | 
| 1117 | new version of pot file | 1972 | new version of pot file | 
| 1118 | 1973 | ||
| 1119 | 2004-12-04 12:31 opensides | 1974 | 2004-12-04 07:31 opensides | 
| 1120 | 1975 | ||
| 1121 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | 1976 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | 
| 1122 | various internationalization fixes | 1977 | various internationalization fixes | 
| 1123 | 1978 | ||
| 1124 | 2004-12-04 12:12 opensides | 1979 | 2004-12-04 07:12 opensides | 
| 1125 | 1980 | ||
| 1126 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | 1981 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | 
| 1127 | plugins/check_http.c, plugins/check_ide-smart.c, | 1982 | plugins/check_http.c, plugins/check_ide-smart.c, | 
| @@ -1132,19 +1987,19 @@ | |||
| 1132 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: | 1987 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: | 
| 1133 | internationalization fixes bugfixes | 1988 | internationalization fixes bugfixes | 
| 1134 | 1989 | ||
| 1135 | 2004-12-04 10:57 opensides | 1990 | 2004-12-04 05:57 opensides | 
| 1136 | 1991 | ||
| 1137 | * plugins/: check_dns.c, check_hpjd.c: | 1992 | * plugins/: check_dns.c, check_hpjd.c: | 
| 1138 | check_dns needs a space between 'time' and the hostname | 1993 | check_dns needs a space between 'time' and the hostname | 
| 1139 | check_hpjd needs a parenthesis removed in print_usage() | 1994 | check_hpjd needs a parenthesis removed in print_usage() | 
| 1140 | 1995 | ||
| 1141 | 2004-12-04 00:23 opensides | 1996 | 2004-12-03 19:23 opensides | 
| 1142 | 1997 | ||
| 1143 | * plugins/check_swap.c: | 1998 | * plugins/check_swap.c: | 
| 1144 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap | 1999 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap | 
| 1145 | information on Sol6 | 2000 | information on Sol6 | 
| 1146 | 2001 | ||
| 1147 | 2004-12-03 23:55 opensides | 2002 | 2004-12-03 18:55 opensides | 
| 1148 | 2003 | ||
| 1149 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2004 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1150 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2005 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 
| @@ -1157,12 +2012,12 @@ | |||
| 1157 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | 2012 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | 
| 1158 | sorry | 2013 | sorry | 
| 1159 | 2014 | ||
| 1160 | 2004-12-03 23:23 opensides | 2015 | 2004-12-03 18:23 opensides | 
| 1161 | 2016 | ||
| 1162 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 2017 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 
| 1163 | check_tcp parenthesis bug, header fix for po files | 2018 | check_tcp parenthesis bug, header fix for po files | 
| 1164 | 2019 | ||
| 1165 | 2004-12-03 23:01 opensides | 2020 | 2004-12-03 18:01 opensides | 
| 1166 | 2021 | ||
| 1167 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | 2022 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | 
| 1168 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2023 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 
| @@ -1175,13 +2030,13 @@ | |||
| 1175 | 2030 | ||
| 1176 | other misc cleanups | 2031 | other misc cleanups | 
| 1177 | 2032 | ||
| 1178 | 2004-12-03 21:56 stanleyhopcroft | 2033 | 2004-12-03 16:56 stanleyhopcroft | 
| 1179 | 2034 | ||
| 1180 | * plugins/check_tcp.c: 1041571: -D option processing corrected | 2035 | * plugins/check_tcp.c: 1041571: -D option processing corrected | 
| 1181 | (Eric Chen). Changed process_arguments() to return TRUE. Dont | 2036 | (Eric Chen). Changed process_arguments() to return TRUE. Dont | 
| 1182 | know why this was necessary. | 2037 | know why this was necessary. | 
| 1183 | 2038 | ||
| 1184 | 2004-12-03 20:28 opensides | 2039 | 2004-12-03 15:28 opensides | 
| 1185 | 2040 | ||
| 1186 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2041 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1187 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2042 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -1194,22 +2049,22 @@ | |||
| 1194 | check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from | 2049 | check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from | 
| 1195 | print_usage this was not a good idea ;-) | 2050 | print_usage this was not a good idea ;-) | 
| 1196 | 2051 | ||
| 1197 | 2004-12-03 19:20 opensides | 2052 | 2004-12-03 14:20 opensides | 
| 1198 | 2053 | ||
| 1199 | * plugins/utils.c: | 2054 | * plugins/utils.c: | 
| 1200 | removing support fonction removing warranty from print_revision | 2055 | removing support fonction removing warranty from print_revision | 
| 1201 | 2056 | ||
| 1202 | 2004-12-03 17:48 opensides | 2057 | 2004-12-03 12:48 opensides | 
| 1203 | 2058 | ||
| 1204 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: | 2059 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: | 
| 1205 | some minor fixes | 2060 | some minor fixes | 
| 1206 | 2061 | ||
| 1207 | 2004-12-03 17:15 opensides | 2062 | 2004-12-03 12:15 opensides | 
| 1208 | 2063 | ||
| 1209 | * plugins/: check_load.c, check_ssh.c: | 2064 | * plugins/: check_load.c, check_ssh.c: | 
| 1210 | correcting parenthesis error | 2065 | correcting parenthesis error | 
| 1211 | 2066 | ||
| 1212 | 2004-12-03 16:56 opensides | 2067 | 2004-12-03 11:56 opensides | 
| 1213 | 2068 | ||
| 1214 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | 2069 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | 
| 1215 | plugins/check_ping.c, plugins/check_procs.c, | 2070 | plugins/check_ping.c, plugins/check_procs.c, | 
| @@ -1220,7 +2075,7 @@ | |||
| 1220 | plugins/urlize.c: | 2075 | plugins/urlize.c: | 
| 1221 | fixes for internationalization | 2076 | fixes for internationalization | 
| 1222 | 2077 | ||
| 1223 | 2004-12-03 11:45 opensides | 2078 | 2004-12-03 06:45 opensides | 
| 1224 | 2079 | ||
| 1225 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2080 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1226 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2081 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -1229,7 +2084,7 @@ | |||
| 1229 | check_nt.c, check_nwstat.c: | 2084 | check_nt.c, check_nwstat.c: | 
| 1230 | internationalization fixes and help fixes | 2085 | internationalization fixes and help fixes | 
| 1231 | 2086 | ||
| 1232 | 2004-12-03 09:19 opensides | 2087 | 2004-12-03 04:19 opensides | 
| 1233 | 2088 | ||
| 1234 | * plugins/check_by_ssh.c, plugins/check_dig.c, | 2089 | * plugins/check_by_ssh.c, plugins/check_dig.c, | 
| 1235 | plugins/check_http.c, plugins/check_nwstat.c, | 2090 | plugins/check_http.c, plugins/check_nwstat.c, | 
| @@ -1237,30 +2092,30 @@ | |||
| 1237 | po/.cvsignore: | 2092 | po/.cvsignore: | 
| 1238 | Localization fixes | 2093 | Localization fixes | 
| 1239 | 2094 | ||
| 1240 | 2004-12-03 08:45 opensides | 2095 | 2004-12-03 03:45 opensides | 
| 1241 | 2096 | ||
| 1242 | * plugins/: check_ide-smart.c, check_pgsql.c: | 2097 | * plugins/: check_ide-smart.c, check_pgsql.c: | 
| 1243 | correcting copyright and remaning int result = STATE_UNKNOWN; | 2098 | correcting copyright and remaning int result = STATE_UNKNOWN; | 
| 1244 | 2099 | ||
| 1245 | 2004-12-03 04:37 mattkent | 2100 | 2004-12-02 23:37 mattkent | 
| 1246 | 2101 | ||
| 1247 | * plugins/check_nagios.c: Affected by elapsed time patch. | 2102 | * plugins/check_nagios.c: Affected by elapsed time patch. | 
| 1248 | 2103 | ||
| 1249 | 2004-12-03 04:16 mattkent | 2104 | 2004-12-02 23:16 mattkent | 
| 1250 | 2105 | ||
| 1251 | * AUTHORS: Another contributer. | 2106 | * AUTHORS: Another contributer. | 
| 1252 | 2107 | ||
| 1253 | 2004-12-03 04:10 mattkent | 2108 | 2004-12-02 23:10 mattkent | 
| 1254 | 2109 | ||
| 1255 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | 2110 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | 
| 1256 | which adds elapsed time as a metric. Only for linux so far. | 2111 | which adds elapsed time as a metric. Only for linux so far. | 
| 1257 | (991359) | 2112 | (991359) | 
| 1258 | 2113 | ||
| 1259 | 2004-12-03 02:21 mattkent | 2114 | 2004-12-02 21:21 mattkent | 
| 1260 | 2115 | ||
| 1261 | * plugins/check_ldap.c: Fix typo breaking compile. | 2116 | * plugins/check_ldap.c: Fix typo breaking compile. | 
| 1262 | 2117 | ||
| 1263 | 2004-12-03 00:55 opensides | 2118 | 2004-12-02 19:55 opensides | 
| 1264 | 2119 | ||
| 1265 | * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, | 2120 | * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, | 
| 1266 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2121 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -1274,18 +2129,18 @@ | |||
| 1274 | bump copyright year initialize result to STATE_UNKNOW in place of | 2129 | bump copyright year initialize result to STATE_UNKNOW in place of | 
| 1275 | STATE_OK | 2130 | STATE_OK | 
| 1276 | 2131 | ||
| 1277 | 2004-12-02 21:23 opensides | 2132 | 2004-12-02 16:23 opensides | 
| 1278 | 2133 | ||
| 1279 | * plugins/: check_dns.c, check_ldap.c, check_procs.c: | 2134 | * plugins/: check_dns.c, check_ldap.c, check_procs.c: | 
| 1280 | --disable-nls throws an error on check_dns, check_procs and | 2135 | --disable-nls throws an error on check_dns, check_procs and | 
| 1281 | check_ldap without this patch. | 2136 | check_ldap without this patch. | 
| 1282 | 2137 | ||
| 1283 | 2004-12-02 21:03 stanleyhopcroft | 2138 | 2004-12-02 16:03 stanleyhopcroft | 
| 1284 | 2139 | ||
| 1285 | * plugins/check_tcp.c: Tracker 1041571: appended :D to | 2140 | * plugins/check_tcp.c: Tracker 1041571: appended :D to | 
| 1286 | getopt_long() args (for cert expiry check). Eric Chen. | 2141 | getopt_long() args (for cert expiry check). Eric Chen. | 
| 1287 | 2142 | ||
| 1288 | 2004-12-02 16:51 opensides | 2143 | 2004-12-02 11:51 opensides | 
| 1289 | 2144 | ||
| 1290 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2145 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1291 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2146 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 
| @@ -1299,7 +2154,7 @@ | |||
| 1299 | More internationalization work new usage4 function to permit | 2154 | More internationalization work new usage4 function to permit | 
| 1300 | localisation of think like check_ssh: xxxxx | 2155 | localisation of think like check_ssh: xxxxx | 
| 1301 | 2156 | ||
| 1302 | 2004-12-02 14:54 opensides | 2157 | 2004-12-02 09:54 opensides | 
| 1303 | 2158 | ||
| 1304 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2159 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1305 | check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, | 2160 | check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, | 
| @@ -1311,34 +2166,34 @@ | |||
| 1311 | check_ups.c, check_users.c, negate.c: | 2166 | check_ups.c, check_users.c, negate.c: | 
| 1312 | return of process_arguments() is TRUE not OK ! | 2167 | return of process_arguments() is TRUE not OK ! | 
| 1313 | 2168 | ||
| 1314 | 2004-12-02 14:35 opensides | 2169 | 2004-12-02 09:35 opensides | 
| 1315 | 2170 | ||
| 1316 | * plugins/check_http.c: return of process_arguments() is TRUE not | 2171 | * plugins/check_http.c: return of process_arguments() is TRUE not | 
| 1317 | OK ! | 2172 | OK ! | 
| 1318 | 2173 | ||
| 1319 | 2004-12-02 08:45 stanleyhopcroft | 2174 | 2004-12-02 03:45 stanleyhopcroft | 
| 1320 | 2175 | ||
| 1321 | * plugins/Makefile.am: Add check_icmp plugin | 2176 | * plugins/Makefile.am: Add check_icmp plugin | 
| 1322 | 2177 | ||
| 1323 | 2004-12-02 08:44 stanleyhopcroft | 2178 | 2004-12-02 03:44 stanleyhopcroft | 
| 1324 | 2179 | ||
| 1325 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson | 2180 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson | 
| 1326 | 2181 | ||
| 1327 | 2004-12-02 08:44 stanleyhopcroft | 2182 | 2004-12-02 03:44 stanleyhopcroft | 
| 1328 | 2183 | ||
| 1329 | * plugins/linux.h: For check_icmp plugin from A Ericsson | 2184 | * plugins/linux.h: For check_icmp plugin from A Ericsson | 
| 1330 | 2185 | ||
| 1331 | 2004-12-02 04:48 mattkent | 2186 | 2004-12-01 23:48 mattkent | 
| 1332 | 2187 | ||
| 1333 | * command.cfg.in: Fix typo. | 2188 | * command.cfg.in: Fix typo. | 
| 1334 | 2189 | ||
| 1335 | 2004-12-02 04:36 mattkent | 2190 | 2004-12-01 23:36 mattkent | 
| 1336 | 2191 | ||
| 1337 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | 2192 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | 
| 1338 | from Arnaud Quette to bring support to NUT 2.0 plus couple | 2193 | from Arnaud Quette to bring support to NUT 2.0 plus couple | 
| 1339 | improvements and fixes (1038413 which includes 1032009, 815785). | 2194 | improvements and fixes (1038413 which includes 1032009, 815785). | 
| 1340 | 2195 | ||
| 1341 | 2004-12-02 01:11 opensides | 2196 | 2004-12-01 20:11 opensides | 
| 1342 | 2197 | ||
| 1343 | * plugins/: check_dns.c, check_game.c, check_http.c, | 2198 | * plugins/: check_dns.c, check_game.c, check_http.c, | 
| 1344 | check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, | 2199 | check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, | 
| @@ -1348,12 +2203,12 @@ | |||
| 1348 | check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: | 2203 | check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: | 
| 1349 | changed Error: by CRITICAL - more localization fixes | 2204 | changed Error: by CRITICAL - more localization fixes | 
| 1350 | 2205 | ||
| 1351 | 2004-12-02 00:30 opensides | 2206 | 2004-12-01 19:30 opensides | 
| 1352 | 2207 | ||
| 1353 | * contrib/check_rbl.c: | 2208 | * contrib/check_rbl.c: | 
| 1354 | adapted for localization | 2209 | adapted for localization | 
| 1355 | 2210 | ||
| 1356 | 2004-12-01 23:54 opensides | 2211 | 2004-12-01 18:54 opensides | 
| 1357 | 2212 | ||
| 1358 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2213 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1359 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2214 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -1368,181 +2223,181 @@ | |||
| 1368 | netutils.h, popen.c, urlize.c, utils.c, utils.h: | 2223 | netutils.h, popen.c, urlize.c, utils.c, utils.h: | 
| 1369 | standardize localization string standardize unknow arguments | 2224 | standardize localization string standardize unknow arguments | 
| 1370 | 2225 | ||
| 1371 | 2004-12-01 22:02 tonvoon | 2226 | 2004-12-01 17:02 tonvoon | 
| 1372 | 2227 | ||
| 1373 | * doc/RELEASING: Notes on releasing | 2228 | * doc/RELEASING: Notes on releasing | 
| 1374 | 2229 | ||
| 1375 | 2004-12-01 21:55 tonvoon | 2230 | 2004-12-01 16:55 tonvoon | 
| 1376 | 2231 | ||
| 1377 | * configure.in: Next version number | 2232 | * configure.in: Next version number | 
| 1378 | 2233 | ||
| 1379 | 2004-12-01 21:01 tonvoon | 2234 | 2004-12-01 16:01 tonvoon | 
| 1380 | 2235 | ||
| 1381 | * ChangeLog: Updated for r1_4_0-alpha2 | 2236 | * ChangeLog: Updated for r1_4_0-alpha2 | 
| 1382 | 2237 | ||
| 1383 | 2004-12-01 20:43 tonvoon | 2238 | 2004-12-01 15:43 tonvoon | 
| 1384 | 2239 | ||
| 1385 | * tools/devmode: eval not working - instructions now in comments | 2240 | * tools/devmode: eval not working - instructions now in comments | 
| 1386 | 2241 | ||
| 1387 | 2004-12-01 20:09 tonvoon | 2242 | 2004-12-01 15:09 tonvoon | 
| 1388 | 2243 | ||
| 1389 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from | 2244 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from | 
| 1390 | a change I made earlier | 2245 | a change I made earlier | 
| 1391 | 2246 | ||
| 1392 | 2004-12-01 19:33 opensides | 2247 | 2004-12-01 14:33 opensides | 
| 1393 | 2248 | ||
| 1394 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2249 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1395 | check_fping.c, check_ssh.c: | 2250 | check_fping.c, check_ssh.c: | 
| 1396 | first pass at standardization of messages for the localization | 2251 | first pass at standardization of messages for the localization | 
| 1397 | 2252 | ||
| 1398 | 2004-12-01 08:41 stanleyhopcroft | 2253 | 2004-12-01 03:41 stanleyhopcroft | 
| 1399 | 2254 | ||
| 1400 | * configure.in: Bryan Loniewski contributed check_jabber plugin | 2255 | * configure.in: Bryan Loniewski contributed check_jabber plugin | 
| 1401 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate | 2256 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate | 
| 1402 | expiry check [added -D option to check_tcp] | 2257 | expiry check [added -D option to check_tcp] | 
| 1403 | 2258 | ||
| 1404 | 2004-12-01 08:28 stanleyhopcroft | 2259 | 2004-12-01 03:28 stanleyhopcroft | 
| 1405 | 2260 | ||
| 1406 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with | 2261 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with | 
| 1407 | SEGV if connect fails | 2262 | SEGV if connect fails | 
| 1408 | 2263 | ||
| 1409 | 2004-12-01 08:26 stanleyhopcroft | 2264 | 2004-12-01 03:26 stanleyhopcroft | 
| 1410 | 2265 | ||
| 1411 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check | 2266 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check | 
| 1412 | + nntps, simap, jabber | 2267 | + nntps, simap, jabber | 
| 1413 | 2268 | ||
| 1414 | 2004-12-01 03:50 mattkent | 2269 | 2004-11-30 22:50 mattkent | 
| 1415 | 2270 | ||
| 1416 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for | 2271 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for | 
| 1417 | newer versions of nmap | 2272 | newer versions of nmap | 
| 1418 | 2273 | ||
| 1419 | 2004-12-01 03:26 mattkent | 2274 | 2004-11-30 22:26 mattkent | 
| 1420 | 2275 | ||
| 1421 | * plugins-scripts/check_oracle.sh: Perf data and other improvements | 2276 | * plugins-scripts/check_oracle.sh: Perf data and other improvements | 
| 1422 | by Florian Gleixner (1027787) | 2277 | by Florian Gleixner (1027787) | 
| 1423 | 2278 | ||
| 1424 | 2004-11-30 07:40 opensides | 2279 | 2004-11-30 02:40 opensides | 
| 1425 | 2280 | ||
| 1426 | * po/fr.po: | 2281 | * po/fr.po: | 
| 1427 | more french translations | 2282 | more french translations | 
| 1428 | 2283 | ||
| 1429 | 2004-11-30 00:25 tonvoon | 2284 | 2004-11-29 19:25 tonvoon | 
| 1430 | 2285 | ||
| 1431 | * plugins/check_ide-smart.c: Capitalized some error messages | 2286 | * plugins/check_ide-smart.c: Capitalized some error messages | 
| 1432 | 2287 | ||
| 1433 | 2004-11-30 00:24 tonvoon | 2288 | 2004-11-29 19:24 tonvoon | 
| 1434 | 2289 | ||
| 1435 | * plugins/urlize.c: Updated output to UNKNOWN | 2290 | * plugins/urlize.c: Updated output to UNKNOWN | 
| 1436 | 2291 | ||
| 1437 | 2004-11-30 00:21 opensides | 2292 | 2004-11-29 19:21 opensides | 
| 1438 | 2293 | ||
| 1439 | * po/fr.po: | 2294 | * po/fr.po: | 
| 1440 | translating fr.po new part | 2295 | translating fr.po new part | 
| 1441 | 2296 | ||
| 1442 | 2004-11-29 23:52 tonvoon | 2297 | 2004-11-29 18:52 tonvoon | 
| 1443 | 2298 | ||
| 1444 | * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required | 2299 | * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required | 
| 1445 | from coreutils | 2300 | from coreutils | 
| 1446 | 2301 | ||
| 1447 | 2004-11-29 23:46 tonvoon | 2302 | 2004-11-29 18:46 tonvoon | 
| 1448 | 2303 | ||
| 1449 | * SUPPORT: Cleanup and statement re: contrib plugins | 2304 | * SUPPORT: Cleanup and statement re: contrib plugins | 
| 1450 | 2305 | ||
| 1451 | 2004-11-29 22:42 tonvoon | 2306 | 2004-11-29 17:42 tonvoon | 
| 1452 | 2307 | ||
| 1453 | * configure.in: Patches for configure on *BSD (Julien Touche) | 2308 | * configure.in: Patches for configure on *BSD (Julien Touche) | 
| 1454 | 2309 | ||
| 1455 | 2004-11-29 05:07 stanleyhopcroft | 2310 | 2004-11-29 00:07 stanleyhopcroft | 
| 1456 | 2311 | ||
| 1457 | * contrib/: README.TXT, rblcheck-dns, rblcheck-web, | 2312 | * contrib/: README.TXT, rblcheck-dns, rblcheck-web, | 
| 1458 | tarballs/check_icmp-0.8.tar.gz: [no log message] | 2313 | tarballs/check_icmp-0.8.tar.gz: [no log message] | 
| 1459 | 2314 | ||
| 1460 | 2004-11-29 04:49 mattkent | 2315 | 2004-11-28 23:49 mattkent | 
| 1461 | 2316 | ||
| 1462 | * contrib/check_linux_raid.pl: Better error checking (820806) | 2317 | * contrib/check_linux_raid.pl: Better error checking (820806) | 
| 1463 | 2318 | ||
| 1464 | 2004-11-29 00:56 opensides | 2319 | 2004-11-28 19:56 opensides | 
| 1465 | 2320 | ||
| 1466 | * po/fr.po: | 2321 | * po/fr.po: | 
| 1467 | second version of french .po still 300 ;-) to translate | 2322 | second version of french .po still 300 ;-) to translate | 
| 1468 | 2323 | ||
| 1469 | 2004-11-28 22:57 opensides | 2324 | 2004-11-28 17:57 opensides | 
| 1470 | 2325 | ||
| 1471 | * po/fr.po: | 2326 | * po/fr.po: | 
| 1472 | first new translation of fr.po | 2327 | first new translation of fr.po | 
| 1473 | 2328 | ||
| 1474 | 2004-11-27 21:00 mattkent | 2329 | 2004-11-27 16:00 mattkent | 
| 1475 | 2330 | ||
| 1476 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel | 2331 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel | 
| 1477 | Gullin) | 2332 | Gullin) | 
| 1478 | 2333 | ||
| 1479 | 2004-11-26 08:54 stanleyhopcroft | 2334 | 2004-11-26 03:54 stanleyhopcroft | 
| 1480 | 2335 | ||
| 1481 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres | 2336 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres | 
| 1482 | 2337 | ||
| 1483 | 2004-11-25 05:09 mattkent | 2338 | 2004-11-25 00:09 mattkent | 
| 1484 | 2339 | ||
| 1485 | * plugins/check_disk.c: From old test harness code, make | 2340 | * plugins/check_disk.c: From old test harness code, make | 
| 1486 | ./check_disk -w 0 -c 0 / valid parameters again | 2341 | ./check_disk -w 0 -c 0 / valid parameters again | 
| 1487 | 2342 | ||
| 1488 | 2004-11-25 05:06 mattkent | 2343 | 2004-11-25 00:06 mattkent | 
| 1489 | 2344 | ||
| 1490 | * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, | 2345 | * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, | 
| 1491 | plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test | 2346 | plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test | 
| 1492 | harness | 2347 | harness | 
| 1493 | 2348 | ||
| 1494 | 2004-11-25 04:49 stanleyhopcroft | 2349 | 2004-11-24 23:49 stanleyhopcroft | 
| 1495 | 2350 | ||
| 1496 | * contrib/README.TXT: Removed reference to non existent tar balls | 2351 | * contrib/README.TXT: Removed reference to non existent tar balls | 
| 1497 | (Hopcroft plugins) | 2352 | (Hopcroft plugins) | 
| 1498 | 2353 | ||
| 1499 | 2004-11-25 04:46 stanleyhopcroft | 2354 | 2004-11-24 23:46 stanleyhopcroft | 
| 1500 | 2355 | ||
| 1501 | * contrib/check_wins.pl: Non functional tidy ups to check_wins | 2356 | * contrib/check_wins.pl: Non functional tidy ups to check_wins | 
| 1502 | 2357 | ||
| 1503 | 2004-11-25 04:30 stanleyhopcroft | 2358 | 2004-11-24 23:30 stanleyhopcroft | 
| 1504 | 2359 | ||
| 1505 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc | 2360 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc | 
| 1506 | 2361 | ||
| 1507 | 2004-11-25 04:28 stanleyhopcroft | 2362 | 2004-11-24 23:28 stanleyhopcroft | 
| 1508 | 2363 | ||
| 1509 | * contrib/check_sybase: Added /contrib/check_sybase by Simon | 2364 | * contrib/check_sybase: Added /contrib/check_sybase by Simon | 
| 1510 | Bellwood | 2365 | Bellwood | 
| 1511 | 2366 | ||
| 1512 | 2004-11-25 03:01 stanleyhopcroft | 2367 | 2004-11-24 22:01 stanleyhopcroft | 
| 1513 | 2368 | ||
| 1514 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP | 2369 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP | 
| 1515 | versions >=4 | 2370 | versions >=4 | 
| 1516 | 2371 | ||
| 1517 | 2004-11-24 21:34 tonvoon | 2372 | 2004-11-24 16:34 tonvoon | 
| 1518 | 2373 | ||
| 1519 | * tools/sfsnapshot: Removing build directory after creating | 2374 | * tools/sfsnapshot: Removing build directory after creating | 
| 1520 | distribution | 2375 | distribution | 
| 1521 | 2376 | ||
| 1522 | 2004-11-24 21:19 tonvoon | 2377 | 2004-11-24 16:19 tonvoon | 
| 1523 | 2378 | ||
| 1524 | * doc/makefile: Added clean | 2379 | * doc/makefile: Added clean | 
| 1525 | 2380 | ||
| 1526 | 2004-11-24 21:01 tonvoon | 2381 | 2004-11-24 16:01 tonvoon | 
| 1527 | 2382 | ||
| 1528 | * configure.in: Fix snapshot build on SF | 2383 | * configure.in: Fix snapshot build on SF | 
| 1529 | 2384 | ||
| 1530 | 2004-11-24 06:36 stanleyhopcroft | 2385 | 2004-11-24 01:36 stanleyhopcroft | 
| 1531 | 2386 | ||
| 1532 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. | 2387 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. | 
| 1533 | Correct nagiosplug-Bugs-889948, 846329 | 2388 | Correct nagiosplug-Bugs-889948, 846329 | 
| 1534 | 2389 | ||
| 1535 | 2004-11-24 04:35 mattkent | 2390 | 2004-11-23 23:35 mattkent | 
| 1536 | 2391 | ||
| 1537 | * plugins/check_nwstat.c: Attempting to fix a reported segfault | 2392 | * plugins/check_nwstat.c: Attempting to fix a reported segfault | 
| 1538 | (1055054) | 2393 | (1055054) | 
| 1539 | 2394 | ||
| 1540 | 2004-11-24 04:25 mattkent | 2395 | 2004-11-23 23:25 mattkent | 
| 1541 | 2396 | ||
| 1542 | * plugins/check_http.c: Added support for sending port in host | 2397 | * plugins/check_http.c: Added support for sending port in host | 
| 1543 | header (913633) | 2398 | header (913633) | 
| 1544 | 2399 | ||
| 1545 | 2004-11-24 00:46 tonvoon | 2400 | 2004-11-23 19:46 tonvoon | 
| 1546 | 2401 | ||
| 1547 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2402 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 1548 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2403 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -1554,171 +2409,171 @@ | |||
| 1554 | check_users.c, negate.c, urlize.c: Making messages more | 2409 | check_users.c, negate.c, urlize.c: Making messages more | 
| 1555 | consistent | 2410 | consistent | 
| 1556 | 2411 | ||
| 1557 | 2004-11-23 23:53 tonvoon | 2412 | 2004-11-23 18:53 tonvoon | 
| 1558 | 2413 | ||
| 1559 | * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, | 2414 | * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, | 
| 1560 | check_mysql.c, check_real.c, check_smtp.c, check_swap.c, | 2415 | check_mysql.c, check_real.c, check_smtp.c, check_swap.c, | 
| 1561 | check_by_ssh.c, check_dns.c, check_time.c: Standardising | 2416 | check_by_ssh.c, check_dns.c, check_time.c: Standardising | 
| 1562 | translation texts | 2417 | translation texts | 
| 1563 | 2418 | ||
| 1564 | 2004-11-23 23:35 tonvoon | 2419 | 2004-11-23 18:35 tonvoon | 
| 1565 | 2420 | ||
| 1566 | * doc/developer-guidelines.sgml: Guidelines on translated text | 2421 | * doc/developer-guidelines.sgml: Guidelines on translated text | 
| 1567 | (Yves Mettier, Simon Bellwood, Andreas Ericsson) | 2422 | (Yves Mettier, Simon Bellwood, Andreas Ericsson) | 
| 1568 | 2423 | ||
| 1569 | 2004-11-23 22:49 tonvoon | 2424 | 2004-11-23 17:49 tonvoon | 
| 1570 | 2425 | ||
| 1571 | * doc/developer-guidelines.sgml: Adding notes on developer and | 2426 | * doc/developer-guidelines.sgml: Adding notes on developer and | 
| 1572 | translator access in SF | 2427 | translator access in SF | 
| 1573 | 2428 | ||
| 1574 | 2004-11-23 06:06 mattkent | 2429 | 2004-11-23 01:06 mattkent | 
| 1575 | 2430 | ||
| 1576 | * AUTHORS: More contributers. | 2431 | * AUTHORS: More contributers. | 
| 1577 | 2432 | ||
| 1578 | 2004-11-23 05:49 mattkent | 2433 | 2004-11-23 00:49 mattkent | 
| 1579 | 2434 | ||
| 1580 | * plugins/check_disk.c: Fix integer warning and critical options. | 2435 | * plugins/check_disk.c: Fix integer warning and critical options. | 
| 1581 | Take values from current unit instead of always KB. | 2436 | Take values from current unit instead of always KB. | 
| 1582 | 2437 | ||
| 1583 | 2004-11-23 00:06 stanleyhopcroft | 2438 | 2004-11-22 19:06 stanleyhopcroft | 
| 1584 | 2439 | ||
| 1585 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin | 2440 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin | 
| 1586 | section. | 2441 | section. | 
| 1587 | 2442 | ||
| 1588 | 2004-11-22 22:44 tonvoon | 2443 | 2004-11-22 17:44 tonvoon | 
| 1589 | 2444 | ||
| 1590 | * AUTHORS: More contributors | 2445 | * AUTHORS: More contributors | 
| 1591 | 2446 | ||
| 1592 | 2004-11-22 22:30 tonvoon | 2447 | 2004-11-22 17:30 tonvoon | 
| 1593 | 2448 | ||
| 1594 | * plugins/check_nt.c: Fixed some messages that should not be | 2449 | * plugins/check_nt.c: Fixed some messages that should not be | 
| 1595 | translated (Benoit Mortier) | 2450 | translated (Benoit Mortier) | 
| 1596 | 2451 | ||
| 1597 | 2004-11-22 20:35 tonvoon | 2452 | 2004-11-22 15:35 tonvoon | 
| 1598 | 2453 | ||
| 1599 | * lib/getloadavg.m4: Not required - autoconf has own macros | 2454 | * lib/getloadavg.m4: Not required - autoconf has own macros | 
| 1600 | 2455 | ||
| 1601 | 2004-11-21 05:24 mattkent | 2456 | 2004-11-21 00:24 mattkent | 
| 1602 | 2457 | ||
| 1603 | * plugins/check_mysql.c: Patch from Nathan Shafer to add | 2458 | * plugins/check_mysql.c: Patch from Nathan Shafer to add | 
| 1604 | replication slave check (1006777) | 2459 | replication slave check (1006777) | 
| 1605 | 2460 | ||
| 1606 | 2004-11-20 22:56 mattkent | 2461 | 2004-11-20 17:56 mattkent | 
| 1607 | 2462 | ||
| 1608 | * AUTHORS: Oops, forgot one. | 2463 | * AUTHORS: Oops, forgot one. | 
| 1609 | 2464 | ||
| 1610 | 2004-11-20 22:46 mattkent | 2465 | 2004-11-20 17:46 mattkent | 
| 1611 | 2466 | ||
| 1612 | * AUTHORS: More contributers. | 2467 | * AUTHORS: More contributers. | 
| 1613 | 2468 | ||
| 1614 | 2004-11-20 22:43 mattkent | 2469 | 2004-11-20 17:43 mattkent | 
| 1615 | 2470 | ||
| 1616 | * contrib/check_linux_raid.pl: Fix always reading status from the | 2471 | * contrib/check_linux_raid.pl: Fix always reading status from the | 
| 1617 | last line (1045506) | 2472 | last line (1045506) | 
| 1618 | 2473 | ||
| 1619 | 2004-11-20 22:28 mattkent | 2474 | 2004-11-20 17:28 mattkent | 
| 1620 | 2475 | ||
| 1621 | * plugins/check_ping.c: New output format reported by pumuckel1980 | 2476 | * plugins/check_ping.c: New output format reported by pumuckel1980 | 
| 1622 | (946857) | 2477 | (946857) | 
| 1623 | 2478 | ||
| 1624 | 2004-11-20 21:36 mattkent | 2479 | 2004-11-20 16:36 mattkent | 
| 1625 | 2480 | ||
| 1626 | * plugins/check_http.c: Bit of cleanup, fix verbose output. | 2481 | * plugins/check_http.c: Bit of cleanup, fix verbose output. | 
| 1627 | 2482 | ||
| 1628 | 2004-11-20 07:04 tonvoon | 2483 | 2004-11-20 02:04 tonvoon | 
| 1629 | 2484 | ||
| 1630 | * configure.in: Fixed va_copy problem on AIX by copying samba's | 2485 | * configure.in: Fixed va_copy problem on AIX by copying samba's | 
| 1631 | configure.in | 2486 | configure.in | 
| 1632 | 2487 | ||
| 1633 | 2004-11-19 15:58 tonvoon | 2488 | 2004-11-19 10:58 tonvoon | 
| 1634 | 2489 | ||
| 1635 | * CODING: Added perl coding guidelines, from Programming Perl book | 2490 | * CODING: Added perl coding guidelines, from Programming Perl book | 
| 1636 | (Andreas Ericsson) | 2491 | (Andreas Ericsson) | 
| 1637 | 2492 | ||
| 1638 | 2004-11-19 14:28 tonvoon | 2493 | 2004-11-19 09:28 tonvoon | 
| 1639 | 2494 | ||
| 1640 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required | 2495 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required | 
| 1641 | (as autoconf has built-in function) | 2496 | (as autoconf has built-in function) | 
| 1642 | 2497 | ||
| 1643 | 2004-11-19 14:24 tonvoon | 2498 | 2004-11-19 09:24 tonvoon | 
| 1644 | 2499 | ||
| 1645 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in | 2500 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in | 
| 1646 | autoconf) and added cloexec.[hc] for getloadavg.c | 2501 | autoconf) and added cloexec.[hc] for getloadavg.c | 
| 1647 | 2502 | ||
| 1648 | 2004-11-19 14:22 tonvoon | 2503 | 2004-11-19 09:22 tonvoon | 
| 1649 | 2504 | ||
| 1650 | * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c | 2505 | * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c | 
| 1651 | 2506 | ||
| 1652 | 2004-11-19 03:59 mattkent | 2507 | 2004-11-18 22:59 mattkent | 
| 1653 | 2508 | ||
| 1654 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in | 2509 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in | 
| 1655 | output (1025905, Jason Martin) | 2510 | output (1025905, Jason Martin) | 
| 1656 | 2511 | ||
| 1657 | 2004-11-19 03:44 mattkent | 2512 | 2004-11-18 22:44 mattkent | 
| 1658 | 2513 | ||
| 1659 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason | 2514 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason | 
| 1660 | Martin) | 2515 | Martin) | 
| 1661 | 2516 | ||
| 1662 | 2004-11-19 02:53 mattkent | 2517 | 2004-11-18 21:53 mattkent | 
| 1663 | 2518 | ||
| 1664 | * plugins/check_http.c: Make -L notice ssl use to output a proper | 2519 | * plugins/check_http.c: Make -L notice ssl use to output a proper | 
| 1665 | href (1035234, Abid Rasheed) | 2520 | href (1035234, Abid Rasheed) | 
| 1666 | 2521 | ||
| 1667 | 2004-11-19 02:39 mattkent | 2522 | 2004-11-18 21:39 mattkent | 
| 1668 | 2523 | ||
| 1669 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other | 2524 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other | 
| 1670 | core plugins for simplicity. | 2525 | core plugins for simplicity. | 
| 1671 | 2526 | ||
| 1672 | 2004-11-19 00:21 tonvoon | 2527 | 2004-11-18 19:21 tonvoon | 
| 1673 | 2528 | ||
| 1674 | * AUTHORS: - More great contributors... | 2529 | * AUTHORS: - More great contributors... | 
| 1675 | 2530 | ||
| 1676 | 2004-11-19 00:12 tonvoon | 2531 | 2004-11-18 19:12 tonvoon | 
| 1677 | 2532 | ||
| 1678 | * plugins/check_http.c: Options for User Agent string and extra | 2533 | * plugins/check_http.c: Options for User Agent string and extra | 
| 1679 | headers (Ibere Tizio) | 2534 | headers (Ibere Tizio) | 
| 1680 | 2535 | ||
| 1681 | 2004-11-18 22:48 tonvoon | 2536 | 2004-11-18 17:48 tonvoon | 
| 1682 | 2537 | ||
| 1683 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz | 2538 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz | 
| 1684 | Behnke - 686476) | 2539 | Behnke - 686476) | 
| 1685 | 2540 | ||
| 1686 | 2004-11-18 22:42 tonvoon | 2541 | 2004-11-18 17:42 tonvoon | 
| 1687 | 2542 | ||
| 1688 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil | 2543 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil | 
| 1689 | Dibowitz - 1055120) | 2544 | Dibowitz - 1055120) | 
| 1690 | 2545 | ||
| 1691 | 2004-11-18 05:36 mattkent | 2546 | 2004-11-18 00:36 mattkent | 
| 1692 | 2547 | ||
| 1693 | * plugins/check_smtp.c: Go critical on no route to host instead of | 2548 | * plugins/check_smtp.c: Go critical on no route to host instead of | 
| 1694 | warning (934025) | 2549 | warning (934025) | 
| 1695 | 2550 | ||
| 1696 | 2004-11-18 00:27 tonvoon | 2551 | 2004-11-17 19:27 tonvoon | 
| 1697 | 2552 | ||
| 1698 | * tools/setup: Use copy of tools for consistency if building on | 2553 | * tools/setup: Use copy of tools for consistency if building on | 
| 1699 | different platforms from shared source | 2554 | different platforms from shared source | 
| 1700 | 2555 | ||
| 1701 | 2004-11-17 23:35 tonvoon | 2556 | 2004-11-17 18:35 tonvoon | 
| 1702 | 2557 | ||
| 1703 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - | 2558 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - | 
| 1704 | Jan-Piet Mens) | 2559 | Jan-Piet Mens) | 
| 1705 | 2560 | ||
| 1706 | 2004-11-17 23:22 tonvoon | 2561 | 2004-11-17 18:22 tonvoon | 
| 1707 | 2562 | ||
| 1708 | * plugins/check_http.c: --no-body and --max-age options (949521 - | 2563 | * plugins/check_http.c: --no-body and --max-age options (949521 - | 
| 1709 | Jamie Zawinski) | 2564 | Jamie Zawinski) | 
| 1710 | 2565 | ||
| 1711 | 2004-11-17 22:19 tonvoon | 2566 | 2004-11-17 17:19 tonvoon | 
| 1712 | 2567 | ||
| 1713 | * doc/developer-guidelines.sgml: Added section on using | 2568 | * doc/developer-guidelines.sgml: Added section on using | 
| 1714 | Sourceforge, mainly for administrators | 2569 | Sourceforge, mainly for administrators | 
| 1715 | 2570 | ||
| 1716 | 2004-11-12 00:51 tonvoon | 2571 | 2004-11-11 19:51 tonvoon | 
| 1717 | 2572 | ||
| 1718 | * tools/update_coreutils: Tool to pull newer coreutil libs into | 2573 | * tools/update_coreutils: Tool to pull newer coreutil libs into | 
| 1719 | nagiosplug's lib directory | 2574 | nagiosplug's lib directory | 
| 1720 | 2575 | ||
| 1721 | 2004-11-12 00:49 tonvoon | 2576 | 2004-11-11 19:49 tonvoon | 
| 1722 | 2577 | ||
| 1723 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, | 2578 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, | 
| 1724 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | 2579 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | 
| @@ -1731,968 +2586,968 @@ | |||
| 1731 | plugins/check_disk.c, po/de.po, po/fr.po: Update to using | 2586 | plugins/check_disk.c, po/de.po, po/fr.po: Update to using | 
| 1732 | coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 | 2587 | coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 | 
| 1733 | 2588 | ||
| 1734 | 2004-09-07 21:27 tonvoon | 2589 | 2004-09-07 16:27 tonvoon | 
| 1735 | 2590 | ||
| 1736 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben | 2591 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben | 
| 1737 | Clewett | 2592 | Clewett | 
| 1738 | 2593 | ||
| 1739 | 2004-08-23 22:59 tonvoon | 2594 | 2004-08-23 17:59 tonvoon | 
| 1740 | 2595 | ||
| 1741 | * AUTHORS: For patch to check_nt | 2596 | * AUTHORS: For patch to check_nt | 
| 1742 | 2597 | ||
| 1743 | 2004-08-23 22:58 tonvoon | 2598 | 2004-08-23 17:58 tonvoon | 
| 1744 | 2599 | ||
| 1745 | * plugins/check_nt.c: Restore divisor for memory size reported by | 2600 | * plugins/check_nt.c: Restore divisor for memory size reported by | 
| 1746 | Windows. Also, implements warning and critical levels for | 2601 | Windows. Also, implements warning and critical levels for | 
| 1747 | performance counters. (Paulo Afonso Graner Fessel) | 2602 | performance counters. (Paulo Afonso Graner Fessel) | 
| 1748 | 2603 | ||
| 1749 | 2004-08-23 22:18 tonvoon | 2604 | 2004-08-23 17:18 tonvoon | 
| 1750 | 2605 | ||
| 1751 | * configure.in, plugins/check_swap.c, plugins/common.h: Using | 2606 | * configure.in, plugins/check_swap.c, plugins/common.h: Using | 
| 1752 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) | 2607 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) | 
| 1753 | 2608 | ||
| 1754 | 2004-08-19 20:05 tonvoon | 2609 | 2004-08-19 15:05 tonvoon | 
| 1755 | 2610 | ||
| 1756 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for | 2611 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for | 
| 1757 | tru64 using swapctl calls (Sean Finney) | 2612 | tru64 using swapctl calls (Sean Finney) | 
| 1758 | 2613 | ||
| 1759 | 2004-08-18 22:32 tonvoon | 2614 | 2004-08-18 17:32 tonvoon | 
| 1760 | 2615 | ||
| 1761 | * AUTHORS: Another day's work... | 2616 | * AUTHORS: Another day's work... | 
| 1762 | 2617 | ||
| 1763 | 2004-08-18 22:25 tonvoon | 2618 | 2004-08-18 17:25 tonvoon | 
| 1764 | 2619 | ||
| 1765 | * plugins/check_dig.c: Checks different record types and checks | 2620 | * plugins/check_dig.c: Checks different record types and checks | 
| 1766 | against an expected address (Bill Kunkel) | 2621 | against an expected address (Bill Kunkel) | 
| 1767 | 2622 | ||
| 1768 | 2004-08-18 21:36 tonvoon | 2623 | 2004-08-18 16:36 tonvoon | 
| 1769 | 2624 | ||
| 1770 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean | 2625 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean | 
| 1771 | Finney) | 2626 | Finney) | 
| 1772 | 2627 | ||
| 1773 | 2004-08-18 21:25 tonvoon | 2628 | 2004-08-18 16:25 tonvoon | 
| 1774 | 2629 | ||
| 1775 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul | 2630 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul | 
| 1776 | Allen) | 2631 | Allen) | 
| 1777 | 2632 | ||
| 1778 | 2004-08-18 21:21 tonvoon | 2633 | 2004-08-18 16:21 tonvoon | 
| 1779 | 2634 | ||
| 1780 | * plugins/check_disk.c: Fixed perfdata so that shows amount used | 2635 | * plugins/check_disk.c: Fixed perfdata so that shows amount used | 
| 1781 | (Garry Cook) | 2636 | (Garry Cook) | 
| 1782 | 2637 | ||
| 1783 | 2004-08-18 20:51 tonvoon | 2638 | 2004-08-18 15:51 tonvoon | 
| 1784 | 2639 | ||
| 1785 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry | 2640 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry | 
| 1786 | Cook) | 2641 | Cook) | 
| 1787 | 2642 | ||
| 1788 | 2004-08-18 20:46 tonvoon | 2643 | 2004-08-18 15:46 tonvoon | 
| 1789 | 2644 | ||
| 1790 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids | 2645 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids | 
| 1791 | (Carole Verdon) | 2646 | (Carole Verdon) | 
| 1792 | 2647 | ||
| 1793 | 2004-08-18 20:41 tonvoon | 2648 | 2004-08-18 15:41 tonvoon | 
| 1794 | 2649 | ||
| 1795 | * AUTHORS: Gary Cook for perfdata for check_nt | 2650 | * AUTHORS: Gary Cook for perfdata for check_nt | 
| 1796 | 2651 | ||
| 1797 | 2004-08-18 20:40 tonvoon | 2652 | 2004-08-18 15:40 tonvoon | 
| 1798 | 2653 | ||
| 1799 | * plugins/check_nt.c: Perfdata added (Gary Cook) | 2654 | * plugins/check_nt.c: Perfdata added (Gary Cook) | 
| 1800 | 2655 | ||
| 1801 | 2004-06-26 17:39 tonvoon | 2656 | 2004-06-26 12:39 tonvoon | 
| 1802 | 2657 | ||
| 1803 | * tools/sfsnapshot: Change of compile server and cleanups | 2658 | * tools/sfsnapshot: Change of compile server and cleanups | 
| 1804 | 2659 | ||
| 1805 | 2004-06-26 06:13 tonvoon | 2660 | 2004-06-26 01:13 tonvoon | 
| 1806 | 2661 | ||
| 1807 | * tools/sfsnapshot: Remove need to alter configure.in. Using | 2662 | * tools/sfsnapshot: Remove need to alter configure.in. Using | 
| 1808 | different compile farms for SF to do the compiling | 2663 | different compile farms for SF to do the compiling | 
| 1809 | 2664 | ||
| 1810 | 2004-05-24 15:22 tonvoon | 2665 | 2004-05-24 10:22 tonvoon | 
| 1811 | 2666 | ||
| 1812 | * AUTHORS: Ben Clewett | 2667 | * AUTHORS: Ben Clewett | 
| 1813 | 2668 | ||
| 1814 | 2004-05-24 15:21 tonvoon | 2669 | 2004-05-24 10:21 tonvoon | 
| 1815 | 2670 | ||
| 1816 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) | 2671 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) | 
| 1817 | 2672 | ||
| 1818 | 2004-05-20 07:09 egalstad | 2673 | 2004-05-20 02:09 egalstad | 
| 1819 | 2674 | ||
| 1820 | * contrib/check_dhcp.c: DHCP bug fix | 2675 | * contrib/check_dhcp.c: DHCP bug fix | 
| 1821 | 2676 | ||
| 1822 | 2004-05-10 11:25 tonvoon | 2677 | 2004-05-10 06:25 tonvoon | 
| 1823 | 2678 | ||
| 1824 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is | 2679 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is | 
| 1825 | set | 2680 | set | 
| 1826 | 2681 | ||
| 1827 | 2004-04-30 12:12 tonvoon | 2682 | 2004-04-30 07:12 tonvoon | 
| 1828 | 2683 | ||
| 1829 | * configure.in: ps -el for HP-UX | 2684 | * configure.in: ps -el for HP-UX | 
| 1830 | 2685 | ||
| 1831 | 2004-04-29 16:08 tonvoon | 2686 | 2004-04-29 11:08 tonvoon | 
| 1832 | 2687 | ||
| 1833 | * configure.in: Bug in ps -el for AIX 4.1 | 2688 | * configure.in: Bug in ps -el for AIX 4.1 | 
| 1834 | 2689 | ||
| 1835 | 2004-04-29 12:13 tonvoon | 2690 | 2004-04-29 07:13 tonvoon | 
| 1836 | 2691 | ||
| 1837 | * AUTHORS: Sven for HP-UX requirements | 2692 | * AUTHORS: Sven for HP-UX requirements | 
| 1838 | 2693 | ||
| 1839 | 2004-04-29 12:12 tonvoon | 2694 | 2004-04-29 07:12 tonvoon | 
| 1840 | 2695 | ||
| 1841 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) | 2696 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) | 
| 1842 | 2697 | ||
| 1843 | 2004-04-19 14:13 sghosh | 2698 | 2004-04-19 09:13 sghosh | 
| 1844 | 2699 | ||
| 1845 | * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor | 2700 | * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor | 
| 1846 | 2701 | ||
| 1847 | 2004-04-19 14:10 sghosh | 2702 | 2004-04-19 09:10 sghosh | 
| 1848 | 2703 | ||
| 1849 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl | 2704 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl | 
| 1850 | 2705 | ||
| 1851 | 2004-04-19 14:08 sghosh | 2706 | 2004-04-19 09:08 sghosh | 
| 1852 | 2707 | ||
| 1853 | * README: Win32 plugin repository | 2708 | * README: Win32 plugin repository | 
| 1854 | 2709 | ||
| 1855 | 2004-04-08 12:05 tonvoon | 2710 | 2004-04-08 07:05 tonvoon | 
| 1856 | 2711 | ||
| 1857 | * AUTHORS: Torsten Werner for check_racle patches | 2712 | * AUTHORS: Torsten Werner for check_racle patches | 
| 1858 | 2713 | ||
| 1859 | 2004-04-08 12:05 tonvoon | 2714 | 2004-04-08 07:05 tonvoon | 
| 1860 | 2715 | ||
| 1861 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 2716 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 
| 1862 | if Oracle has different national language settings (Torsten | 2717 | if Oracle has different national language settings (Torsten | 
| 1863 | Werner) | 2718 | Werner) | 
| 1864 | 2719 | ||
| 1865 | 2004-04-08 11:50 tonvoon | 2720 | 2004-04-08 06:50 tonvoon | 
| 1866 | 2721 | ||
| 1867 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 2722 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 
| 1868 | if Oracle has different national language settings (Torsten | 2723 | if Oracle has different national language settings (Torsten | 
| 1869 | Werner) | 2724 | Werner) | 
| 1870 | 2725 | ||
| 1871 | 2004-04-06 17:02 tonvoon | 2726 | 2004-04-06 12:02 tonvoon | 
| 1872 | 2727 | ||
| 1873 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on | 2728 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on | 
| 1874 | Solaris | 2729 | Solaris | 
| 1875 | 2730 | ||
| 1876 | 2004-04-02 20:37 kdebisschop | 2731 | 2004-04-02 14:37 kdebisschop | 
| 1877 | 2732 | ||
| 1878 | * plugins/check_by_ssh.c: add example invocation to help | 2733 | * plugins/check_by_ssh.c: add example invocation to help | 
| 1879 | 2734 | ||
| 1880 | 2004-04-01 00:01 tonvoon | 2735 | 2004-03-31 18:01 tonvoon | 
| 1881 | 2736 | ||
| 1882 | * AUTHORS: Howard Wilkinson | 2737 | * AUTHORS: Howard Wilkinson | 
| 1883 | 2738 | ||
| 1884 | 2004-03-31 23:53 tonvoon | 2739 | 2004-03-31 17:53 tonvoon | 
| 1885 | 2740 | ||
| 1886 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) | 2741 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) | 
| 1887 | 2742 | ||
| 1888 | 2004-03-31 23:48 tonvoon | 2743 | 2004-03-31 17:48 tonvoon | 
| 1889 | 2744 | ||
| 1890 | * plugins/netutils.c: Set default state (Howard Wilkinson) | 2745 | * plugins/netutils.c: Set default state (Howard Wilkinson) | 
| 1891 | 2746 | ||
| 1892 | 2004-03-31 20:20 tonvoon | 2747 | 2004-03-31 14:20 tonvoon | 
| 1893 | 2748 | ||
| 1894 | * doc/developer-guidelines.sgml: Update author list | 2749 | * doc/developer-guidelines.sgml: Update author list | 
| 1895 | 2750 | ||
| 1896 | 2004-03-23 06:35 kdebisschop | 2751 | 2004-03-23 01:35 kdebisschop | 
| 1897 | 2752 | ||
| 1898 | * plugins/check_fping.c: check was supposed to be agains ms - got | 2753 | * plugins/check_fping.c: check was supposed to be agains ms - got | 
| 1899 | munged wfixeg the perfdata output to be in seconds | 2754 | munged wfixeg the perfdata output to be in seconds | 
| 1900 | 2755 | ||
| 1901 | 2004-03-22 07:25 tonvoon | 2756 | 2004-03-22 02:25 tonvoon | 
| 1902 | 2757 | ||
| 1903 | * plugins/check_http.c: Getopt bug (Joe Rhett) | 2758 | * plugins/check_http.c: Getopt bug (Joe Rhett) | 
| 1904 | 2759 | ||
| 1905 | 2004-03-22 07:22 tonvoon | 2760 | 2004-03-22 02:22 tonvoon | 
| 1906 | 2761 | ||
| 1907 | * AUTHORS: Joe Rhett for getopt bug | 2762 | * AUTHORS: Joe Rhett for getopt bug | 
| 1908 | 2763 | ||
| 1909 | 2004-03-22 07:19 tonvoon | 2764 | 2004-03-22 02:19 tonvoon | 
| 1910 | 2765 | ||
| 1911 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) | 2766 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) | 
| 1912 | 2767 | ||
| 1913 | 2004-03-18 20:58 tonvoon | 2768 | 2004-03-18 15:58 tonvoon | 
| 1914 | 2769 | ||
| 1915 | * AUTHORS: More help for patches | 2770 | * AUTHORS: More help for patches | 
| 1916 | 2771 | ||
| 1917 | 2004-03-18 20:50 tonvoon | 2772 | 2004-03-18 15:50 tonvoon | 
| 1918 | 2773 | ||
| 1919 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - | 2774 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - | 
| 1920 | 909281) | 2775 | 909281) | 
| 1921 | 2776 | ||
| 1922 | 2004-03-18 20:40 tonvoon | 2777 | 2004-03-18 15:40 tonvoon | 
| 1923 | 2778 | ||
| 1924 | * configure.in: Mysql include path not added correctly (Arnold | 2779 | * configure.in: Mysql include path not added correctly (Arnold | 
| 1925 | Cavazos - 912974) | 2780 | Cavazos - 912974) | 
| 1926 | 2781 | ||
| 1927 | 2004-03-18 20:37 tonvoon | 2782 | 2004-03-18 15:37 tonvoon | 
| 1928 | 2783 | ||
| 1929 | * configure.in: Mysql include path not added correctly (Arnold | 2784 | * configure.in: Mysql include path not added correctly (Arnold | 
| 1930 | Cavazos - 912974) | 2785 | Cavazos - 912974) | 
| 1931 | 2786 | ||
| 1932 | 2004-03-18 20:31 tonvoon | 2787 | 2004-03-18 15:31 tonvoon | 
| 1933 | 2788 | ||
| 1934 | * plugins/check_radius.c: Option to fill in NAS-identifier to | 2789 | * plugins/check_radius.c: Option to fill in NAS-identifier to | 
| 1935 | Emulate pam_radius behaviour (Alexander Kulak) | 2790 | Emulate pam_radius behaviour (Alexander Kulak) | 
| 1936 | 2791 | ||
| 1937 | 2004-03-17 20:38 tonvoon | 2792 | 2004-03-17 15:38 tonvoon | 
| 1938 | 2793 | ||
| 1939 | * doc/developer-guidelines.sgml: Copyright information for patches | 2794 | * doc/developer-guidelines.sgml: Copyright information for patches | 
| 1940 | 2795 | ||
| 1941 | 2004-03-14 04:09 kdebisschop | 2796 | 2004-03-13 23:09 kdebisschop | 
| 1942 | 2797 | ||
| 1943 | * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, | 2798 | * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, | 
| 1944 | check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use | 2799 | check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use | 
| 1945 | fperfdata | 2800 | fperfdata | 
| 1946 | 2801 | ||
| 1947 | 2004-03-14 03:37 kdebisschop | 2802 | 2004-03-13 22:37 kdebisschop | 
| 1948 | 2803 | ||
| 1949 | * plugins/check_fping.c: use fperfdata | 2804 | * plugins/check_fping.c: use fperfdata | 
| 1950 | 2805 | ||
| 1951 | 2004-03-12 03:40 egalstad | 2806 | 2004-03-11 22:40 egalstad | 
| 1952 | 2807 | ||
| 1953 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x | 2808 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x | 
| 1954 | 2809 | ||
| 1955 | 2004-03-11 15:33 tonvoon | 2810 | 2004-03-11 10:33 tonvoon | 
| 1956 | 2811 | ||
| 1957 | * CHANGES: check_procs difference | 2812 | * CHANGES: check_procs difference | 
| 1958 | 2813 | ||
| 1959 | 2004-03-11 15:17 tonvoon | 2814 | 2004-03-11 10:17 tonvoon | 
| 1960 | 2815 | ||
| 1961 | * plugins/check_nagios.c: Incorporate check_proc changes into | 2816 | * plugins/check_nagios.c: Incorporate check_proc changes into | 
| 1962 | check_nagios. ps handling probably should be moved into utils.c | 2817 | check_nagios. ps handling probably should be moved into utils.c | 
| 1963 | in future | 2818 | in future | 
| 1964 | 2819 | ||
| 1965 | 2004-03-08 21:03 tonvoon | 2820 | 2004-03-08 16:03 tonvoon | 
| 1966 | 2821 | ||
| 1967 | * configure.in: Require ngettext | 2822 | * configure.in: Require ngettext | 
| 1968 | 2823 | ||
| 1969 | 2004-03-08 21:01 tonvoon | 2824 | 2004-03-08 16:01 tonvoon | 
| 1970 | 2825 | ||
| 1971 | * doc/developer-guidelines.sgml: Information on plugin output | 2826 | * doc/developer-guidelines.sgml: Information on plugin output | 
| 1972 | format | 2827 | format | 
| 1973 | 2828 | ||
| 1974 | 2004-03-04 05:08 kdebisschop | 2829 | 2004-03-04 00:08 kdebisschop | 
| 1975 | 2830 | ||
| 1976 | * plugins/: check_dig.c, check_dns.c, check_game.c: use float for | 2831 | * plugins/: check_dig.c, check_dns.c, check_game.c: use float for | 
| 1977 | time in perf data | 2832 | time in perf data | 
| 1978 | 2833 | ||
| 1979 | 2004-03-03 12:33 kdebisschop | 2834 | 2004-03-03 07:33 kdebisschop | 
| 1980 | 2835 | ||
| 1981 | * plugins/: check_http.c, utils.c: begin writing some perfdata as | 2836 | * plugins/: check_http.c, utils.c: begin writing some perfdata as | 
| 1982 | float | 2837 | float | 
| 1983 | 2838 | ||
| 1984 | 2004-03-03 04:24 kdebisschop | 2839 | 2004-03-02 23:24 kdebisschop | 
| 1985 | 2840 | ||
| 1986 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - | 2841 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - | 
| 1987 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) | 2842 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) | 
| 1988 | 2843 | ||
| 1989 | 2004-03-03 03:48 kdebisschop | 2844 | 2004-03-02 22:48 kdebisschop | 
| 1990 | 2845 | ||
| 1991 | * plugins/check_disk.c: check_disk was getting blocks instead of | 2846 | * plugins/check_disk.c: check_disk was getting blocks instead of | 
| 1992 | bytes (Michael Musikhin - | 2847 | bytes (Michael Musikhin - | 
| 1993 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) | 2848 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) | 
| 1994 | 2849 | ||
| 1995 | 2004-03-02 17:44 kdebisschop | 2850 | 2004-03-02 12:44 kdebisschop | 
| 1996 | 2851 | ||
| 1997 | * pkg/redhat/requires: attempt to prune requires | 2852 | * pkg/: redhat/requires, fedora/requires: attempt to prune requires | 
| 1998 | 2853 | ||
| 1999 | 2004-03-02 06:17 kdebisschop | 2854 | 2004-03-02 01:17 kdebisschop | 
| 2000 | 2855 | ||
| 2001 | * Makefile.am, nagios-plugins.spec.in: make specfile into a | 2856 | * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make | 
| 2002 | template which can generate a generic spec plus specs suitable | 2857 | specfile into a template which can generate a generic spec plus | 
| 2003 | for various repositories | 2858 | specs suitable for various repositories | 
| 2004 | 2859 | ||
| 2005 | 2004-03-02 06:13 kdebisschop | 2860 | 2004-03-02 01:13 kdebisschop | 
| 2006 | 2861 | ||
| 2007 | * configure.in: prpare for alpha2 | 2862 | * configure.in: prpare for alpha2 | 
| 2008 | 2863 | ||
| 2009 | 2004-03-02 05:25 kdebisschop | 2864 | 2004-03-02 00:25 kdebisschop | 
| 2010 | 2865 | ||
| 2011 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug | 2866 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug | 
| 2012 | report from Warrick FitzGerald) | 2867 | report from Warrick FitzGerald) | 
| 2013 | 2868 | ||
| 2014 | 2004-03-02 05:01 kdebisschop | 2869 | 2004-03-02 00:01 kdebisschop | 
| 2015 | 2870 | ||
| 2016 | * AUTHORS, plugins/check_swap.c: fix div by zero error when | 2871 | * AUTHORS, plugins/check_swap.c: fix div by zero error when | 
| 2017 | swaptotal is zero (Flo Gleixner) | 2872 | swaptotal is zero (Flo Gleixner) | 
| 2018 | 2873 | ||
| 2019 | 2004-03-01 12:27 kdebisschop | 2874 | 2004-03-01 07:27 kdebisschop | 
| 2020 | 2875 | ||
| 2021 | * plugins/: check_tcp.c, netutils.c: check_tcp was returning | 2876 | * plugins/: check_tcp.c, netutils.c: check_tcp was returning | 
| 2022 | uninitialized string with user-defined refused outcome | 2877 | uninitialized string with user-defined refused outcome | 
| 2023 | 2878 | ||
| 2024 | 2004-03-01 06:15 kdebisschop | 2879 | 2004-03-01 01:15 kdebisschop | 
| 2025 | 2880 | ||
| 2026 | * plugins/check_smtp.c: allow regex for ecpect checks | 2881 | * plugins/check_smtp.c: allow regex for ecpect checks | 
| 2027 | 2882 | ||
| 2028 | 2004-02-29 04:09 kdebisschop | 2883 | 2004-02-28 23:09 kdebisschop | 
| 2029 | 2884 | ||
| 2030 | * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up | 2885 | * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up | 
| 2031 | to 34 separate tcp connections - now we open one and reuse | 2886 | to 34 separate tcp connections - now we open one and reuse | 
| 2032 | 2887 | ||
| 2033 | 2004-02-28 07:27 kdebisschop | 2888 | 2004-02-28 02:27 kdebisschop | 
| 2034 | 2889 | ||
| 2035 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly | 2890 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly | 
| 2036 | referred to crit limits | 2891 | referred to crit limits | 
| 2037 | 2892 | ||
| 2038 | 2004-02-28 06:51 kdebisschop | 2893 | 2004-02-28 01:51 kdebisschop | 
| 2039 | 2894 | ||
| 2040 | * plugins/check_smtp.c: minor doco update to reflect handling of | 2895 | * plugins/check_smtp.c: minor doco update to reflect handling of | 
| 2041 | repeated caoomand strings | 2896 | repeated caoomand strings | 
| 2042 | 2897 | ||
| 2043 | 2004-02-28 06:48 kdebisschop | 2898 | 2004-02-28 01:48 kdebisschop | 
| 2044 | 2899 | ||
| 2045 | * plugins/check_smtp.c: work in progress to accept multiple | 2900 | * plugins/check_smtp.c: work in progress to accept multiple | 
| 2046 | command/expect pairs | 2901 | command/expect pairs | 
| 2047 | 2902 | ||
| 2048 | 2004-02-28 04:54 kdebisschop | 2903 | 2004-02-27 23:54 kdebisschop | 
| 2049 | 2904 | ||
| 2050 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo | 2905 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo | 
| 2051 | format | 2906 | format | 
| 2052 | 2907 | ||
| 2053 | 2004-02-25 08:50 kdebisschop | 2908 | 2004-02-25 03:50 kdebisschop | 
| 2054 | 2909 | ||
| 2055 | * AUTHORS, plugins/check_dns.c: check server for authoritative | 2910 | * AUTHORS, plugins/check_dns.c: check server for authoritative | 
| 2056 | status (from Jon Hallet) | 2911 | status (from Jon Hallet) | 
| 2057 | 2912 | ||
| 2058 | 2004-02-25 08:12 kdebisschop | 2913 | 2004-02-25 03:12 kdebisschop | 
| 2059 | 2914 | ||
| 2060 | * plugins/check_swap.c: change some datatypes to llu for very large | 2915 | * plugins/check_swap.c: change some datatypes to llu for very large | 
| 2061 | swaps | 2916 | swaps | 
| 2062 | 2917 | ||
| 2063 | 2004-02-25 07:49 kdebisschop | 2918 | 2004-02-25 02:49 kdebisschop | 
| 2064 | 2919 | ||
| 2065 | * configure.in, plugins/check_ping.c: pass timeout to ping if | 2920 | * configure.in, plugins/check_ping.c: pass timeout to ping if | 
| 2066 | supported with -w parameter (linux) | 2921 | supported with -w parameter (linux) | 
| 2067 | 2922 | ||
| 2068 | 2004-02-21 05:37 kdebisschop | 2923 | 2004-02-21 00:37 kdebisschop | 
| 2069 | 2924 | ||
| 2070 | * plugins/check_by_ssh.c: add option to ignore a specified number | 2925 | * plugins/check_by_ssh.c: add option to ignore a specified number | 
| 2071 | of lines on stderr (to suppress a login banner) | 2926 | of lines on stderr (to suppress a login banner) | 
| 2072 | 2927 | ||
| 2073 | 2004-02-21 03:50 kdebisschop | 2928 | 2004-02-20 22:50 kdebisschop | 
| 2074 | 2929 | ||
| 2075 | * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report | 2930 | * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report | 
| 2076 | 882381 and patch form Jason Martin) | 2931 | 882381 and patch form Jason Martin) | 
| 2077 | 2932 | ||
| 2078 | 2004-02-21 03:44 kdebisschop | 2933 | 2004-02-20 22:44 kdebisschop | 
| 2079 | 2934 | ||
| 2080 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use | 2935 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use | 
| 2081 | vars' in check_breeze | 2936 | vars' in check_breeze | 
| 2082 | 2937 | ||
| 2083 | 2004-02-21 03:42 kdebisschop | 2938 | 2004-02-20 22:42 kdebisschop | 
| 2084 | 2939 | ||
| 2085 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' | 2940 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' | 
| 2086 | 2941 | ||
| 2087 | 2004-02-20 19:35 tonvoon | 2942 | 2004-02-20 14:35 tonvoon | 
| 2088 | 2943 | ||
| 2089 | * plugins/check_http.c: - Missed out getopt for -T | 2944 | * plugins/check_http.c: - Missed out getopt for -T | 
| 2090 | 2945 | ||
| 2091 | 2004-02-20 05:25 kdebisschop | 2946 | 2004-02-20 00:25 kdebisschop | 
| 2092 | 2947 | ||
| 2093 | * contrib/check_dhcp.c, contrib/check_procl.sh, | 2948 | * contrib/check_dhcp.c, contrib/check_procl.sh, | 
| 2094 | plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 2949 | plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 
| 2095 | plugins/urlize.c: spell fix "received" | 2950 | plugins/urlize.c: spell fix "received" | 
| 2096 | 2951 | ||
| 2097 | 2004-02-20 05:22 kdebisschop | 2952 | 2004-02-20 00:22 kdebisschop | 
| 2098 | 2953 | ||
| 2099 | * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 2954 | * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 
| 2100 | plugins/urlize.c, contrib/check_dhcp.c: spell fix "received" | 2955 | plugins/urlize.c, contrib/check_dhcp.c: spell fix "received" | 
| 2101 | 2956 | ||
| 2102 | 2004-02-20 05:21 kdebisschop | 2957 | 2004-02-20 00:21 kdebisschop | 
| 2103 | 2958 | ||
| 2104 | * plugins/: utils.c, utils.h: add perfdata function for floats to | 2959 | * plugins/: utils.c, utils.h: add perfdata function for floats to | 
| 2105 | complement ints, also spell fix "received" | 2960 | complement ints, also spell fix "received" | 
| 2106 | 2961 | ||
| 2107 | 2004-02-20 05:19 kdebisschop | 2962 | 2004-02-20 00:19 kdebisschop | 
| 2108 | 2963 | ||
| 2109 | * AUTHORS: add Ralph Rye for report of check_procs segfault on | 2964 | * AUTHORS: add Ralph Rye for report of check_procs segfault on | 
| 2110 | AIX/WebSphere and proof-of-concept patch | 2965 | AIX/WebSphere and proof-of-concept patch | 
| 2111 | 2966 | ||
| 2112 | 2004-02-20 05:04 kdebisschop | 2967 | 2004-02-20 00:04 kdebisschop | 
| 2113 | 2968 | ||
| 2114 | * plugins/check_procs.c: handle case where line from ps output | 2969 | * plugins/check_procs.c: handle case where line from ps output | 
| 2115 | exceed MAX_INPUT_BUFFER | 2970 | exceed MAX_INPUT_BUFFER | 
| 2116 | 2971 | ||
| 2117 | 2004-02-20 03:37 tonvoon | 2972 | 2004-02-19 22:37 tonvoon | 
| 2118 | 2973 | ||
| 2119 | * AUTHORS: Shaun Wills for patch to check_http | 2974 | * AUTHORS: Shaun Wills for patch to check_http | 
| 2120 | 2975 | ||
| 2121 | 2004-02-20 03:21 tonvoon | 2976 | 2004-02-19 22:21 tonvoon | 
| 2122 | 2977 | ||
| 2123 | * plugins/check_http.c: Added Content-type when POSTing (Shawn | 2978 | * plugins/check_http.c: Added Content-type when POSTing (Shawn | 
| 2124 | Wills) | 2979 | Wills) | 
| 2125 | 2980 | ||
| 2126 | 2004-02-20 03:00 tonvoon | 2981 | 2004-02-19 22:00 tonvoon | 
| 2127 | 2982 | ||
| 2128 | * plugins/check_procs.c: - compiler warning removed (but usage2 | 2983 | * plugins/check_procs.c: - compiler warning removed (but usage2 | 
| 2129 | messages badly broken) | 2984 | messages badly broken) | 
| 2130 | 2985 | ||
| 2131 | 2004-02-20 02:58 tonvoon | 2986 | 2004-02-19 21:58 tonvoon | 
| 2132 | 2987 | ||
| 2133 | * AUTHORS: Matt Pounsett for bug report | 2988 | * AUTHORS: Matt Pounsett for bug report | 
| 2134 | 2989 | ||
| 2135 | 2004-02-20 02:09 tonvoon | 2990 | 2004-02-19 21:09 tonvoon | 
| 2136 | 2991 | ||
| 2137 | * plugins/check_dns.c: Different text to scan for if multiple | 2992 | * plugins/check_dns.c: Different text to scan for if multiple | 
| 2138 | addresses | 2993 | addresses | 
| 2139 | 2994 | ||
| 2140 | 2004-02-20 01:05 tonvoon | 2995 | 2004-02-19 20:05 tonvoon | 
| 2141 | 2996 | ||
| 2142 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) | 2997 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) | 
| 2143 | 2998 | ||
| 2144 | 2004-02-19 13:24 tonvoon | 2999 | 2004-02-19 08:24 tonvoon | 
| 2145 | 3000 | ||
| 2146 | * AUTHORS: Michael Musikhin for check_disk patch | 3001 | * AUTHORS: Michael Musikhin for check_disk patch | 
| 2147 | 3002 | ||
| 2148 | 2004-02-19 13:23 tonvoon | 3003 | 2004-02-19 08:23 tonvoon | 
| 2149 | 3004 | ||
| 2150 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 | 3005 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 | 
| 2151 | - Michael Musikhin) | 3006 | - Michael Musikhin) | 
| 2152 | 3007 | ||
| 2153 | 2004-02-18 14:57 kdebisschop | 3008 | 2004-02-18 09:57 kdebisschop | 
| 2154 | 3009 | ||
| 2155 | * configure.in: version bump (old) | 3010 | * configure.in: version bump (old) | 
| 2156 | 3011 | ||
| 2157 | 2004-02-18 14:56 kdebisschop | 3012 | 2004-02-18 09:56 kdebisschop | 
| 2158 | 3013 | ||
| 2159 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: | 3014 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: | 
| 2160 | underquoted defines cause warning on FC2 | 3015 | underquoted defines cause warning on FC2 | 
| 2161 | 3016 | ||
| 2162 | 2004-02-18 02:11 tonvoon | 3017 | 2004-02-17 21:11 tonvoon | 
| 2163 | 3018 | ||
| 2164 | * AUTHORS: Johannes Herlitz for patch to check_dns | 3019 | * AUTHORS: Johannes Herlitz for patch to check_dns | 
| 2165 | 3020 | ||
| 2166 | 2004-02-18 02:09 tonvoon | 3021 | 2004-02-17 21:09 tonvoon | 
| 2167 | 3022 | ||
| 2168 | * plugins/check_dns.c: Output message includes the query_address, | 3023 | * plugins/check_dns.c: Output message includes the query_address, | 
| 2169 | as inspired by Johannes Herlitz. Also cleanup of comments and | 3024 | as inspired by Johannes Herlitz. Also cleanup of comments and | 
| 2170 | handles multi-line nslookup output (MacOSX 10.3) | 3025 | handles multi-line nslookup output (MacOSX 10.3) | 
| 2171 | 3026 | ||
| 2172 | 2004-02-17 13:24 tonvoon | 3027 | 2004-02-17 08:24 tonvoon | 
| 2173 | 3028 | ||
| 2174 | * AUTHORS: David Alden for check_snmp_procs.pl | 3029 | * AUTHORS: David Alden for check_snmp_procs.pl | 
| 2175 | 3030 | ||
| 2176 | 2004-02-17 13:23 tonvoon | 3031 | 2004-02-17 08:23 tonvoon | 
| 2177 | 3032 | ||
| 2178 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP | 3033 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP | 
| 2179 | (David Alden) | 3034 | (David Alden) | 
| 2180 | 3035 | ||
| 2181 | 2004-02-09 08:32 tonvoon | 3036 | 2004-02-09 03:32 tonvoon | 
| 2182 | 3037 | ||
| 2183 | * AUTHORS: Patrick McCormick | 3038 | * AUTHORS: Patrick McCormick | 
| 2184 | 3039 | ||
| 2185 | 2004-02-09 08:27 tonvoon | 3040 | 2004-02-09 03:27 tonvoon | 
| 2186 | 3041 | ||
| 2187 | * plugins/check_ping.c: Fix for check_ping old-style argument | 3042 | * plugins/check_ping.c: Fix for check_ping old-style argument | 
| 2188 | handling (Patrick McCormick - 892211) | 3043 | handling (Patrick McCormick - 892211) | 
| 2189 | 3044 | ||
| 2190 | 2004-01-28 11:42 tonvoon | 3045 | 2004-01-28 06:42 tonvoon | 
| 2191 | 3046 | ||
| 2192 | * plugins/check_dummy.c: Print optional text | 3047 | * plugins/check_dummy.c: Print optional text | 
| 2193 | 3048 | ||
| 2194 | 2004-01-21 12:50 kdebisschop | 3049 | 2004-01-21 07:50 kdebisschop | 
| 2195 | 3050 | ||
| 2196 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 3051 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 
| 2197 | bug in server_expect) | 3052 | bug in server_expect) | 
| 2198 | 3053 | ||
| 2199 | 2004-01-21 12:49 kdebisschop | 3054 | 2004-01-21 07:49 kdebisschop | 
| 2200 | 3055 | ||
| 2201 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 3056 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 
| 2202 | multibyte chars (David Croft) | 3057 | multibyte chars (David Croft) | 
| 2203 | 3058 | ||
| 2204 | 2004-01-21 12:46 kdebisschop | 3059 | 2004-01-21 07:46 kdebisschop | 
| 2205 | 3060 | ||
| 2206 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 3061 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 
| 2207 | bug in server_expect) | 3062 | bug in server_expect) | 
| 2208 | 3063 | ||
| 2209 | 2004-01-21 12:45 kdebisschop | 3064 | 2004-01-21 07:45 kdebisschop | 
| 2210 | 3065 | ||
| 2211 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 3066 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 
| 2212 | multibyte chars (David Croft) | 3067 | multibyte chars (David Croft) | 
| 2213 | 3068 | ||
| 2214 | 2004-01-18 20:07 sghosh | 3069 | 2004-01-18 15:07 sghosh | 
| 2215 | 3070 | ||
| 2216 | * contrib/check_snmp_printer.pl: plugin to check printer status via | 3071 | * contrib/check_snmp_printer.pl: plugin to check printer status via | 
| 2217 | snmp, includes page count as perfdata; perl plugin | 3072 | snmp, includes page count as perfdata; perl plugin | 
| 2218 | 3073 | ||
| 2219 | 2003-12-24 08:51 tonvoon | 3074 | 2003-12-24 03:51 tonvoon | 
| 2220 | 3075 | ||
| 2221 | * AUTHORS: Bug reporter | 3076 | * AUTHORS: Bug reporter | 
| 2222 | 3077 | ||
| 2223 | 2003-12-24 08:51 tonvoon | 3078 | 2003-12-24 03:51 tonvoon | 
| 2224 | 3079 | ||
| 2225 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar | 3080 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar | 
| 2226 | Hellekson) | 3081 | Hellekson) | 
| 2227 | 3082 | ||
| 2228 | 2003-12-18 09:24 tonvoon | 3083 | 2003-12-18 04:24 tonvoon | 
| 2229 | 3084 | ||
| 2230 | * README: Reference to CHANGES file | 3085 | * README: Reference to CHANGES file | 
| 2231 | 3086 | ||
| 2232 | 2003-12-18 09:19 tonvoon | 3087 | 2003-12-18 04:19 tonvoon | 
| 2233 | 3088 | ||
| 2234 | * Makefile.am: Add CHANGES file to distribution | 3089 | * Makefile.am: Add CHANGES file to distribution | 
| 2235 | 3090 | ||
| 2236 | 2003-12-18 09:15 tonvoon | 3091 | 2003-12-18 04:15 tonvoon | 
| 2237 | 3092 | ||
| 2238 | * CHANGES: List major changes between releases | 3093 | * CHANGES: List major changes between releases | 
| 2239 | 3094 | ||
| 2240 | 2003-12-11 10:00 tonvoon | 3095 | 2003-12-11 05:00 tonvoon | 
| 2241 | 3096 | ||
| 2242 | * AUTHORS: For patch to check_http | 3097 | * AUTHORS: For patch to check_http | 
| 2243 | 3098 | ||
| 2244 | 2003-12-11 10:00 tonvoon | 3099 | 2003-12-11 05:00 tonvoon | 
| 2245 | 3100 | ||
| 2246 | * plugins/check_http.c: Relative redirects not followed correctly | 3101 | * plugins/check_http.c: Relative redirects not followed correctly | 
| 2247 | (854131 - John Sivak) | 3102 | (854131 - John Sivak) | 
| 2248 | 3103 | ||
| 2249 | 2003-12-05 18:12 tonvoon | 3104 | 2003-12-05 13:12 tonvoon | 
| 2250 | 3105 | ||
| 2251 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in | 3106 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in | 
| 2252 | configure.in | 3107 | configure.in | 
| 2253 | 3108 | ||
| 2254 | 2003-12-05 18:08 tonvoon | 3109 | 2003-12-05 13:08 tonvoon | 
| 2255 | 3110 | ||
| 2256 | * configure.in: Not correctly working out ps command if /usr/ucb | 3111 | * configure.in: Not correctly working out ps command if /usr/ucb | 
| 2257 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) | 3112 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) | 
| 2258 | 3113 | ||
| 2259 | 2003-12-05 16:45 tonvoon | 3114 | 2003-12-05 11:45 tonvoon | 
| 2260 | 3115 | ||
| 2261 | * AUTHORS: Patch to my_connect | 3116 | * AUTHORS: Patch to my_connect | 
| 2262 | 3117 | ||
| 2263 | 2003-12-05 16:42 tonvoon | 3118 | 2003-12-05 11:42 tonvoon | 
| 2264 | 3119 | ||
| 2265 | * plugins/: netutils.c, netutils.h: Fix clash of namespace for | 3120 | * plugins/: netutils.c, netutils.h: Fix clash of namespace for | 
| 2266 | my_connect with mysql (854339 - Ian Holsman) | 3121 | my_connect with mysql (854339 - Ian Holsman) | 
| 2267 | 3122 | ||
| 2268 | 2003-12-02 15:27 tonvoon | 3123 | 2003-12-02 10:27 tonvoon | 
| 2269 | 3124 | ||
| 2270 | * plugins/check_disk.c: Default thresholds not defined for lists in | 3125 | * plugins/check_disk.c: Default thresholds not defined for lists in | 
| 2271 | -x parameter (raised by Matt Garrett) | 3126 | -x parameter (raised by Matt Garrett) | 
| 2272 | 3127 | ||
| 2273 | 2003-12-01 02:47 kdebisschop | 3128 | 2003-11-30 21:47 kdebisschop | 
| 2274 | 3129 | ||
| 2275 | * po/: de.po, fr.po: commit changes caused by upstream code mods | 3130 | * po/: de.po, fr.po: commit changes caused by upstream code mods | 
| 2276 | 3131 | ||
| 2277 | 2003-12-01 02:46 kdebisschop | 3132 | 2003-11-30 21:46 kdebisschop | 
| 2278 | 3133 | ||
| 2279 | * plugins/check_procs.c: use usage2 function | 3134 | * plugins/check_procs.c: use usage2 function | 
| 2280 | 3135 | ||
| 2281 | 2003-12-01 02:38 kdebisschop | 3136 | 2003-11-30 21:38 kdebisschop | 
| 2282 | 3137 | ||
| 2283 | * nagios-plugins.spec.in: add THANKS to %doc | 3138 | * nagios-plugins.spec.in: add THANKS to %doc | 
| 2284 | 3139 | ||
| 2285 | 2003-11-28 14:18 tonvoon | 3140 | 2003-11-28 09:18 tonvoon | 
| 2286 | 3141 | ||
| 2287 | * plugins/check_procs.c: Fixed listing of failed processes | 3142 | * plugins/check_procs.c: Fixed listing of failed processes | 
| 2288 | 3143 | ||
| 2289 | 2003-11-24 14:56 tonvoon | 3144 | 2003-11-24 09:56 tonvoon | 
| 2290 | 3145 | ||
| 2291 | * AUTHORS: For patches | 3146 | * AUTHORS: For patches | 
| 2292 | 3147 | ||
| 2293 | 2003-11-24 14:53 tonvoon | 3148 | 2003-11-24 09:53 tonvoon | 
| 2294 | 3149 | ||
| 2295 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - | 3150 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - | 
| 2296 | 846311) | 3151 | 846311) | 
| 2297 | 3152 | ||
| 2298 | 2003-11-21 07:53 kdebisschop | 3153 | 2003-11-21 02:53 kdebisschop | 
| 2299 | 3154 | ||
| 2300 | * README: update auotmake/autoconf versions | 3155 | * README: update auotmake/autoconf versions | 
| 2301 | 3156 | ||
| 2302 | 2003-11-21 07:52 kdebisschop | 3157 | 2003-11-21 02:52 kdebisschop | 
| 2303 | 3158 | ||
| 2304 | * doc/developer-guidelines.sgml: update developer names | 3159 | * doc/developer-guidelines.sgml: update developer names | 
| 2305 | 3160 | ||
| 2306 | 2003-11-21 07:34 kdebisschop | 3161 | 2003-11-21 02:34 kdebisschop | 
| 2307 | 3162 | ||
| 2308 | * INSTALLING: our policy now is to use most recent versions of GNU | 3163 | * INSTALLING: our policy now is to use most recent versions of GNU | 
| 2309 | tool chain | 3164 | tool chain | 
| 2310 | 3165 | ||
| 2311 | 2003-11-19 06:24 kdebisschop | 3166 | 2003-11-19 01:24 kdebisschop | 
| 2312 | 3167 | ||
| 2313 | * plugins/check_time.c: add perfdata | 3168 | * plugins/check_time.c: add perfdata | 
| 2314 | 3169 | ||
| 2315 | 2003-11-19 06:00 kdebisschop | 3170 | 2003-11-19 01:00 kdebisschop | 
| 2316 | 3171 | ||
| 2317 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data | 3172 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data | 
| 2318 | in stanadrd format | 3173 | in stanadrd format | 
| 2319 | 3174 | ||
| 2320 | 2003-11-17 11:45 kdebisschop | 3175 | 2003-11-17 06:45 kdebisschop | 
| 2321 | 3176 | ||
| 2322 | * plugins/check_ups.c: bugfix - each supported option was | 3177 | * plugins/check_ups.c: bugfix - each supported option was | 
| 2323 | overwriting the previous perfdata | 3178 | overwriting the previous perfdata | 
| 2324 | 3179 | ||
| 2325 | 2003-11-17 07:19 kdebisschop | 3180 | 2003-11-17 02:19 kdebisschop | 
| 2326 | 3181 | ||
| 2327 | * plugins/check_ups.c: add perfdata | 3182 | * plugins/check_ups.c: add perfdata | 
| 2328 | 3183 | ||
| 2329 | 2003-11-17 06:37 kdebisschop | 3184 | 2003-11-17 01:37 kdebisschop | 
| 2330 | 3185 | ||
| 2331 | * plugins/check_pgsql.c: add perfdata | 3186 | * plugins/check_pgsql.c: add perfdata | 
| 2332 | 3187 | ||
| 2333 | 2003-11-12 06:05 kdebisschop | 3188 | 2003-11-12 01:05 kdebisschop | 
| 2334 | 3189 | ||
| 2335 | * plugins/check_snmp.c: clean up compiler warnings | 3190 | * plugins/check_snmp.c: clean up compiler warnings | 
| 2336 | 3191 | ||
| 2337 | 2003-11-12 05:53 kdebisschop | 3192 | 2003-11-12 00:53 kdebisschop | 
| 2338 | 3193 | ||
| 2339 | * plugins/check_nt.c: clean up compiler warnings | 3194 | * plugins/check_nt.c: clean up compiler warnings | 
| 2340 | 3195 | ||
| 2341 | 2003-11-12 05:48 kdebisschop | 3196 | 2003-11-12 00:48 kdebisschop | 
| 2342 | 3197 | ||
| 2343 | * plugins/check_mrtg.c: clean up compiler warnings | 3198 | * plugins/check_mrtg.c: clean up compiler warnings | 
| 2344 | 3199 | ||
| 2345 | 2003-11-12 05:41 kdebisschop | 3200 | 2003-11-12 00:41 kdebisschop | 
| 2346 | 3201 | ||
| 2347 | * plugins/check_mrtgtraf.c: clean up compiler warnings | 3202 | * plugins/check_mrtgtraf.c: clean up compiler warnings | 
| 2348 | 3203 | ||
| 2349 | 2003-11-12 05:37 kdebisschop | 3204 | 2003-11-12 00:37 kdebisschop | 
| 2350 | 3205 | ||
| 2351 | * plugins/check_swap.c: clean up compiler warnings | 3206 | * plugins/check_swap.c: clean up compiler warnings | 
| 2352 | 3207 | ||
| 2353 | 2003-11-12 05:29 kdebisschop | 3208 | 2003-11-12 00:29 kdebisschop | 
| 2354 | 3209 | ||
| 2355 | * plugins/check_mrtgtraf.c: add perfdata | 3210 | * plugins/check_mrtgtraf.c: add perfdata | 
| 2356 | 3211 | ||
| 2357 | 2003-11-12 05:28 kdebisschop | 3212 | 2003-11-12 00:28 kdebisschop | 
| 2358 | 3213 | ||
| 2359 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF | 3214 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF | 
| 2360 | requires C99; also remove equality checks on warn/crit interval | 3215 | requires C99; also remove equality checks on warn/crit interval | 
| 2361 | which are no doubles | 3216 | which are no doubles | 
| 2362 | 3217 | ||
| 2363 | 2003-11-11 10:43 tonvoon | 3218 | 2003-11-11 05:43 tonvoon | 
| 2364 | 3219 | ||
| 2365 | * plugins/check_tcp.c: Added perfdata | 3220 | * plugins/check_tcp.c: Added perfdata | 
| 2366 | 3221 | ||
| 2367 | 2003-11-11 10:34 tonvoon | 3222 | 2003-11-11 05:34 tonvoon | 
| 2368 | 3223 | ||
| 2369 | * plugins/check_users.c: Added perfdata | 3224 | * plugins/check_users.c: Added perfdata | 
| 2370 | 3225 | ||
| 2371 | 2003-11-11 10:27 tonvoon | 3226 | 2003-11-11 05:27 tonvoon | 
| 2372 | 3227 | ||
| 2373 | * plugins/check_swap.c: Added perfdata | 3228 | * plugins/check_swap.c: Added perfdata | 
| 2374 | 3229 | ||
| 2375 | 2003-11-11 10:19 tonvoon | 3230 | 2003-11-11 05:19 tonvoon | 
| 2376 | 3231 | ||
| 2377 | * plugins/check_swap.c: Fixed if only absolute warn/crit set | 3232 | * plugins/check_swap.c: Fixed if only absolute warn/crit set | 
| 2378 | 3233 | ||
| 2379 | 2003-11-10 11:15 tonvoon | 3234 | 2003-11-10 06:15 tonvoon | 
| 2380 | 3235 | ||
| 2381 | * plugins/utils.h: - typo fixes | 3236 | * plugins/utils.h: - typo fixes | 
| 2382 | 3237 | ||
| 2383 | 2003-11-05 22:59 sghosh | 3238 | 2003-11-05 17:59 sghosh | 
| 2384 | 3239 | ||
| 2385 | * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: | 3240 | * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: | 
| 2386 | added plugin timeout options | 3241 | added plugin timeout options | 
| 2387 | 3242 | ||
| 2388 | 2003-10-31 04:22 kdebisschop | 3243 | 2003-10-30 23:22 kdebisschop | 
| 2389 | 3244 | ||
| 2390 | * plugins/check_nt.c: provide an error message | 3245 | * plugins/check_nt.c: provide an error message | 
| 2391 | 3246 | ||
| 2392 | 2003-10-31 04:21 kdebisschop | 3247 | 2003-10-30 23:21 kdebisschop | 
| 2393 | 3248 | ||
| 2394 | * plugins/check_hpjd.c: line indentation | 3249 | * plugins/check_hpjd.c: line indentation | 
| 2395 | 3250 | ||
| 2396 | 2003-10-31 04:20 kdebisschop | 3251 | 2003-10-30 23:20 kdebisschop | 
| 2397 | 3252 | ||
| 2398 | * plugins/check_load.c: add perfdata | 3253 | * plugins/check_load.c: add perfdata | 
| 2399 | 3254 | ||
| 2400 | 2003-10-31 04:19 kdebisschop | 3255 | 2003-10-30 23:19 kdebisschop | 
| 2401 | 3256 | ||
| 2402 | * plugins/check_mrtg.c: add perf data fix bug where stale data | 3257 | * plugins/check_mrtg.c: add perf data fix bug where stale data | 
| 2403 | message would get overwritten | 3258 | message would get overwritten | 
| 2404 | 3259 | ||
| 2405 | 2003-10-24 14:28 tonvoon | 3260 | 2003-10-24 09:28 tonvoon | 
| 2406 | 3261 | ||
| 2407 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers | 3262 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers | 
| 2408 | 3263 | ||
| 2409 | 2003-10-24 10:37 tonvoon | 3264 | 2003-10-24 05:37 tonvoon | 
| 2410 | 3265 | ||
| 2411 | * plugins/Makefile.am: Moved config.h to toplevel | 3266 | * plugins/Makefile.am: Moved config.h to toplevel | 
| 2412 | 3267 | ||
| 2413 | 2003-10-23 11:24 tonvoon | 3268 | 2003-10-23 06:24 tonvoon | 
| 2414 | 3269 | ||
| 2415 | * lib/Makefile.am: Need to include intl/ for systems without | 3270 | * lib/Makefile.am: Need to include intl/ for systems without | 
| 2416 | libintl.h | 3271 | libintl.h | 
| 2417 | 3272 | ||
| 2418 | 2003-10-21 17:16 tonvoon | 3273 | 2003-10-21 12:16 tonvoon | 
| 2419 | 3274 | ||
| 2420 | * AUTHORS: Matt Garrett for bug reports | 3275 | * AUTHORS: Matt Garrett for bug reports | 
| 2421 | 3276 | ||
| 2422 | 2003-10-21 16:56 tonvoon | 3277 | 2003-10-21 11:56 tonvoon | 
| 2423 | 3278 | ||
| 2424 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt | 3279 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt | 
| 2425 | Garrett) | 3280 | Garrett) | 
| 2426 | 3281 | ||
| 2427 | 2003-10-20 15:03 tonvoon | 3282 | 2003-10-20 10:03 tonvoon | 
| 2428 | 3283 | ||
| 2429 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at | 3284 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at | 
| 2430 | top level. Required for intl/ | 3285 | top level. Required for intl/ | 
| 2431 | 3286 | ||
| 2432 | 2003-10-15 20:27 tonvoon | 3287 | 2003-10-15 15:27 tonvoon | 
| 2433 | 3288 | ||
| 2434 | * tools/mail_error: Need to export PATH for sfsnapshot to get | 3289 | * tools/mail_error: Need to export PATH for sfsnapshot to get | 
| 2435 | correct GNU toolchain | 3290 | correct GNU toolchain | 
| 2436 | 3291 | ||
| 2437 | 2003-10-14 04:15 sghosh | 3292 | 2003-10-13 23:15 sghosh | 
| 2438 | 3293 | ||
| 2439 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches | 3294 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches | 
| 2440 | 3295 | ||
| 2441 | 2003-10-14 04:14 sghosh | 3296 | 2003-10-13 23:14 sghosh | 
| 2442 | 3297 | ||
| 2443 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches | 3298 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches | 
| 2444 | 3299 | ||
| 2445 | 2003-10-14 03:40 sghosh | 3300 | 2003-10-13 22:40 sghosh | 
| 2446 | 3301 | ||
| 2447 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on | 3302 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on | 
| 2448 | matching # candidates only | 3303 | matching # candidates only | 
| 2449 | 3304 | ||
| 2450 | 2003-10-14 03:15 sghosh | 3305 | 2003-10-13 22:15 sghosh | 
| 2451 | 3306 | ||
| 2452 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize | 3307 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize | 
| 2453 | (v1/v2c) Added v3 support | 3308 | (v1/v2c) Added v3 support | 
| 2454 | 3309 | ||
| 2455 | 2003-09-30 14:54 tonvoon | 3310 | 2003-09-30 09:54 tonvoon | 
| 2456 | 3311 | ||
| 2457 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not | 3312 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not | 
| 2458 | on AIX or Solaris. Removed unnecessary ifdefs for help page. | 3313 | on AIX or Solaris. Removed unnecessary ifdefs for help page. | 
| 2459 | Better indentation for ifdefs | 3314 | Better indentation for ifdefs | 
| 2460 | 3315 | ||
| 2461 | 2003-09-29 11:02 tonvoon | 3316 | 2003-09-29 06:02 tonvoon | 
| 2462 | 3317 | ||
| 2463 | * lib/Makefile.am: Missed GNU files for AIX 5.1 | 3318 | * lib/Makefile.am: Missed GNU files for AIX 5.1 | 
| 2464 | 3319 | ||
| 2465 | 2003-09-17 20:16 tonvoon | 3320 | 2003-09-17 15:16 tonvoon | 
| 2466 | 3321 | ||
| 2467 | * AUTHORS: Added authors of obsolete contrib plugins | 3322 | * AUTHORS: Added authors of obsolete contrib plugins | 
| 2468 | 3323 | ||
| 2469 | 2003-09-17 20:07 tonvoon | 3324 | 2003-09-17 15:07 tonvoon | 
| 2470 | 3325 | ||
| 2471 | * contrib/maser-oracle.pl: Obsolete from main check_oracle | 3326 | * contrib/maser-oracle.pl: Obsolete from main check_oracle | 
| 2472 | 3327 | ||
| 2473 | 2003-09-17 20:05 tonvoon | 3328 | 2003-09-17 15:05 tonvoon | 
| 2474 | 3329 | ||
| 2475 | * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins | 3330 | * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins | 
| 2476 | obsolete from main check_disk and check_ping | 3331 | obsolete from main check_disk and check_ping | 
| 2477 | 3332 | ||
| 2478 | 2003-09-17 17:33 tonvoon | 3333 | 2003-09-17 12:33 tonvoon | 
| 2479 | 3334 | ||
| 2480 | * lib/strtod.c: Required if strtod not GNU compilant | 3335 | * lib/strtod.c: Required if strtod not GNU compilant | 
| 2481 | 3336 | ||
| 2482 | 2003-09-17 17:31 tonvoon | 3337 | 2003-09-17 12:31 tonvoon | 
| 2483 | 3338 | ||
| 2484 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, | 3339 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, | 
| 2485 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | 3340 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | 
| 2486 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX | 3341 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX | 
| 2487 | 3342 | ||
| 2488 | 2003-09-17 17:15 tonvoon | 3343 | 2003-09-17 12:15 tonvoon | 
| 2489 | 3344 | ||
| 2490 | * plugins/check_load.c: - typo | 3345 | * plugins/check_load.c: - typo | 
| 2491 | 3346 | ||
| 2492 | 2003-09-17 10:31 tonvoon | 3347 | 2003-09-17 05:31 tonvoon | 
| 2493 | 3348 | ||
| 2494 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX | 3349 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX | 
| 2495 | (tested on 5.1) | 3350 | (tested on 5.1) | 
| 2496 | 3351 | ||
| 2497 | 2003-09-17 10:25 tonvoon | 3352 | 2003-09-17 05:25 tonvoon | 
| 2498 | 3353 | ||
| 2499 | * tools/setup: Hide error message if docbook not available | 3354 | * tools/setup: Hide error message if docbook not available | 
| 2500 | 3355 | ||
| 2501 | 2003-09-16 22:58 tonvoon | 3356 | 2003-09-16 17:58 tonvoon | 
| 2502 | 3357 | ||
| 2503 | * doc/developer-guidelines.sgml: Added in threshold range format | 3358 | * doc/developer-guidelines.sgml: Added in threshold range format | 
| 2504 | and updated autoconf to 2.54 for a problem on Darwin) | 3359 | and updated autoconf to 2.54 for a problem on Darwin) | 
| 2505 | 3360 | ||
| 2506 | 2003-09-16 15:14 tonvoon | 3361 | 2003-09-16 10:14 tonvoon | 
| 2507 | 3362 | ||
| 2508 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support | 3363 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support | 
| 2509 | for AIX ps command and cleanup of configure's ps checks | 3364 | for AIX ps command and cleanup of configure's ps checks | 
| 2510 | 3365 | ||
| 2511 | 2003-09-16 13:32 tonvoon | 3366 | 2003-09-16 08:32 tonvoon | 
| 2512 | 3367 | ||
| 2513 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE | 3368 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE | 
| 2514 | (Ludse Verhoeven) | 3369 | (Ludse Verhoeven) | 
| 2515 | 3370 | ||
| 2516 | 2003-09-16 12:36 kdebisschop | 3371 | 2003-09-16 07:36 kdebisschop | 
| 2517 | 3372 | ||
| 2518 | * tools/sfsnapshot: here-doc format was not correct | 3373 | * tools/sfsnapshot: here-doc format was not correct | 
| 2519 | 3374 | ||
| 2520 | 2003-09-16 06:45 kdebisschop | 3375 | 2003-09-16 01:45 kdebisschop | 
| 2521 | 3376 | ||
| 2522 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL | 3377 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL | 
| 2523 | pointer error in validate_arguments | 3378 | pointer error in validate_arguments | 
| 2524 | 3379 | ||
| 2525 | 2003-09-15 16:49 tonvoon | 3380 | 2003-09-15 11:49 tonvoon | 
| 2526 | 3381 | ||
| 2527 | * AUTHORS: Contributors to the perfdata discussion | 3382 | * AUTHORS: Contributors to the perfdata discussion | 
| 2528 | 3383 | ||
| 2529 | 2003-09-15 16:28 tonvoon | 3384 | 2003-09-15 11:28 tonvoon | 
| 2530 | 3385 | ||
| 2531 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support | 3386 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support | 
| 2532 | (768445 - Eric Bollengier) | 3387 | (768445 - Eric Bollengier) | 
| 2533 | 3388 | ||
| 2534 | 2003-09-15 15:57 tonvoon | 3389 | 2003-09-15 10:57 tonvoon | 
| 2535 | 3390 | ||
| 2536 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version | 3391 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version | 
| 2537 | (799098 - Steve Hanselman) | 3392 | (799098 - Steve Hanselman) | 
| 2538 | 3393 | ||
| 2539 | 2003-09-15 15:30 tonvoon | 3394 | 2003-09-15 10:30 tonvoon | 
| 2540 | 3395 | ||
| 2541 | * AUTHORS: Jason Burnett for check_disk_smb patch | 3396 | * AUTHORS: Jason Burnett for check_disk_smb patch | 
| 2542 | 3397 | ||
| 2543 | 2003-09-15 15:26 tonvoon | 3398 | 2003-09-15 10:26 tonvoon | 
| 2544 | 3399 | ||
| 2545 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for | 3400 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for | 
| 2546 | smbclient to use (781227 - Jason Burnett) | 3401 | smbclient to use (781227 - Jason Burnett) | 
| 2547 | 3402 | ||
| 2548 | 2003-09-15 06:03 kdebisschop | 3403 | 2003-09-15 01:03 kdebisschop | 
| 2549 | 3404 | ||
| 2550 | * plugins/check_http.c: make status code extensible (thanks to | 3405 | * plugins/check_http.c: make status code extensible (thanks to | 
| 2551 | Chris Wilson <chris@netservers.co.uk>) | 3406 | Chris Wilson <chris@netservers.co.uk>) | 
| 2552 | 3407 | ||
| 2553 | 2003-09-12 12:53 kdebisschop | 3408 | 2003-09-12 07:53 kdebisschop | 
| 2554 | 3409 | ||
| 2555 | * AUTHORS: two new additions | 3410 | * AUTHORS: two new additions | 
| 2556 | 3411 | ||
| 2557 | 2003-09-12 12:51 kdebisschop | 3412 | 2003-09-12 07:51 kdebisschop | 
| 2558 | 3413 | ||
| 2559 | * plugins/check_ping.c: *new output format reported by Patrick | 3414 | * plugins/check_ping.c: *new output format reported by Patrick | 
| 2560 | Allen <p.allen@brandblue.co.uk>, also move atrribution for | 3415 | Allen <p.allen@brandblue.co.uk>, also move atrribution for | 
| 2561 | Richard Brodie to thanks file | 3416 | Richard Brodie to thanks file | 
| 2562 | 3417 | ||
| 2563 | 2003-09-12 12:38 kdebisschop | 3418 | 2003-09-12 07:38 kdebisschop | 
| 2564 | 3419 | ||
| 2565 | * plugins/check_ping.c: new output format reported by Patrick Allen | 3420 | * plugins/check_ping.c: new output format reported by Patrick Allen | 
| 2566 | <p.allen@brandblue.co.uk> | 3421 | <p.allen@brandblue.co.uk> | 
| 2567 | 3422 | ||
| 2568 | 2003-09-11 12:50 kdebisschop | 3423 | 2003-09-11 07:50 kdebisschop | 
| 2569 | 3424 | ||
| 2570 | * plugins/check_http.c: use prefdata function for size too | 3425 | * plugins/check_http.c: use prefdata function for size too | 
| 2571 | 3426 | ||
| 2572 | 2003-09-11 09:02 kdebisschop | 3427 | 2003-09-11 04:02 kdebisschop | 
| 2573 | 3428 | ||
| 2574 | * plugins/check_http.c: use prefdata function | 3429 | * plugins/check_http.c: use prefdata function | 
| 2575 | 3430 | ||
| 2576 | 2003-09-11 09:02 kdebisschop | 3431 | 2003-09-11 04:02 kdebisschop | 
| 2577 | 3432 | ||
| 2578 | * configure.in, plugins/check_swap.c: last changes to configure | 3433 | * configure.in, plugins/check_swap.c: last changes to configure | 
| 2579 | broke check_swap on RHLinux. Restore /proc/meminfo check and make | 3434 | broke check_swap on RHLinux. Restore /proc/meminfo check and make | 
| 2580 | check_swap ifdefs safer | 3435 | check_swap ifdefs safer | 
| 2581 | 3436 | ||
| 2582 | 2003-09-04 07:43 kdebisschop | 3437 | 2003-09-04 02:43 kdebisschop | 
| 2583 | 3438 | ||
| 2584 | * Makefile.am: change so make-dist works in subdirs | 3439 | * Makefile.am: change so make-dist works in subdirs | 
| 2585 | 3440 | ||
| 2586 | 2003-09-03 20:37 tonvoon | 3441 | 2003-09-03 15:37 tonvoon | 
| 2587 | 3442 | ||
| 2588 | * configure.in: Remove df checks and ignore swap checks if no swap | 3443 | * configure.in: Remove df checks and ignore swap checks if no swap | 
| 2589 | commands found | 3444 | commands found | 
| 2590 | 3445 | ||
| 2591 | 2003-09-03 20:32 tonvoon | 3446 | 2003-09-03 15:32 tonvoon | 
| 2592 | 3447 | ||
| 2593 | * doc/developer-guidelines.sgml: No named credits in source code | 3448 | * doc/developer-guidelines.sgml: No named credits in source code | 
| 2594 | 3449 | ||
| 2595 | 2003-09-03 11:32 tonvoon | 3450 | 2003-09-03 06:32 tonvoon | 
| 2596 | 3451 | ||
| 2597 | * configure.in: Fixed substitution for Tru64's ps format | 3452 | * configure.in: Fixed substitution for Tru64's ps format | 
| 2598 | 3453 | ||
| 2599 | 2003-09-03 07:01 kdebisschop | 3454 | 2003-09-03 02:01 kdebisschop | 
| 2600 | 3455 | ||
| 2601 | * plugins/check_dig.c: allow warn/crit times to be floating point | 3456 | * plugins/check_dig.c: allow warn/crit times to be floating point | 
| 2602 | 3457 | ||
| 2603 | 2003-09-03 07:00 kdebisschop | 3458 | 2003-09-03 02:00 kdebisschop | 
| 2604 | 3459 | ||
| 2605 | * configure.in, plugins/common.h: include math.h if needed for | 3460 | * configure.in, plugins/common.h: include math.h if needed for | 
| 2606 | HUGE_VAL | 3461 | HUGE_VAL | 
| 2607 | 3462 | ||
| 2608 | 2003-09-02 16:04 tonvoon | 3463 | 2003-09-02 11:04 tonvoon | 
| 2609 | 3464 | ||
| 2610 | * plugins/check_procs.c: Solaris requires asprintf checks for null | 3465 | * plugins/check_procs.c: Solaris requires asprintf checks for null | 
| 2611 | variables | 3466 | variables | 
| 2612 | 3467 | ||
| 2613 | 2003-09-01 21:07 tonvoon | 3468 | 2003-09-01 16:07 tonvoon | 
| 2614 | 3469 | ||
| 2615 | * Makefile.am: Report duplicates in AUTHORS file | 3470 | * Makefile.am: Report duplicates in AUTHORS file | 
| 2616 | 3471 | ||
| 2617 | 2003-09-01 20:43 tonvoon | 3472 | 2003-09-01 15:43 tonvoon | 
| 2618 | 3473 | ||
| 2619 | * doc/developer-guidelines.sgml: Add contributor's name into CVS | 3474 | * doc/developer-guidelines.sgml: Add contributor's name into CVS | 
| 2620 | comments | 3475 | comments | 
| 2621 | 3476 | ||
| 2622 | 2003-08-31 06:24 tonvoon | 3477 | 2003-08-31 01:24 tonvoon | 
| 2623 | 3478 | ||
| 2624 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to | 3479 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to | 
| 2625 | include all contributors listed in comments in code and CVS for | 3480 | include all contributors listed in comments in code and CVS for | 
| 2626 | plugins and plugins-scripts. Still need to do SF | 3481 | plugins and plugins-scripts. Still need to do SF | 
| 2627 | 3482 | ||
| 2628 | 2003-08-31 06:13 tonvoon | 3483 | 2003-08-31 01:13 tonvoon | 
| 2629 | 3484 | ||
| 2630 | * doc/developer-guidelines.sgml: Updated perf data standard for | 3485 | * doc/developer-guidelines.sgml: Updated perf data standard for | 
| 2631 | warn before crit | 3486 | warn before crit | 
| 2632 | 3487 | ||
| 2633 | 2003-08-28 12:56 kdebisschop | 3488 | 2003-08-28 07:56 kdebisschop | 
| 2634 | 3489 | ||
| 2635 | * plugins/check_game.c: add perf data | 3490 | * plugins/check_game.c: add perf data | 
| 2636 | 3491 | ||
| 2637 | 2003-08-28 04:53 kdebisschop | 3492 | 2003-08-27 23:53 kdebisschop | 
| 2638 | 3493 | ||
| 2639 | * plugins/check_dns.c: add perf data | 3494 | * plugins/check_dns.c: add perf data | 
| 2640 | 3495 | ||
| 2641 | 2003-08-28 04:53 kdebisschop | 3496 | 2003-08-27 23:53 kdebisschop | 
| 2642 | 3497 | ||
| 2643 | * plugins/utils.c: use single quotes per guideline, also quote when | 3498 | * plugins/utils.c: use single quotes per guideline, also quote when | 
| 2644 | SPC or = are found | 3499 | SPC or = are found | 
| 2645 | 3500 | ||
| 2646 | 2003-08-28 04:22 kdebisschop | 3501 | 2003-08-27 23:22 kdebisschop | 
| 2647 | 3502 | ||
| 2648 | * plugins/check_disk.c: add perf data | 3503 | * plugins/check_disk.c: add perf data | 
| 2649 | 3504 | ||
| 2650 | 2003-08-28 04:21 kdebisschop | 3505 | 2003-08-27 23:21 kdebisschop | 
| 2651 | 3506 | ||
| 2652 | * plugins/utils.c: suppress quotes in perf data when not needed | 3507 | * plugins/utils.c: suppress quotes in perf data when not needed | 
| 2653 | (some plugins need the space to keep below line length limit | 3508 | (some plugins need the space to keep below line length limit | 
| 2654 | 3509 | ||
| 2655 | 2003-08-28 04:20 kdebisschop | 3510 | 2003-08-27 23:20 kdebisschop | 
| 2656 | 3511 | ||
| 2657 | * plugins/utils.h: add min() macro to complement max() | 3512 | * plugins/utils.h: add min() macro to complement max() | 
| 2658 | 3513 | ||
| 2659 | 2003-08-26 12:08 kdebisschop | 3514 | 2003-08-26 07:08 kdebisschop | 
| 2660 | 3515 | ||
| 2661 | * plugins/check_dig.c: print perfdata | 3516 | * plugins/check_dig.c: print perfdata | 
| 2662 | 3517 | ||
| 2663 | 2003-08-26 11:51 kdebisschop | 3518 | 2003-08-26 06:51 kdebisschop | 
| 2664 | 3519 | ||
| 2665 | * plugins/check_fping.c: print perfdata | 3520 | * plugins/check_fping.c: print perfdata | 
| 2666 | 3521 | ||
| 2667 | 2003-08-26 11:44 kdebisschop | 3522 | 2003-08-26 06:44 kdebisschop | 
| 2668 | 3523 | ||
| 2669 | * plugins/: utils.c, utils.h: function to make perfdata output | 3524 | * plugins/: utils.c, utils.h: function to make perfdata output | 
| 2670 | 3525 | ||
| 2671 | 2003-08-23 16:07 kdebisschop | 3526 | 2003-08-23 11:07 kdebisschop | 
| 2672 | 3527 | ||
| 2673 | * plugins/check_http.c: - found and fixed memory allocation error | 3528 | * plugins/check_http.c: - found and fixed memory allocation error | 
| 2674 | in rewritten redir() function | 3529 | in rewritten redir() function | 
| 2675 | 3530 | ||
| 2676 | 2003-08-23 14:59 kdebisschop | 3531 | 2003-08-23 09:59 kdebisschop | 
| 2677 | 3532 | ||
| 2678 | * plugins/check_http.c: - hacked interim fix to segfault on | 3533 | * plugins/check_http.c: - hacked interim fix to segfault on | 
| 2679 | redirect - for tesing only | 3534 | redirect - for tesing only | 
| 2680 | 3535 | ||
| 2681 | 2003-08-23 14:58 kdebisschop | 3536 | 2003-08-23 09:58 kdebisschop | 
| 2682 | 3537 | ||
| 2683 | * plugins/check_dig.c: - fix various format errors with newly added | 3538 | * plugins/check_dig.c: - fix various format errors with newly added | 
| 2684 | perf data | 3539 | perf data | 
| 2685 | 3540 | ||
| 2686 | 2003-08-23 00:49 kdebisschop | 3541 | 2003-08-22 19:49 kdebisschop | 
| 2687 | 3542 | ||
| 2688 | * plugins/check_dig.c: - forgot to declare struct timeval tv for | 3543 | * plugins/check_dig.c: - forgot to declare struct timeval tv for | 
| 2689 | hires timing | 3544 | hires timing | 
| 2690 | 3545 | ||
| 2691 | 2003-08-22 07:55 kdebisschop | 3546 | 2003-08-22 02:55 kdebisschop | 
| 2692 | 3547 | ||
| 2693 | * plugins/check_dig.c: - add perf data for time | 3548 | * plugins/check_dig.c: - add perf data for time | 
| 2694 | 3549 | ||
| 2695 | 2003-08-22 07:22 kdebisschop | 3550 | 2003-08-22 02:22 kdebisschop | 
| 2696 | 3551 | ||
| 2697 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 3552 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 2698 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 3553 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 
| @@ -2705,67 +3560,67 @@ | |||
| 2705 | urlize.c: - bindtextdomain for gettext, a few other smale | 3560 | urlize.c: - bindtextdomain for gettext, a few other smale | 
| 2706 | cleanups here and there | 3561 | cleanups here and there | 
| 2707 | 3562 | ||
| 2708 | 2003-08-22 05:42 kdebisschop | 3563 | 2003-08-22 00:42 kdebisschop | 
| 2709 | 3564 | ||
| 2710 | * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated | 3565 | * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated | 
| 2711 | '\0' | 3566 | '\0' | 
| 2712 | 3567 | ||
| 2713 | 2003-08-21 19:00 kdebisschop | 3568 | 2003-08-21 14:00 kdebisschop | 
| 2714 | 3569 | ||
| 2715 | * plugins/check_http.c: * Check redirections for infinte loops and | 3570 | * plugins/check_http.c: * Check redirections for infinte loops and | 
| 2716 | limit depth of recursion | 3571 | limit depth of recursion | 
| 2717 | 3572 | ||
| 2718 | 2003-08-20 10:54 tonvoon | 3573 | 2003-08-20 05:54 tonvoon | 
| 2719 | 3574 | ||
| 2720 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley | 3575 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley | 
| 2721 | Baetz - 751646) | 3576 | Baetz - 751646) | 
| 2722 | 3577 | ||
| 2723 | 2003-08-20 09:31 tonvoon | 3578 | 2003-08-20 04:31 tonvoon | 
| 2724 | 3579 | ||
| 2725 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib | 3580 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib | 
| 2726 | 3581 | ||
| 2727 | 2003-08-19 12:41 kdebisschop | 3582 | 2003-08-19 07:41 kdebisschop | 
| 2728 | 3583 | ||
| 2729 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen | 3584 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen | 
| 2730 | "Location:" header field name and field value | 3585 | "Location:" header field name and field value | 
| 2731 | 3586 | ||
| 2732 | 2003-08-19 12:19 kdebisschop | 3587 | 2003-08-19 07:19 kdebisschop | 
| 2733 | 3588 | ||
| 2734 | * plugins/check_http.c: *add missing status numbers from RFC 2616 | 3589 | * plugins/check_http.c: *add missing status numbers from RFC 2616 | 
| 2735 | (HTTP1.1) | 3590 | (HTTP1.1) | 
| 2736 | 3591 | ||
| 2737 | 2003-08-18 12:05 kdebisschop | 3592 | 2003-08-18 07:05 kdebisschop | 
| 2738 | 3593 | ||
| 2739 | * plugins/check_ping.c: move error scans to a new separate routine | 3594 | * plugins/check_ping.c: move error scans to a new separate routine | 
| 2740 | and scan both stderr and stdio | 3595 | and scan both stderr and stdio | 
| 2741 | 3596 | ||
| 2742 | 2003-08-11 20:50 tonvoon | 3597 | 2003-08-11 15:50 tonvoon | 
| 2743 | 3598 | ||
| 2744 | * doc/developer-guidelines.sgml: Performance data guidelines added | 3599 | * doc/developer-guidelines.sgml: Performance data guidelines added | 
| 2745 | 3600 | ||
| 2746 | 2003-08-11 20:43 tonvoon | 3601 | 2003-08-11 15:43 tonvoon | 
| 2747 | 3602 | ||
| 2748 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores | 3603 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores | 
| 2749 | new directories. Also do not need to run make | 3604 | new directories. Also do not need to run make | 
| 2750 | 3605 | ||
| 2751 | 2003-08-10 13:56 kdebisschop | 3606 | 2003-08-10 08:56 kdebisschop | 
| 2752 | 3607 | ||
| 2753 | * plugins/utils.c: config.h is redundant (common.h includes it) | 3608 | * plugins/utils.c: config.h is redundant (common.h includes it) | 
| 2754 | 3609 | ||
| 2755 | 2003-08-10 13:48 kdebisschop | 3610 | 2003-08-10 08:48 kdebisschop | 
| 2756 | 3611 | ||
| 2757 | * plugins/: check_dns.c, check_smtp.c: perf data in integer | 3612 | * plugins/: check_dns.c, check_smtp.c: perf data in integer | 
| 2758 | microseconds | 3613 | microseconds | 
| 2759 | 3614 | ||
| 2760 | 2003-08-10 13:12 kdebisschop | 3615 | 2003-08-10 08:12 kdebisschop | 
| 2761 | 3616 | ||
| 2762 | * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done | 3617 | * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done | 
| 2763 | 3618 | ||
| 2764 | 2003-08-10 13:11 kdebisschop | 3619 | 2003-08-10 08:11 kdebisschop | 
| 2765 | 3620 | ||
| 2766 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue | 3621 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue | 
| 2767 | 3622 | ||
| 2768 | 2003-08-10 07:53 kdebisschop | 3623 | 2003-08-10 02:53 kdebisschop | 
| 2769 | 3624 | ||
| 2770 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 3625 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 2771 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 3626 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 
| @@ -2777,100 +3632,100 @@ | |||
| 2777 | check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, | 3632 | check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, | 
| 2778 | urlize.c: the last round of pedantic compiler warnings | 3633 | urlize.c: the last round of pedantic compiler warnings | 
| 2779 | 3634 | ||
| 2780 | 2003-08-09 14:37 kdebisschop | 3635 | 2003-08-09 09:37 kdebisschop | 
| 2781 | 3636 | ||
| 2782 | * tools/devmode: a little shell script to make it a little easier | 3637 | * tools/devmode: a little shell script to make it a little easier | 
| 2783 | to produce pedantic compiler warnings | 3638 | to produce pedantic compiler warnings | 
| 2784 | 3639 | ||
| 2785 | 2003-08-09 14:36 kdebisschop | 3640 | 2003-08-09 09:36 kdebisschop | 
| 2786 | 3641 | ||
| 2787 | * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, | 3642 | * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, | 
| 2788 | check_udp.c, check_ups.c, check_users.c: more pedantic compiler | 3643 | check_udp.c, check_ups.c, check_users.c: more pedantic compiler | 
| 2789 | warnings | 3644 | warnings | 
| 2790 | 3645 | ||
| 2791 | 2003-08-09 07:51 undrgrid | 3646 | 2003-08-09 02:51 undrgrid | 
| 2792 | 3647 | ||
| 2793 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up | 3648 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up | 
| 2794 | 3649 | ||
| 2795 | 2003-08-09 07:01 kdebisschop | 3650 | 2003-08-09 02:01 kdebisschop | 
| 2796 | 3651 | ||
| 2797 | * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, | 3652 | * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, | 
| 2798 | check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, | 3653 | check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, | 
| 2799 | check_procs.c, check_real.c, utils.c, utils.h: more pedantic | 3654 | check_procs.c, check_real.c, utils.c, utils.h: more pedantic | 
| 2800 | compiler warns | 3655 | compiler warns | 
| 2801 | 3656 | ||
| 2802 | 2003-08-09 05:19 kdebisschop | 3657 | 2003-08-09 00:19 kdebisschop | 
| 2803 | 3658 | ||
| 2804 | * plugins/check_http.c: more pedantic compiler warns, change to | 3659 | * plugins/check_http.c: more pedantic compiler warns, change to | 
| 2805 | microsecond output for perf data, add size to perf data | 3660 | microsecond output for perf data, add size to perf data | 
| 2806 | 3661 | ||
| 2807 | 2003-08-09 05:12 kdebisschop | 3662 | 2003-08-09 00:12 kdebisschop | 
| 2808 | 3663 | ||
| 2809 | * plugins/: utils.c, utils.h: add function for elapsed tim ein | 3664 | * plugins/: utils.c, utils.h: add function for elapsed tim ein | 
| 2810 | microseconds | 3665 | microseconds | 
| 2811 | 3666 | ||
| 2812 | 2003-08-09 01:56 kdebisschop | 3667 | 2003-08-08 20:56 kdebisschop | 
| 2813 | 3668 | ||
| 2814 | * plugins/check_http.c: more pedantic compiler warnings | 3669 | * plugins/check_http.c: more pedantic compiler warnings | 
| 2815 | 3670 | ||
| 2816 | 2003-08-09 01:41 kdebisschop | 3671 | 2003-08-08 20:41 kdebisschop | 
| 2817 | 3672 | ||
| 2818 | * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: | 3673 | * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: | 
| 2819 | more pedantic compiler warnings | 3674 | more pedantic compiler warnings | 
| 2820 | 3675 | ||
| 2821 | 2003-08-08 21:31 kdebisschop | 3676 | 2003-08-08 16:31 kdebisschop | 
| 2822 | 3677 | ||
| 2823 | * lib/Makefile.am: include getloadvag.m4 in distrib | 3678 | * lib/Makefile.am: include getloadvag.m4 in distrib | 
| 2824 | 3679 | ||
| 2825 | 2003-08-08 17:49 kdebisschop | 3680 | 2003-08-08 12:49 kdebisschop | 
| 2826 | 3681 | ||
| 2827 | * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from | 3682 | * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from | 
| 2828 | pedantic complier warnings | 3683 | pedantic complier warnings | 
| 2829 | 3684 | ||
| 2830 | 2003-08-08 17:48 kdebisschop | 3685 | 2003-08-08 12:48 kdebisschop | 
| 2831 | 3686 | ||
| 2832 | * plugins/check_nt.c: change if/elseif block to case, general | 3687 | * plugins/check_nt.c: change if/elseif block to case, general | 
| 2833 | streamline | 3688 | streamline | 
| 2834 | 3689 | ||
| 2835 | 2003-08-08 13:14 kdebisschop | 3690 | 2003-08-08 08:14 kdebisschop | 
| 2836 | 3691 | ||
| 2837 | * plugins/check_disk.c: fix a variety of compiler warnings about | 3692 | * plugins/check_disk.c: fix a variety of compiler warnings about | 
| 2838 | qualifier discards and other pedantic stuff | 3693 | qualifier discards and other pedantic stuff | 
| 2839 | 3694 | ||
| 2840 | 2003-08-08 06:09 kdebisschop | 3695 | 2003-08-08 01:09 kdebisschop | 
| 2841 | 3696 | ||
| 2842 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, | 3697 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, | 
| 2843 | check_snmp.c, utils.c, utils.h: fix a variety of compiler | 3698 | check_snmp.c, utils.c, utils.h: fix a variety of compiler | 
| 2844 | warnings about qualifier discards and other pedantic stuff | 3699 | warnings about qualifier discards and other pedantic stuff | 
| 2845 | 3700 | ||
| 2846 | 2003-08-08 05:33 kdebisschop | 3701 | 2003-08-08 00:33 kdebisschop | 
| 2847 | 3702 | ||
| 2848 | * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, | 3703 | * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, | 
| 2849 | netutils.h, popen.h, utils.h: fix a variety of compiler warnings | 3704 | netutils.h, popen.h, utils.h: fix a variety of compiler warnings | 
| 2850 | about qualifier discards and other pedantic stuff | 3705 | about qualifier discards and other pedantic stuff | 
| 2851 | 3706 | ||
| 2852 | 2003-08-08 04:51 kdebisschop | 3707 | 2003-08-07 23:51 kdebisschop | 
| 2853 | 3708 | ||
| 2854 | * plugins/: check_nt.c, check_smtp.c: markup for translation | 3709 | * plugins/: check_nt.c, check_smtp.c: markup for translation | 
| 2855 | 3710 | ||
| 2856 | 2003-08-08 00:17 kdebisschop | 3711 | 2003-08-07 19:17 kdebisschop | 
| 2857 | 3712 | ||
| 2858 | * plugins/check_real.c: markup for translation | 3713 | * plugins/check_real.c: markup for translation | 
| 2859 | 3714 | ||
| 2860 | 2003-08-07 13:36 kdebisschop | 3715 | 2003-08-07 08:36 kdebisschop | 
| 2861 | 3716 | ||
| 2862 | * plugins/check_procs.c: markup for translation | 3717 | * plugins/check_procs.c: markup for translation | 
| 2863 | 3718 | ||
| 2864 | 2003-08-07 13:09 kdebisschop | 3719 | 2003-08-07 08:09 kdebisschop | 
| 2865 | 3720 | ||
| 2866 | * plugins/check_load.c: reorder for consistency, restore prototypes | 3721 | * plugins/check_load.c: reorder for consistency, restore prototypes | 
| 2867 | for print_foo, nest #ifdef to avoid pedantic traditional c warn | 3722 | for print_foo, nest #ifdef to avoid pedantic traditional c warn | 
| 2868 | 3723 | ||
| 2869 | 2003-08-07 13:00 kdebisschop | 3724 | 2003-08-07 08:00 kdebisschop | 
| 2870 | 3725 | ||
| 2871 | * plugins/check_snmp.c: reorder for consistency (no code changes) | 3726 | * plugins/check_snmp.c: reorder for consistency (no code changes) | 
| 2872 | 3727 | ||
| 2873 | 2003-08-07 12:51 kdebisschop | 3728 | 2003-08-07 07:51 kdebisschop | 
| 2874 | 3729 | ||
| 2875 | * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, | 3730 | * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, | 
| 2876 | check_fping.c, check_game.c, check_http.c, check_mrtg.c, | 3731 | check_fping.c, check_game.c, check_http.c, check_mrtg.c, | 
| @@ -2880,275 +3735,275 @@ | |||
| 2880 | popen.c, utils.c, utils.h: replace "terminate" with "die" for | 3735 | popen.c, utils.c, utils.h: replace "terminate" with "die" for | 
| 2881 | shorter name and better readability | 3736 | shorter name and better readability | 
| 2882 | 3737 | ||
| 2883 | 2003-08-07 12:49 kdebisschop | 3738 | 2003-08-07 07:49 kdebisschop | 
| 2884 | 3739 | ||
| 2885 | * plugins/check_ping.c: cleanup for better readability | 3740 | * plugins/check_ping.c: cleanup for better readability | 
| 2886 | 3741 | ||
| 2887 | 2003-08-07 10:51 kdebisschop | 3742 | 2003-08-07 05:51 kdebisschop | 
| 2888 | 3743 | ||
| 2889 | * plugins/check_ping.c: markup for translation | 3744 | * plugins/check_ping.c: markup for translation | 
| 2890 | 3745 | ||
| 2891 | 2003-08-07 02:23 kdebisschop | 3746 | 2003-08-06 21:23 kdebisschop | 
| 2892 | 3747 | ||
| 2893 | * tools/sfsnapshot: make must be run before make dist to creat | 3748 | * tools/sfsnapshot: make must be run before make dist to creat | 
| 2894 | language files | 3749 | language files | 
| 2895 | 3750 | ||
| 2896 | 2003-08-06 21:53 tonvoon | 3751 | 2003-08-06 16:53 tonvoon | 
| 2897 | 3752 | ||
| 2898 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are | 3753 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are | 
| 2899 | written to GNU standards | 3754 | written to GNU standards | 
| 2900 | 3755 | ||
| 2901 | 2003-08-06 15:26 kdebisschop | 3756 | 2003-08-06 10:26 kdebisschop | 
| 2902 | 3757 | ||
| 2903 | * lib/.cvsignore: ignore ulonglong.m4 | 3758 | * lib/.cvsignore: ignore ulonglong.m4 | 
| 2904 | 3759 | ||
| 2905 | 2003-08-06 13:13 kdebisschop | 3760 | 2003-08-06 08:13 kdebisschop | 
| 2906 | 3761 | ||
| 2907 | * plugins/check_overcr.c: markup for translation, move send_buffer | 3762 | * plugins/check_overcr.c: markup for translation, move send_buffer | 
| 2908 | assignment to process_args so process_tcp_request can be moved | 3763 | assignment to process_args so process_tcp_request can be moved | 
| 2909 | outside the conditional, replace if/esleif with switch, replace | 3764 | outside the conditional, replace if/esleif with switch, replace | 
| 2910 | #defines with enum | 3765 | #defines with enum | 
| 2911 | 3766 | ||
| 2912 | 2003-08-06 13:11 kdebisschop | 3767 | 2003-08-06 08:11 kdebisschop | 
| 2913 | 3768 | ||
| 2914 | * plugins/check_nwstat.c: markup for translation | 3769 | * plugins/check_nwstat.c: markup for translation | 
| 2915 | 3770 | ||
| 2916 | 2003-08-05 20:20 tonvoon | 3771 | 2003-08-05 15:20 tonvoon | 
| 2917 | 3772 | ||
| 2918 | * doc/developer-guidelines.sgml: Added dev platform requirements | 3773 | * doc/developer-guidelines.sgml: Added dev platform requirements | 
| 2919 | 3774 | ||
| 2920 | 2003-08-05 12:53 kdebisschop | 3775 | 2003-08-05 07:53 kdebisschop | 
| 2921 | 3776 | ||
| 2922 | * plugins/check_ssh.c: markup for translation | 3777 | * plugins/check_ssh.c: markup for translation | 
| 2923 | 3778 | ||
| 2924 | 2003-08-05 10:56 stanleyhopcroft | 3779 | 2003-08-05 05:56 stanleyhopcroft | 
| 2925 | 3780 | ||
| 2926 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin | 3781 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin | 
| 2927 | (contrib/check_mssql.sh) from T De Blende. | 3782 | (contrib/check_mssql.sh) from T De Blende. | 
| 2928 | 3783 | ||
| 2929 | 2003-08-04 12:38 kdebisschop | 3784 | 2003-08-04 07:38 kdebisschop | 
| 2930 | 3785 | ||
| 2931 | * plugins/: check_users.c, urlize.c: markup for translation | 3786 | * plugins/: check_users.c, urlize.c: markup for translation | 
| 2932 | 3787 | ||
| 2933 | 2003-08-04 09:13 kdebisschop | 3788 | 2003-08-04 04:13 kdebisschop | 
| 2934 | 3789 | ||
| 2935 | * plugins/: check_time.c, check_udp.c: markup for translation | 3790 | * plugins/: check_time.c, check_udp.c: markup for translation | 
| 2936 | 3791 | ||
| 2937 | 2003-08-04 08:42 kdebisschop | 3792 | 2003-08-04 03:42 kdebisschop | 
| 2938 | 3793 | ||
| 2939 | * plugins/: check_ldap.c, check_nagios.c, check_radius.c, | 3794 | * plugins/: check_ldap.c, check_nagios.c, check_radius.c, | 
| 2940 | check_udp.c, check_ups.c, negate.c: markup for translation | 3795 | check_udp.c, check_ups.c, negate.c: markup for translation | 
| 2941 | 3796 | ||
| 2942 | 2003-08-03 15:24 kdebisschop | 3797 | 2003-08-03 10:24 kdebisschop | 
| 2943 | 3798 | ||
| 2944 | * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup | 3799 | * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup | 
| 2945 | for translation | 3800 | for translation | 
| 2946 | 3801 | ||
| 2947 | 2003-08-03 07:19 kdebisschop | 3802 | 2003-08-03 02:19 kdebisschop | 
| 2948 | 3803 | ||
| 2949 | * plugins/check_load.c: markup for translation | 3804 | * plugins/check_load.c: markup for translation | 
| 2950 | 3805 | ||
| 2951 | 2003-08-03 07:05 kdebisschop | 3806 | 2003-08-03 02:05 kdebisschop | 
| 2952 | 3807 | ||
| 2953 | * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for | 3808 | * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for | 
| 2954 | translation | 3809 | translation | 
| 2955 | 3810 | ||
| 2956 | 2003-08-03 07:03 kdebisschop | 3811 | 2003-08-03 02:03 kdebisschop | 
| 2957 | 3812 | ||
| 2958 | * plugins/: Makefile.am, check_ide-smart.c: markup for translation, | 3813 | * plugins/: Makefile.am, check_ide-smart.c: markup for translation, | 
| 2959 | use common.h, fix problems compiling | 3814 | use common.h, fix problems compiling | 
| 2960 | 3815 | ||
| 2961 | 2003-08-03 07:02 kdebisschop | 3816 | 2003-08-03 02:02 kdebisschop | 
| 2962 | 3817 | ||
| 2963 | * plugins/check_ldap.c: markup for translation | 3818 | * plugins/check_ldap.c: markup for translation | 
| 2964 | 3819 | ||
| 2965 | 2003-08-03 01:01 kdebisschop | 3820 | 2003-08-02 20:01 kdebisschop | 
| 2966 | 3821 | ||
| 2967 | * plugins/check_http.c: markup for translation | 3822 | * plugins/check_http.c: markup for translation | 
| 2968 | 3823 | ||
| 2969 | 2003-08-02 23:19 kdebisschop | 3824 | 2003-08-02 18:19 kdebisschop | 
| 2970 | 3825 | ||
| 2971 | * plugins/check_hpjd.c: markup for translation | 3826 | * plugins/check_hpjd.c: markup for translation | 
| 2972 | 3827 | ||
| 2973 | 2003-08-02 23:08 kdebisschop | 3828 | 2003-08-02 18:08 kdebisschop | 
| 2974 | 3829 | ||
| 2975 | * plugins/check_mysql.c: markup for translation | 3830 | * plugins/check_mysql.c: markup for translation | 
| 2976 | 3831 | ||
| 2977 | 2003-08-02 23:06 kdebisschop | 3832 | 2003-08-02 18:06 kdebisschop | 
| 2978 | 3833 | ||
| 2979 | * plugins/: check_fping.c, check_game.c, check_mysql.c, | 3834 | * plugins/: check_fping.c, check_game.c, check_mysql.c, | 
| 2980 | check_snmp.c, utils.h: markupf for translation | 3835 | check_snmp.c, utils.h: markupf for translation | 
| 2981 | 3836 | ||
| 2982 | 2003-08-02 19:22 kdebisschop | 3837 | 2003-08-02 14:22 kdebisschop | 
| 2983 | 3838 | ||
| 2984 | * plugins/: utils.c, utils.h: ifdef so utils.h can be header for | 3839 | * plugins/: utils.c, utils.h: ifdef so utils.h can be header for | 
| 2985 | utils.c | 3840 | utils.c | 
| 2986 | 3841 | ||
| 2987 | 2003-08-02 19:22 kdebisschop | 3842 | 2003-08-02 14:22 kdebisschop | 
| 2988 | 3843 | ||
| 2989 | * plugins/: check_fping.c, check_snmp.c: markup for translation | 3844 | * plugins/: check_fping.c, check_snmp.c: markup for translation | 
| 2990 | 3845 | ||
| 2991 | 2003-08-02 17:42 kdebisschop | 3846 | 2003-08-02 12:42 kdebisschop | 
| 2992 | 3847 | ||
| 2993 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 3848 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 2994 | check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: | 3849 | check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: | 
| 2995 | establish "UT_" namespace for usage text in #defines | 3850 | establish "UT_" namespace for usage text in #defines | 
| 2996 | 3851 | ||
| 2997 | 2003-08-02 17:42 kdebisschop | 3852 | 2003-08-02 12:42 kdebisschop | 
| 2998 | 3853 | ||
| 2999 | * plugins/check_snmp.c: markup for translation | 3854 | * plugins/check_snmp.c: markup for translation | 
| 3000 | 3855 | ||
| 3001 | 2003-08-02 06:30 kdebisschop | 3856 | 2003-08-02 01:30 kdebisschop | 
| 3002 | 3857 | ||
| 3003 | * plugins/check_dns.c: restore informative output that was lost in | 3858 | * plugins/check_dns.c: restore informative output that was lost in | 
| 3004 | previous bug fix | 3859 | previous bug fix | 
| 3005 | 3860 | ||
| 3006 | 2003-08-02 00:56 kdebisschop | 3861 | 2003-08-01 19:56 kdebisschop | 
| 3007 | 3862 | ||
| 3008 | * plugins/check_dns.c: terminate in error_scan() so meaningfull | 3863 | * plugins/check_dns.c: terminate in error_scan() so meaningfull | 
| 3009 | errors can be sent | 3864 | errors can be sent | 
| 3010 | 3865 | ||
| 3011 | 2003-08-01 07:04 kdebisschop | 3866 | 2003-08-01 02:04 kdebisschop | 
| 3012 | 3867 | ||
| 3013 | * plugins/check_dummy.c: mark for transaltion | 3868 | * plugins/check_dummy.c: mark for transaltion | 
| 3014 | 3869 | ||
| 3015 | 2003-08-01 07:03 kdebisschop | 3870 | 2003-08-01 02:03 kdebisschop | 
| 3016 | 3871 | ||
| 3017 | * plugins/check_dns.c: do not translate the strings that will be | 3872 | * plugins/check_dns.c: do not translate the strings that will be | 
| 3018 | compared to utility output - LC_ALL is set to C so those strings | 3873 | compared to utility output - LC_ALL is set to C so those strings | 
| 3019 | should be untranslated regardless of the system settings | 3874 | should be untranslated regardless of the system settings | 
| 3020 | 3875 | ||
| 3021 | 2003-08-01 07:01 kdebisschop | 3876 | 2003-08-01 02:01 kdebisschop | 
| 3022 | 3877 | ||
| 3023 | * plugins/popen.c: set LC_ALL to C in execve environemnt | 3878 | * plugins/popen.c: set LC_ALL to C in execve environemnt | 
| 3024 | 3879 | ||
| 3025 | 2003-08-01 03:11 kdebisschop | 3880 | 2003-07-31 22:11 kdebisschop | 
| 3026 | 3881 | ||
| 3027 | * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. | 3882 | * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. | 
| 3028 | Use 'rm -f ...; ln -s ...' | 3883 | Use 'rm -f ...; ln -s ...' | 
| 3029 | 3884 | ||
| 3030 | 2003-07-31 13:06 kdebisschop | 3885 | 2003-07-31 08:06 kdebisschop | 
| 3031 | 3886 | ||
| 3032 | * plugins/check_dns.c: mark for translation (note problem here - it | 3887 | * plugins/check_dns.c: mark for translation (note problem here - it | 
| 3033 | relies on tranalation in underlying utility, which has a high | 3888 | relies on tranalation in underlying utility, which has a high | 
| 3034 | chance of failing) | 3889 | chance of failing) | 
| 3035 | 3890 | ||
| 3036 | 2003-07-31 12:02 kdebisschop | 3891 | 2003-07-31 07:02 kdebisschop | 
| 3037 | 3892 | ||
| 3038 | * plugins/: utils.h, check_disk.c: mark for translation | 3893 | * plugins/: utils.h, check_disk.c: mark for translation | 
| 3039 | 3894 | ||
| 3040 | 2003-07-30 12:39 kdebisschop | 3895 | 2003-07-30 07:39 kdebisschop | 
| 3041 | 3896 | ||
| 3042 | * plugins/check_by_ssh.c: mark up for translation | 3897 | * plugins/check_by_ssh.c: mark up for translation | 
| 3043 | 3898 | ||
| 3044 | 2003-07-30 05:07 kdebisschop | 3899 | 2003-07-30 00:07 kdebisschop | 
| 3045 | 3900 | ||
| 3046 | * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, | 3901 | * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, | 
| 3047 | utils.h: markup for translation | 3902 | utils.h: markup for translation | 
| 3048 | 3903 | ||
| 3049 | 2003-07-29 12:58 kdebisschop | 3904 | 2003-07-29 07:58 kdebisschop | 
| 3050 | 3905 | ||
| 3051 | * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for | 3906 | * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for | 
| 3052 | translation | 3907 | translation | 
| 3053 | 3908 | ||
| 3054 | 2003-07-29 12:57 kdebisschop | 3909 | 2003-07-29 07:57 kdebisschop | 
| 3055 | 3910 | ||
| 3056 | * plugins/utils.h: some shared text for internationalized help text | 3911 | * plugins/utils.h: some shared text for internationalized help text | 
| 3057 | 3912 | ||
| 3058 | 2003-07-29 06:49 kdebisschop | 3913 | 2003-07-29 01:49 kdebisschop | 
| 3059 | 3914 | ||
| 3060 | * plugins/utils.c: clean up warnings about ill-formed comment and | 3915 | * plugins/utils.c: clean up warnings about ill-formed comment and | 
| 3061 | string concatenation | 3916 | string concatenation | 
| 3062 | 3917 | ||
| 3063 | 2003-07-29 06:43 kdebisschop | 3918 | 2003-07-29 01:43 kdebisschop | 
| 3064 | 3919 | ||
| 3065 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: | 3920 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: | 
| 3066 | bump to gettext 0.11.5 and cleanup GNU toolchain | 3921 | bump to gettext 0.11.5 and cleanup GNU toolchain | 
| 3067 | 3922 | ||
| 3068 | 2003-07-29 06:38 kdebisschop | 3923 | 2003-07-29 01:38 kdebisschop | 
| 3069 | 3924 | ||
| 3070 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS | 3925 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS | 
| 3071 | 3926 | ||
| 3072 | 2003-07-29 06:03 kdebisschop | 3927 | 2003-07-29 01:03 kdebisschop | 
| 3073 | 3928 | ||
| 3074 | * tools/setup: move autopoint to start of gnu toolchain setup use | 3929 | * tools/setup: move autopoint to start of gnu toolchain setup use | 
| 3075 | --force-missing instead on manually copying files (manual | 3930 | --force-missing instead on manually copying files (manual | 
| 3076 | process was broken on RedHat, and we should expect automake to do | 3931 | process was broken on RedHat, and we should expect automake to do | 
| 3077 | its job right anyway) | 3932 | its job right anyway) | 
| 3078 | 3933 | ||
| 3079 | 2003-07-29 04:06 kdebisschop | 3934 | 2003-07-28 23:06 kdebisschop | 
| 3080 | 3935 | ||
| 3081 | * configure.in: look for getloadavg.c in $topdir/lib, not | 3936 | * configure.in: look for getloadavg.c in $topdir/lib, not | 
| 3082 | $srcdir/lib | 3937 | $srcdir/lib | 
| 3083 | 3938 | ||
| 3084 | 2003-07-29 04:04 kdebisschop | 3939 | 2003-07-28 23:04 kdebisschop | 
| 3085 | 3940 | ||
| 3086 | * plugins/: check_http.c: patch attempt to reference undefined | 3941 | * plugins/: check_http.c: patch attempt to reference undefined | 
| 3087 | optarg (credit Paul Farrall) | 3942 | optarg (credit Paul Farrall) | 
| 3088 | 3943 | ||
| 3089 | 2003-07-29 04:03 kdebisschop | 3944 | 2003-07-28 23:03 kdebisschop | 
| 3090 | 3945 | ||
| 3091 | * configure.in: look for getloadavg.c in $topdir/lib, not | 3946 | * configure.in: look for getloadavg.c in $topdir/lib, not | 
| 3092 | $srcdir/lib | 3947 | $srcdir/lib | 
| 3093 | 3948 | ||
| 3094 | 2003-07-28 12:36 tonvoon | 3949 | 2003-07-28 07:36 tonvoon | 
| 3095 | 3950 | ||
| 3096 | * configure.in: - Specify srcdir so no confusion | 3951 | * configure.in: - Specify srcdir so no confusion | 
| 3097 | 3952 | ||
| 3098 | 2003-07-28 12:34 tonvoon | 3953 | 2003-07-28 07:34 tonvoon | 
| 3099 | 3954 | ||
| 3100 | * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for | 3955 | * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for | 
| 3101 | getloadavg.o | 3956 | getloadavg.o | 
| 3102 | 3957 | ||
| 3103 | 2003-07-28 12:30 tonvoon | 3958 | 2003-07-28 07:30 tonvoon | 
| 3104 | 3959 | ||
| 3105 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using | 3960 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using | 
| 3106 | autoconf 2.50+. This fixes redhat 6.2 compiles | 3961 | autoconf 2.50+. This fixes redhat 6.2 compiles | 
| 3107 | 3962 | ||
| 3108 | 2003-07-26 13:15 kdebisschop | 3963 | 2003-07-26 08:15 kdebisschop | 
| 3109 | 3964 | ||
| 3110 | * plugins/check_pgsql.c: mark for translation | 3965 | * plugins/check_pgsql.c: mark for translation | 
| 3111 | 3966 | ||
| 3112 | 2003-07-26 13:13 kdebisschop | 3967 | 2003-07-26 08:13 kdebisschop | 
| 3113 | 3968 | ||
| 3114 | * plugins/common.h: add S_ macor to mark message for both | 3969 | * plugins/common.h: add S_ macor to mark message for both | 
| 3115 | translation and inclusion into docbook SGML | 3970 | translation and inclusion into docbook SGML | 
| 3116 | 3971 | ||
| 3117 | 2003-07-26 06:29 kdebisschop | 3972 | 2003-07-26 01:29 kdebisschop | 
| 3118 | 3973 | ||
| 3119 | * po/: de.po, fr.po: updated check_tcp | 3974 | * po/: de.po, fr.po: updated check_tcp | 
| 3120 | 3975 | ||
| 3121 | 2003-07-26 06:25 kdebisschop | 3976 | 2003-07-26 01:25 kdebisschop | 
| 3122 | 3977 | ||
| 3123 | * plugins/check_tcp.c, po/ChangeLog: internationalization | 3978 | * plugins/check_tcp.c, po/ChangeLog: internationalization | 
| 3124 | 3979 | ||
| 3125 | 2003-07-26 06:17 kdebisschop | 3980 | 2003-07-26 01:17 kdebisschop | 
| 3126 | 3981 | ||
| 3127 | * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext | 3982 | * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext | 
| 3128 | files | 3983 | files | 
| 3129 | 3984 | ||
| 3130 | 2003-07-26 05:33 kdebisschop | 3985 | 2003-07-26 00:33 kdebisschop | 
| 3131 | 3986 | ||
| 3132 | * lib/: Makefile.am: checkins for internationalization | 3987 | * lib/: Makefile.am: checkins for internationalization | 
| 3133 | 3988 | ||
| 3134 | 2003-07-26 05:25 kdebisschop | 3989 | 2003-07-26 00:25 kdebisschop | 
| 3135 | 3990 | ||
| 3136 | * po/Makevars: checkins for internationalization | 3991 | * po/Makevars: checkins for internationalization | 
| 3137 | 3992 | ||
| 3138 | 2003-07-26 05:17 kdebisschop | 3993 | 2003-07-26 00:17 kdebisschop | 
| 3139 | 3994 | ||
| 3140 | * lib/gettext.h: checkins for internationalization | 3995 | * lib/gettext.h: checkins for internationalization | 
| 3141 | 3996 | ||
| 3142 | 2003-07-26 05:14 kdebisschop | 3997 | 2003-07-26 00:14 kdebisschop | 
| 3143 | 3998 | ||
| 3144 | * tools/setup: checkins for internationalization | 3999 | * tools/setup: checkins for internationalization | 
| 3145 | 4000 | ||
| 3146 | 2003-07-26 05:09 kdebisschop | 4001 | 2003-07-26 00:09 kdebisschop | 
| 3147 | 4002 | ||
| 3148 | * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for | 4003 | * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for | 
| 3149 | internationalization | 4004 | internationalization | 
| 3150 | 4005 | ||
| 3151 | 2003-07-26 05:06 kdebisschop | 4006 | 2003-07-26 00:06 kdebisschop | 
| 3152 | 4007 | ||
| 3153 | * .cvsignore, ChangeLog, Makefile.am, configure.in, | 4008 | * .cvsignore, ChangeLog, Makefile.am, configure.in, | 
| 3154 | nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, | 4009 | nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, | 
| @@ -3156,141 +4011,141 @@ | |||
| 3156 | po/LINGUAS, po/POTFILES.in, tools/setup: checkins for | 4011 | po/LINGUAS, po/POTFILES.in, tools/setup: checkins for | 
| 3157 | internationalization | 4012 | internationalization | 
| 3158 | 4013 | ||
| 3159 | 2003-07-21 13:06 kdebisschop | 4014 | 2003-07-21 08:06 kdebisschop | 
| 3160 | 4015 | ||
| 3161 | * plugins/common.h: add stubs to allow markup for translation | 4016 | * plugins/common.h: add stubs to allow markup for translation | 
| 3162 | 4017 | ||
| 3163 | 2003-07-21 12:53 kdebisschop | 4018 | 2003-07-21 07:53 kdebisschop | 
| 3164 | 4019 | ||
| 3165 | * configure.in, plugins/common.h: test GNU_SOURCE and include | 4020 | * configure.in, plugins/common.h: test GNU_SOURCE and include | 
| 3166 | features.h if present to clear warning about asprintf definition | 4021 | features.h if present to clear warning about asprintf definition | 
| 3167 | 4022 | ||
| 3168 | 2003-07-20 15:40 kdebisschop | 4023 | 2003-07-20 10:40 kdebisschop | 
| 3169 | 4024 | ||
| 3170 | * doc/developer-guidelines.sgml: must use '&' in attribute | 4025 | * doc/developer-guidelines.sgml: must use '&' in attribute | 
| 3171 | values instead of '&' id tokens (attibute values) must not have | 4026 | values instead of '&' id tokens (attibute values) must not have | 
| 3172 | embedded spaces | 4027 | embedded spaces | 
| 3173 | 4028 | ||
| 3174 | 2003-07-20 15:01 kdebisschop | 4029 | 2003-07-20 10:01 kdebisschop | 
| 3175 | 4030 | ||
| 3176 | * nagios-plugins.spec.in: was needed for build on RH9 | 4031 | * nagios-plugins.spec.in: was needed for build on RH9 | 
| 3177 | 4032 | ||
| 3178 | 2003-07-17 13:14 tonvoon | 4033 | 2003-07-17 08:14 tonvoon | 
| 3179 | 4034 | ||
| 3180 | * plugins-scripts/check_oracle.sh: - Cleanup comments | 4035 | * plugins-scripts/check_oracle.sh: - Cleanup comments | 
| 3181 | 4036 | ||
| 3182 | 2003-07-17 10:35 tonvoon | 4037 | 2003-07-17 05:35 tonvoon | 
| 3183 | 4038 | ||
| 3184 | * doc/developer-guidelines.sgml: Guidelines updated to use | 4039 | * doc/developer-guidelines.sgml: Guidelines updated to use | 
| 3185 | Sourceforge tracker system | 4040 | Sourceforge tracker system | 
| 3186 | 4041 | ||
| 3187 | 2003-07-11 23:20 tonvoon | 4042 | 2003-07-11 18:20 tonvoon | 
| 3188 | 4043 | ||
| 3189 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments | 4044 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments | 
| 3190 | 4045 | ||
| 3191 | 2003-07-11 14:06 tonvoon | 4046 | 2003-07-11 09:06 tonvoon | 
| 3192 | 4047 | ||
| 3193 | * doc/developer-guidelines.sgml: Added in practice of prefixing | 4048 | * doc/developer-guidelines.sgml: Added in practice of prefixing | 
| 3194 | comments in CVS commits | 4049 | comments in CVS commits | 
| 3195 | 4050 | ||
| 3196 | 2003-07-11 07:30 kdebisschop | 4051 | 2003-07-11 02:30 kdebisschop | 
| 3197 | 4052 | ||
| 3198 | * ChangeLog: Auto Update from CVS (includes both stabel and devel - | 4053 | * ChangeLog: Auto Update from CVS (includes both stabel and devel - | 
| 3199 | ugh) | 4054 | ugh) | 
| 3200 | 4055 | ||
| 3201 | 2003-07-11 07:12 kdebisschop | 4056 | 2003-07-11 02:12 kdebisschop | 
| 3202 | 4057 | ||
| 3203 | * configure.in, plugins/Makefile.am: link check_spop and | 4058 | * configure.in, plugins/Makefile.am: link check_spop and | 
| 3204 | check_simap if ssl libs are compiled into check_tcp | 4059 | check_simap if ssl libs are compiled into check_tcp | 
| 3205 | 4060 | ||
| 3206 | 2003-07-04 11:42 kdebisschop | 4061 | 2003-07-04 06:42 kdebisschop | 
| 3207 | 4062 | ||
| 3208 | * configure.in, plugins/Makefile.am: only make links for check_spop | 4063 | * configure.in, plugins/Makefile.am: only make links for check_spop | 
| 3209 | and check_simap when SSL is built into check_tcp | 4064 | and check_simap when SSL is built into check_tcp | 
| 3210 | 4065 | ||
| 3211 | 2003-07-03 17:49 tonvoon | 4066 | 2003-07-03 12:49 tonvoon | 
| 3212 | 4067 | ||
| 3213 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers | 4068 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers | 
| 3214 | (Patch 764745 - Alexander Matey) | 4069 | (Patch 764745 - Alexander Matey) | 
| 3215 | 4070 | ||
| 3216 | 2003-07-03 16:00 tonvoon | 4071 | 2003-07-03 11:00 tonvoon | 
| 3217 | 4072 | ||
| 3218 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh | 4073 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh | 
| 3219 | 4074 | ||
| 3220 | 2003-07-03 04:23 kdebisschop | 4075 | 2003-07-02 23:23 kdebisschop | 
| 3221 | 4076 | ||
| 3222 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup | 4077 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup | 
| 3223 | 4078 | ||
| 3224 | 2003-07-03 04:19 kdebisschop | 4079 | 2003-07-02 23:19 kdebisschop | 
| 3225 | 4080 | ||
| 3226 | * plugins/utils.c: remove LABELLEN | 4081 | * plugins/utils.c: remove LABELLEN | 
| 3227 | 4082 | ||
| 3228 | 2003-07-02 17:20 tonvoon | 4083 | 2003-07-02 12:20 tonvoon | 
| 3229 | 4084 | ||
| 3230 | * plugins-scripts/: check_oracle.sh: Check for ORA- errors for | 4085 | * plugins-scripts/: check_oracle.sh: Check for ORA- errors for | 
| 3231 | tablespace and cache (patch 755456 - Sven Meyer) | 4086 | tablespace and cache (patch 755456 - Sven Meyer) | 
| 3232 | 4087 | ||
| 3233 | 2003-07-02 16:57 tonvoon | 4088 | 2003-07-02 11:57 tonvoon | 
| 3234 | 4089 | ||
| 3235 | * plugins-scripts/check_disk_smb.pl: Update error message from | 4090 | * plugins-scripts/check_disk_smb.pl: Update error message from | 
| 3236 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 4091 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 
| 3237 | 4092 | ||
| 3238 | 2003-07-02 16:52 tonvoon | 4093 | 2003-07-02 11:52 tonvoon | 
| 3239 | 4094 | ||
| 3240 | * plugins-scripts/check_disk_smb.pl: Update error message from | 4095 | * plugins-scripts/check_disk_smb.pl: Update error message from | 
| 3241 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 4096 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 
| 3242 | 4097 | ||
| 3243 | 2003-07-02 16:01 tonvoon | 4098 | 2003-07-02 11:01 tonvoon | 
| 3244 | 4099 | ||
| 3245 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, | 4100 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, | 
| 3246 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, | 4101 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, | 
| 3247 | plugins-scripts/subst.in: Moving check_file_age into core | 4102 | plugins-scripts/subst.in: Moving check_file_age into core | 
| 3248 | 4103 | ||
| 3249 | 2003-07-02 15:39 tonvoon | 4104 | 2003-07-02 10:39 tonvoon | 
| 3250 | 4105 | ||
| 3251 | * configure.in: Fixed SUPPORT message | 4106 | * configure.in: Fixed SUPPORT message | 
| 3252 | 4107 | ||
| 3253 | 2003-07-01 10:27 tonvoon | 4108 | 2003-07-01 05:27 tonvoon | 
| 3254 | 4109 | ||
| 3255 | * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart | 4110 | * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart | 
| 3256 | Webster) | 4111 | Webster) | 
| 3257 | 4112 | ||
| 3258 | 2003-06-30 20:47 undrgrid | 4113 | 2003-06-30 15:47 undrgrid | 
| 3259 | 4114 | ||
| 3260 | * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and | 4115 | * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and | 
| 3261 | -6 command line options into check_http, check_ldap and | 4116 | -6 command line options into check_http, check_ldap and | 
| 3262 | check_smtp | 4117 | check_smtp | 
| 3263 | 4118 | ||
| 3264 | 2003-06-30 19:52 undrgrid | 4119 | 2003-06-30 14:52 undrgrid | 
| 3265 | 4120 | ||
| 3266 | * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: | 4121 | * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: | 
| 3267 | Corrections to get code to compile on systems without IPv6 | 4122 | Corrections to get code to compile on systems without IPv6 | 
| 3268 | support | 4123 | support | 
| 3269 | 4124 | ||
| 3270 | 2003-06-30 19:52 undrgrid | 4125 | 2003-06-30 14:52 undrgrid | 
| 3271 | 4126 | ||
| 3272 | * plugins/Makefile.am: Added check_simap & check_spop to | 4127 | * plugins/Makefile.am: Added check_simap & check_spop to | 
| 3273 | check_tcp_programs If someone knows how to make this conditional | 4128 | check_tcp_programs If someone knows how to make this conditional | 
| 3274 | in the Makefile only if being compiled with SSL I think this is | 4129 | in the Makefile only if being compiled with SSL I think this is | 
| 3275 | the only way to make it better | 4130 | the only way to make it better | 
| 3276 | 4131 | ||
| 3277 | 2003-06-30 18:02 tonvoon | 4132 | 2003-06-30 13:02 tonvoon | 
| 3278 | 4133 | ||
| 3279 | * plugins/check_disk.c: Fixed support for "check_disk warn crit | 4134 | * plugins/check_disk.c: Fixed support for "check_disk warn crit | 
| 3280 | [path]" with thresholds at used levels | 4135 | [path]" with thresholds at used levels | 
| 3281 | 4136 | ||
| 3282 | 2003-06-29 20:54 undrgrid | 4137 | 2003-06-29 15:54 undrgrid | 
| 3283 | 4138 | ||
| 3284 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap | 4139 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap | 
| 3285 | from Patch #753621 by Ziya Suzen | 4140 | from Patch #753621 by Ziya Suzen | 
| 3286 | 4141 | ||
| 3287 | 2003-06-29 20:22 undrgrid | 4142 | 2003-06-29 15:22 undrgrid | 
| 3288 | 4143 | ||
| 3289 | * plugins/: check_ping.c, check_tcp.c: Changed usage output to show | 4144 | * plugins/: check_ping.c, check_tcp.c: Changed usage output to show | 
| 3290 | -4 and -6 are mutually exclusive. You can only use one or | 4145 | -4 and -6 are mutually exclusive. You can only use one or | 
| 3291 | the other but not both. The last one used will win out. | 4146 | the other but not both. The last one used will win out. | 
| 3292 | 4147 | ||
| 3293 | 2003-06-29 20:17 undrgrid | 4148 | 2003-06-29 15:17 undrgrid | 
| 3294 | 4149 | ||
| 3295 | * plugins/: check_ping.c, netutils.c: check_ping is now coded with | 4150 | * plugins/: check_ping.c, netutils.c: check_ping is now coded with | 
| 3296 | -4 & -6 options to call PING or PING6 command netutils modified | 4151 | -4 & -6 options to call PING or PING6 command netutils modified | 
| @@ -3301,122 +4156,122 @@ | |||
| 3301 | resolve hostnames only if IPv6 support is available otherwise | 4156 | resolve hostnames only if IPv6 support is available otherwise | 
| 3302 | defaults to AF_INET. | 4157 | defaults to AF_INET. | 
| 3303 | 4158 | ||
| 3304 | 2003-06-29 07:36 undrgrid | 4159 | 2003-06-29 02:36 undrgrid | 
| 3305 | 4160 | ||
| 3306 | * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added | 4161 | * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added | 
| 3307 | address_family extern int variable to netutils to allow for -4 & | 4162 | address_family extern int variable to netutils to allow for -4 & | 
| 3308 | -6 options for explicit connection protocol Added support | 4163 | -6 options for explicit connection protocol Added support | 
| 3309 | for -4 & -6 options to check_ssh and check_tcp for testing | 4164 | for -4 & -6 options to check_ssh and check_tcp for testing | 
| 3310 | 4165 | ||
| 3311 | 2003-06-29 03:18 tonvoon | 4166 | 2003-06-28 22:18 tonvoon | 
| 3312 | 4167 | ||
| 3313 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) | 4168 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) | 
| 3314 | 4169 | ||
| 3315 | 2003-06-29 02:52 tonvoon | 4170 | 2003-06-28 21:52 tonvoon | 
| 3316 | 4171 | ||
| 3317 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO | 4172 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO | 
| 3318 | systems | 4173 | systems | 
| 3319 | 4174 | ||
| 3320 | 2003-06-29 02:36 tonvoon | 4175 | 2003-06-28 21:36 tonvoon | 
| 3321 | 4176 | ||
| 3322 | * tools/sfwebcron: Fixed so goes to correct web area | 4177 | * tools/sfwebcron: Fixed so goes to correct web area | 
| 3323 | 4178 | ||
| 3324 | 2003-06-29 02:07 tonvoon | 4179 | 2003-06-28 21:07 tonvoon | 
| 3325 | 4180 | ||
| 3326 | * tools/sfwebcron: New tool to run on shell.sf.net to update the | 4181 | * tools/sfwebcron: New tool to run on shell.sf.net to update the | 
| 3327 | dev guidelines | 4182 | dev guidelines | 
| 3328 | 4183 | ||
| 3329 | 2003-06-29 01:58 tonvoon | 4184 | 2003-06-28 20:58 tonvoon | 
| 3330 | 4185 | ||
| 3331 | * doc/makefile: Fixed makefile | 4186 | * doc/makefile: Fixed makefile | 
| 3332 | 4187 | ||
| 3333 | 2003-06-27 19:47 undrgrid | 4188 | 2003-06-27 14:47 undrgrid | 
| 3334 | 4189 | ||
| 3335 | * plugins/netutils.c: Modified my_connect to include ai_socktype in | 4190 | * plugins/netutils.c: Modified my_connect to include ai_socktype in | 
| 3336 | the hints to be compliant with RFC3493 as pointed out by Janos | 4191 | the hints to be compliant with RFC3493 as pointed out by Janos | 
| 3337 | Mohacsi. | 4192 | Mohacsi. | 
| 3338 | 4193 | ||
| 3339 | 2003-06-27 15:43 tonvoon | 4194 | 2003-06-27 10:43 tonvoon | 
| 3340 | 4195 | ||
| 3341 | * configure.in, plugins/check_swap.c: Support for swap -s for | 4196 | * configure.in, plugins/check_swap.c: Support for swap -s for | 
| 3342 | solaris. Also changes size of swap to MBs through a conversion | 4197 | solaris. Also changes size of swap to MBs through a conversion | 
| 3343 | amount in configure. Possible breakage on other OSes | 4198 | amount in configure. Possible breakage on other OSes | 
| 3344 | 4199 | ||
| 3345 | 2003-06-27 13:04 tonvoon | 4200 | 2003-06-27 08:04 tonvoon | 
| 3346 | 4201 | ||
| 3347 | * doc/makefile: Remove if which check - done in tools/setup instead | 4202 | * doc/makefile: Remove if which check - done in tools/setup instead | 
| 3348 | 4203 | ||
| 3349 | 2003-06-27 11:30 tonvoon | 4204 | 2003-06-27 06:30 tonvoon | 
| 3350 | 4205 | ||
| 3351 | * tools/setup: Fiddling as Solaris' which command is broken | 4206 | * tools/setup: Fiddling as Solaris' which command is broken | 
| 3352 | 4207 | ||
| 3353 | 2003-06-27 00:33 tonvoon | 4208 | 2003-06-26 19:33 tonvoon | 
| 3354 | 4209 | ||
| 3355 | * plugins/check_disk.c: Fixed different thresholds if using exclude | 4210 | * plugins/check_disk.c: Fixed different thresholds if using exclude | 
| 3356 | lists | 4211 | lists | 
| 3357 | 4212 | ||
| 3358 | 2003-06-25 16:43 tonvoon | 4213 | 2003-06-25 11:43 tonvoon | 
| 3359 | 4214 | ||
| 3360 | * plugins/check_disk.c: Support for different thresholds for | 4215 | * plugins/check_disk.c: Support for different thresholds for | 
| 3361 | different filesystems | 4216 | different filesystems | 
| 3362 | 4217 | ||
| 3363 | 2003-06-25 14:38 tonvoon | 4218 | 2003-06-25 09:38 tonvoon | 
| 3364 | 4219 | ||
| 3365 | * plugins/check_disk.c: Removed -d option and just check against -p | 4220 | * plugins/check_disk.c: Removed -d option and just check against -p | 
| 3366 | parameter | 4221 | parameter | 
| 3367 | 4222 | ||
| 3368 | 2003-06-25 14:28 tonvoon | 4223 | 2003-06-25 09:28 tonvoon | 
| 3369 | 4224 | ||
| 3370 | * plugins/check_disk.c: Report errors if path specified not found | 4225 | * plugins/check_disk.c: Report errors if path specified not found | 
| 3371 | 4226 | ||
| 3372 | 2003-06-25 14:16 tonvoon | 4227 | 2003-06-25 09:16 tonvoon | 
| 3373 | 4228 | ||
| 3374 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc | 4229 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc | 
| 3375 | 2.8.1. Fixed by specifying floating variables, rather than | 4230 | 2.8.1. Fixed by specifying floating variables, rather than | 
| 3376 | letting asprintf work it out | 4231 | letting asprintf work it out | 
| 3377 | 4232 | ||
| 3378 | 2003-06-25 13:38 tonvoon | 4233 | 2003-06-25 08:38 tonvoon | 
| 3379 | 4234 | ||
| 3380 | * plugins/check_disk.c: Returns critical if fs missing. Only works | 4235 | * plugins/check_disk.c: Returns critical if fs missing. Only works | 
| 3381 | for single fs specified in -p, otherwise will return warning as | 4236 | for single fs specified in -p, otherwise will return warning as | 
| 3382 | before (reported by Jim Carroll) | 4237 | before (reported by Jim Carroll) | 
| 3383 | 4238 | ||
| 3384 | 2003-06-21 06:49 kdebisschop | 4239 | 2003-06-21 01:49 kdebisschop | 
| 3385 | 4240 | ||
| 3386 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln | 4241 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln | 
| 3387 | -sf' | 4242 | -sf' | 
| 3388 | 4243 | ||
| 3389 | 2003-06-21 06:48 kdebisschop | 4244 | 2003-06-21 01:48 kdebisschop | 
| 3390 | 4245 | ||
| 3391 | * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln | 4246 | * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln | 
| 3392 | -sf' | 4247 | -sf' | 
| 3393 | 4248 | ||
| 3394 | 2003-06-21 06:31 kdebisschop | 4249 | 2003-06-21 01:31 kdebisschop | 
| 3395 | 4250 | ||
| 3396 | * plugins/check_http.c: fix character class for URI_PATH and | 4251 | * plugins/check_http.c: fix character class for URI_PATH and | 
| 3397 | URI_PORT | 4252 | URI_PORT | 
| 3398 | 4253 | ||
| 3399 | 2003-06-21 06:23 kdebisschop | 4254 | 2003-06-21 01:23 kdebisschop | 
| 3400 | 4255 | ||
| 3401 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 | 4256 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 | 
| 3402 | remove '-' from URI_PORT | 4257 | remove '-' from URI_PORT | 
| 3403 | 4258 | ||
| 3404 | 2003-06-12 05:44 undrgrid | 4259 | 2003-06-12 00:44 undrgrid | 
| 3405 | 4260 | ||
| 3406 | * command.cfg.in: Renamed duplicate check_snmp command definitions | 4261 | * command.cfg.in: Renamed duplicate check_snmp command definitions | 
| 3407 | to be unique | 4262 | to be unique | 
| 3408 | 4263 | ||
| 3409 | 2003-06-12 05:14 undrgrid | 4264 | 2003-06-12 00:14 undrgrid | 
| 3410 | 4265 | ||
| 3411 | * command.cfg.in, configure.in: Made the two check_ifoperstatus | 4266 | * command.cfg.in, configure.in: Made the two check_ifoperstatus | 
| 3412 | commands unique to remove conflicts | 4267 | commands unique to remove conflicts | 
| 3413 | 4268 | ||
| 3414 | 2003-06-11 11:41 kdebisschop | 4269 | 2003-06-11 06:41 kdebisschop | 
| 3415 | 4270 | ||
| 3416 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still | 4271 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still | 
| 3417 | should be allowed) fix class to be POSIX compliant | 4272 | should be allowed) fix class to be POSIX compliant | 
| 3418 | 4273 | ||
| 3419 | 2003-06-11 11:39 kdebisschop | 4274 | 2003-06-11 06:39 kdebisschop | 
| 3420 | 4275 | ||
| 3421 | * plugins/check_http.c: character classes were wrong for URI_PATH | 4276 | * plugins/check_http.c: character classes were wrong for URI_PATH | 
| 3422 | etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is | 4277 | etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is | 
| @@ -3424,224 +4279,224 @@ | |||
| 3424 | where the first character is a '^' , nor the last character, the | 4279 | where the first character is a '^' , nor the last character, the | 
| 3425 | behavior is implementation-defined" | 4280 | behavior is implementation-defined" | 
| 3426 | 4281 | ||
| 3427 | 2003-06-10 06:04 kdebisschop | 4282 | 2003-06-10 01:04 kdebisschop | 
| 3428 | 4283 | ||
| 3429 | * contrib/urlize.pl: add comment about shell quote removal to | 4284 | * contrib/urlize.pl: add comment about shell quote removal to | 
| 3430 | address | 4285 | address | 
| 3431 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4286 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 
| 3432 | 4287 | ||
| 3433 | 2003-06-10 06:02 kdebisschop | 4288 | 2003-06-10 01:02 kdebisschop | 
| 3434 | 4289 | ||
| 3435 | * plugins/urlize.c: add note about shell quote removal to address | 4290 | * plugins/urlize.c: add note about shell quote removal to address | 
| 3436 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4291 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 
| 3437 | 4292 | ||
| 3438 | 2003-06-10 05:55 kdebisschop | 4293 | 2003-06-10 00:55 kdebisschop | 
| 3439 | 4294 | ||
| 3440 | * contrib/urlize.pl: add comment relating to | 4295 | * contrib/urlize.pl: add comment relating to | 
| 3441 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4296 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 
| 3442 | 4297 | ||
| 3443 | 2003-06-10 05:53 kdebisschop | 4298 | 2003-06-10 00:53 kdebisschop | 
| 3444 | 4299 | ||
| 3445 | * plugins/urlize.c: add note about effect of shell quote handling | 4300 | * plugins/urlize.c: add note about effect of shell quote handling | 
| 3446 | to address | 4301 | to address | 
| 3447 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4302 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 
| 3448 | 4303 | ||
| 3449 | 2003-06-08 23:39 tonvoon | 4304 | 2003-06-08 18:39 tonvoon | 
| 3450 | 4305 | ||
| 3451 | * configure.in: Fixed quoting on SWAP_FORMAT | 4306 | * configure.in: Fixed quoting on SWAP_FORMAT | 
| 3452 | 4307 | ||
| 3453 | 2003-06-08 23:22 tonvoon | 4308 | 2003-06-08 18:22 tonvoon | 
| 3454 | 4309 | ||
| 3455 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 4310 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 
| 3456 | 4311 | ||
| 3457 | 2003-06-07 01:46 sghosh | 4312 | 2003-06-06 20:46 sghosh | 
| 3458 | 4313 | ||
| 3459 | * plugins/check_real.c: \r\n patch from Mathias | 4314 | * plugins/check_real.c: \r\n patch from Mathias | 
| 3460 | 4315 | ||
| 3461 | 2003-06-07 01:36 sghosh | 4316 | 2003-06-06 20:36 sghosh | 
| 3462 | 4317 | ||
| 3463 | * plugins/check_real.c: \r\n patch from Mathias | 4318 | * plugins/check_real.c: \r\n patch from Mathias | 
| 3464 | 4319 | ||
| 3465 | 2003-06-05 00:09 tonvoon | 4320 | 2003-06-04 19:09 tonvoon | 
| 3466 | 4321 | ||
| 3467 | * configure.in: Display ps command used | 4322 | * configure.in: Display ps command used | 
| 3468 | 4323 | ||
| 3469 | 2003-06-04 23:56 tonvoon | 4324 | 2003-06-04 18:56 tonvoon | 
| 3470 | 4325 | ||
| 3471 | * configure.in: Stupid bug - what happens when you don't bother | 4326 | * configure.in: Stupid bug - what happens when you don't bother | 
| 3472 | testing | 4327 | testing | 
| 3473 | 4328 | ||
| 3474 | 2003-06-04 23:37 tonvoon | 4329 | 2003-06-04 18:37 tonvoon | 
| 3475 | 4330 | ||
| 3476 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 4331 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 
| 3477 | 4332 | ||
| 3478 | 2003-06-04 23:17 tonvoon | 4333 | 2003-06-04 18:17 tonvoon | 
| 3479 | 4334 | ||
| 3480 | * plugins/check_disk.c: Argument to asprintf in wrong order | 4335 | * plugins/check_disk.c: Argument to asprintf in wrong order | 
| 3481 | 4336 | ||
| 3482 | 2003-06-04 22:17 tonvoon | 4337 | 2003-06-04 17:17 tonvoon | 
| 3483 | 4338 | ||
| 3484 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done | 4339 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done | 
| 3485 | by changing BASEDIR to configure's prefix? | 4340 | by changing BASEDIR to configure's prefix? | 
| 3486 | 4341 | ||
| 3487 | 2003-06-02 15:46 kdebisschop | 4342 | 2003-06-02 10:46 kdebisschop | 
| 3488 | 4343 | ||
| 3489 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 4344 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 
| 3490 | maxbytes (was GT) | 4345 | maxbytes (was GT) | 
| 3491 | 4346 | ||
| 3492 | 2003-06-02 15:43 kdebisschop | 4347 | 2003-06-02 10:43 kdebisschop | 
| 3493 | 4348 | ||
| 3494 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 4349 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 
| 3495 | maxbytes (was GT) | 4350 | maxbytes (was GT) | 
| 3496 | 4351 | ||
| 3497 | 2003-06-01 06:38 kdebisschop | 4352 | 2003-06-01 01:38 kdebisschop | 
| 3498 | 4353 | ||
| 3499 | * plugins/check_tcp.c: typos in doco | 4354 | * plugins/check_tcp.c: typos in doco | 
| 3500 | 4355 | ||
| 3501 | 2003-06-01 06:38 kdebisschop | 4356 | 2003-06-01 01:38 kdebisschop | 
| 3502 | 4357 | ||
| 3503 | * plugins/check_tcp.c: allow user to limit number of bytes fetched | 4358 | * plugins/check_tcp.c: allow user to limit number of bytes fetched | 
| 3504 | fix some doco (wait is now delay, server_quit was not shown) | 4359 | fix some doco (wait is now delay, server_quit was not shown) | 
| 3505 | 4360 | ||
| 3506 | 2003-06-01 06:19 kdebisschop | 4361 | 2003-06-01 01:19 kdebisschop | 
| 3507 | 4362 | ||
| 3508 | * plugins/check_tcp.c: allow user to limit the number of bytes to | 4363 | * plugins/check_tcp.c: allow user to limit the number of bytes to | 
| 3509 | be fetched | 4364 | be fetched | 
| 3510 | 4365 | ||
| 3511 | 2003-05-31 15:39 kdebisschop | 4366 | 2003-05-31 10:39 kdebisschop | 
| 3512 | 4367 | ||
| 3513 | * plugins/check_dns.c: first revised patch failed to trap the | 4368 | * plugins/check_dns.c: first revised patch failed to trap the | 
| 3514 | "break" in while() | 4369 | "break" in while() | 
| 3515 | 4370 | ||
| 3516 | 2003-05-31 15:39 kdebisschop | 4371 | 2003-05-31 10:39 kdebisschop | 
| 3517 | 4372 | ||
| 3518 | * plugins/check_dns.c: first revised patch failed to trap the | 4373 | * plugins/check_dns.c: first revised patch failed to trap the | 
| 3519 | "break" in while() | 4374 | "break" in while() | 
| 3520 | 4375 | ||
| 3521 | 2003-05-31 15:22 kdebisschop | 4376 | 2003-05-31 10:22 kdebisschop | 
| 3522 | 4377 | ||
| 3523 | * plugins/check_dns.c: typo in args to terminate | 4378 | * plugins/check_dns.c: typo in args to terminate | 
| 3524 | 4379 | ||
| 3525 | 2003-05-31 15:04 kdebisschop | 4380 | 2003-05-31 10:04 kdebisschop | 
| 3526 | 4381 | ||
| 3527 | * plugins/check_dns.c: trap null or empty returns from nslookup | 4382 | * plugins/check_dns.c: trap null or empty returns from nslookup | 
| 3528 | 4383 | ||
| 3529 | 2003-05-27 14:10 stanleyhopcroft | 4384 | 2003-05-27 09:10 stanleyhopcroft | 
| 3530 | 4385 | ||
| 3531 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 | 4386 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 | 
| 3532 | servers from Karel Salavec and Tom De Blende. | 4387 | servers from Karel Salavec and Tom De Blende. | 
| 3533 | 4388 | ||
| 3534 | 2003-05-26 11:09 stanleyhopcroft | 4389 | 2003-05-26 06:09 stanleyhopcroft | 
| 3535 | 4390 | ||
| 3536 | * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De | 4391 | * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De | 
| 3537 | Blende contributed plugins: check_axis.sh and check_mssql.sh | 4392 | Blende contributed plugins: check_axis.sh and check_mssql.sh | 
| 3538 | 4393 | ||
| 3539 | 2003-05-18 00:07 tonvoon | 4394 | 2003-05-17 19:07 tonvoon | 
| 3540 | 4395 | ||
| 3541 | * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) | 4396 | * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) | 
| 3542 | 4397 | ||
| 3543 | 2003-05-17 18:58 tonvoon | 4398 | 2003-05-17 13:58 tonvoon | 
| 3544 | 4399 | ||
| 3545 | * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) | 4400 | * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) | 
| 3546 | 4401 | ||
| 3547 | 2003-05-17 18:50 tonvoon | 4402 | 2003-05-17 13:50 tonvoon | 
| 3548 | 4403 | ||
| 3549 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 4404 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 
| 3550 | 738605) | 4405 | 738605) | 
| 3551 | 4406 | ||
| 3552 | 2003-05-17 18:46 tonvoon | 4407 | 2003-05-17 13:46 tonvoon | 
| 3553 | 4408 | ||
| 3554 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 4409 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 
| 3555 | 738605) | 4410 | 738605) | 
| 3556 | 4411 | ||
| 3557 | 2003-05-17 18:38 tonvoon | 4412 | 2003-05-17 13:38 tonvoon | 
| 3558 | 4413 | ||
| 3559 | * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608) | 4414 | * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608) | 
| 3560 | 4415 | ||
| 3561 | 2003-05-17 18:36 tonvoon | 4416 | 2003-05-17 13:36 tonvoon | 
| 3562 | 4417 | ||
| 3563 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: | 4418 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: | 
| 3564 | ---------------------------------------------------------------------- | 4419 | ---------------------------------------------------------------------- | 
| 3565 | 4420 | ||
| 3566 | 2003-05-17 18:33 tonvoon | 4421 | 2003-05-17 13:33 tonvoon | 
| 3567 | 4422 | ||
| 3568 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) | 4423 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) | 
| 3569 | 4424 | ||
| 3570 | 2003-05-16 18:32 sghosh | 4425 | 2003-05-16 13:32 sghosh | 
| 3571 | 4426 | ||
| 3572 | * plugins-scripts/: check_ntp.pl: bug fix | 4427 | * plugins-scripts/: check_ntp.pl: bug fix | 
| 3573 | 4428 | ||
| 3574 | 2003-05-15 00:17 tonvoon | 4429 | 2003-05-14 19:17 tonvoon | 
| 3575 | 4430 | ||
| 3576 | * plugins/negate.c: Added examples | 4431 | * plugins/negate.c: Added examples | 
| 3577 | 4432 | ||
| 3578 | 2003-05-14 22:59 tonvoon | 4433 | 2003-05-14 17:59 tonvoon | 
| 3579 | 4434 | ||
| 3580 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas | 4435 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas | 
| 3581 | Nilsen - 735218) | 4436 | Nilsen - 735218) | 
| 3582 | 4437 | ||
| 3583 | 2003-05-14 22:51 tonvoon | 4438 | 2003-05-14 17:51 tonvoon | 
| 3584 | 4439 | ||
| 3585 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil | 4440 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil | 
| 3586 | Randal - 737617) | 4441 | Randal - 737617) | 
| 3587 | 4442 | ||
| 3588 | 2003-05-14 22:49 tonvoon | 4443 | 2003-05-14 17:49 tonvoon | 
| 3589 | 4444 | ||
| 3590 | * pkg/solaris/solpkg: Typo | 4445 | * pkg/solaris/solpkg: Typo | 
| 3591 | 4446 | ||
| 3592 | 2003-05-14 22:44 tonvoon | 4447 | 2003-05-14 17:44 tonvoon | 
| 3593 | 4448 | ||
| 3594 | * doc/.cvsignore: Ignore developer-guidelines.html as generated | 4449 | * doc/.cvsignore: Ignore developer-guidelines.html as generated | 
| 3595 | from docbook | 4450 | from docbook | 
| 3596 | 4451 | ||
| 3597 | 2003-05-14 22:39 tonvoon | 4452 | 2003-05-14 17:39 tonvoon | 
| 3598 | 4453 | ||
| 3599 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove | 4454 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove | 
| 3600 | dependency on gnu make | 4455 | dependency on gnu make | 
| 3601 | 4456 | ||
| 3602 | 2003-05-14 00:20 tonvoon | 4457 | 2003-05-13 19:20 tonvoon | 
| 3603 | 4458 | ||
| 3604 | * doc/developer-guidelines.sgml: Updated docs to include comments, | 4459 | * doc/developer-guidelines.sgml: Updated docs to include comments, | 
| 3605 | contrib->main, getopts_long and verbose output levels | 4460 | contrib->main, getopts_long and verbose output levels | 
| 3606 | 4461 | ||
| 3607 | 2003-05-13 23:23 tonvoon | 4462 | 2003-05-13 18:23 tonvoon | 
| 3608 | 4463 | ||
| 3609 | * tools/sfsnapshot: Calls tools/setup and creates a README for the | 4464 | * tools/sfsnapshot: Calls tools/setup and creates a README for the | 
| 3610 | snapshot directory | 4465 | snapshot directory | 
| 3611 | 4466 | ||
| 3612 | 2003-05-13 23:03 tonvoon | 4467 | 2003-05-13 18:03 tonvoon | 
| 3613 | 4468 | ||
| 3614 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The | 4469 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The | 
| 3615 | developer-guidelines.html file is now generated from the sgml | 4470 | developer-guidelines.html file is now generated from the sgml | 
| 3616 | file by docbook2html at tools/setup time | 4471 | file by docbook2html at tools/setup time | 
| 3617 | 4472 | ||
| 3618 | 2003-05-13 13:14 stanleyhopcroft | 4473 | 2003-05-13 08:14 stanleyhopcroft | 
| 3619 | 4474 | ||
| 3620 | * contrib/tarballs/hopcroft-plugins.tar.gz: Removed | 4475 | * contrib/tarballs/hopcroft-plugins.tar.gz: Removed | 
| 3621 | contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, | 4476 | contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, | 
| 3622 | anachronistic, unmaintained and humblingly embarrassing. | 4477 | anachronistic, unmaintained and humblingly embarrassing. | 
| 3623 | 4478 | ||
| 3624 | 2003-05-13 13:13 stanleyhopcroft | 4479 | 2003-05-13 08:13 stanleyhopcroft | 
| 3625 | 4480 | ||
| 3626 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE | 4481 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE | 
| 3627 | BLENDE to check MS SQLServer databases. | 4482 | BLENDE to check MS SQLServer databases. | 
| 3628 | 4483 | ||
| 3629 | 2003-05-09 04:22 kdebisschop | 4484 | 2003-05-08 23:22 kdebisschop | 
| 3630 | 4485 | ||
| 3631 | * plugins/check_http.c: fix error when server closes connection | 4486 | * plugins/check_http.c: fix error when server closes connection | 
| 3632 | immediately | 4487 | immediately | 
| 3633 | 4488 | ||
| 3634 | 2003-05-09 04:22 kdebisschop | 4489 | 2003-05-08 23:22 kdebisschop | 
| 3635 | 4490 | ||
| 3636 | * plugins/check_http.c: fix error when server closes connection | 4491 | * plugins/check_http.c: fix error when server closes connection | 
| 3637 | immediately | 4492 | immediately | 
| 3638 | 4493 | ||
| 3639 | 2003-05-09 03:59 kdebisschop | 4494 | 2003-05-08 22:59 kdebisschop | 
| 3640 | 4495 | ||
| 3641 | * plugins/: check_snmp.c: cause snmpget try try for 1 second less | 4496 | * plugins/: check_snmp.c: cause snmpget try try for 1 second less | 
| 3642 | than the timeout (allowing plugin to force close if needed) | 4497 | than the timeout (allowing plugin to force close if needed) | 
| 3643 | 4498 | ||
| 3644 | 2003-05-07 19:01 undrgrid | 4499 | 2003-05-07 14:01 undrgrid | 
| 3645 | 4500 | ||
| 3646 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well | 4501 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well | 
| 3647 | as IPv4 ICMP checks using the PING6_COMMAND determined during the | 4502 | as IPv4 ICMP checks using the PING6_COMMAND determined during the | 
| @@ -3650,360 +4505,360 @@ | |||
| 3650 | available when configure is run I condition it off PING6_COMMAND | 4505 | available when configure is run I condition it off PING6_COMMAND | 
| 3651 | existing to remove build errors for being undefined. | 4506 | existing to remove build errors for being undefined. | 
| 3652 | 4507 | ||
| 3653 | 2003-04-25 10:05 sghosh | 4508 | 2003-04-25 05:05 sghosh | 
| 3654 | 4509 | ||
| 3655 | * plugins-scripts/: check_ntp.pl: corrected output units | 4510 | * plugins-scripts/: check_ntp.pl: corrected output units | 
| 3656 | 4511 | ||
| 3657 | 2003-04-23 05:57 kdebisschop | 4512 | 2003-04-23 00:57 kdebisschop | 
| 3658 | 4513 | ||
| 3659 | * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs | 4514 | * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs | 
| 3660 | 4515 | ||
| 3661 | 2003-04-17 06:56 kdebisschop | 4516 | 2003-04-17 01:56 kdebisschop | 
| 3662 | 4517 | ||
| 3663 | * nagios-plugins.spec.in: add check_nt, drop check_vsz | 4518 | * nagios-plugins.spec.in: add check_nt, drop check_vsz | 
| 3664 | 4519 | ||
| 3665 | 2003-04-17 06:55 kdebisschop | 4520 | 2003-04-17 01:55 kdebisschop | 
| 3666 | 4521 | ||
| 3667 | * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup | 4522 | * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup | 
| 3668 | to clear strict compiler warnings | 4523 | to clear strict compiler warnings | 
| 3669 | 4524 | ||
| 3670 | 2003-04-17 06:36 kdebisschop | 4525 | 2003-04-17 01:36 kdebisschop | 
| 3671 | 4526 | ||
| 3672 | * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to | 4527 | * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to | 
| 3673 | clear strict compiler warnings | 4528 | clear strict compiler warnings | 
| 3674 | 4529 | ||
| 3675 | 2003-04-16 16:31 sghosh | 4530 | 2003-04-16 11:31 sghosh | 
| 3676 | 4531 | ||
| 3677 | * plugins/check_real.c: old behavior - no stream check unless -u | 4532 | * plugins/check_real.c: old behavior - no stream check unless -u | 
| 3678 | 4533 | ||
| 3679 | 2003-04-16 16:06 sghosh | 4534 | 2003-04-16 11:06 sghosh | 
| 3680 | 4535 | ||
| 3681 | * plugins/check_real.c: reset to old behavior of not checking | 4536 | * plugins/check_real.c: reset to old behavior of not checking | 
| 3682 | stream by default | 4537 | stream by default | 
| 3683 | 4538 | ||
| 3684 | 2003-04-13 05:49 sghosh | 4539 | 2003-04-13 00:49 sghosh | 
| 3685 | 4540 | ||
| 3686 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and | 4541 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and | 
| 3687 | gcc2.96 | 4542 | gcc2.96 | 
| 3688 | 4543 | ||
| 3689 | 2003-04-13 05:28 sghosh | 4544 | 2003-04-13 00:28 sghosh | 
| 3690 | 4545 | ||
| 3691 | * configure.in: update for check_mailq - qmail support | 4546 | * configure.in: update for check_mailq - qmail support | 
| 3692 | 4547 | ||
| 3693 | 2003-04-13 05:25 sghosh | 4548 | 2003-04-13 00:25 sghosh | 
| 3694 | 4549 | ||
| 3695 | * plugins-scripts/utils.pm.in: update for check_mailq - qmail | 4550 | * plugins-scripts/utils.pm.in: update for check_mailq - qmail | 
| 3696 | support | 4551 | support | 
| 3697 | 4552 | ||
| 3698 | 2003-04-13 05:23 sghosh | 4553 | 2003-04-13 00:23 sghosh | 
| 3699 | 4554 | ||
| 3700 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue | 4555 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue | 
| 3701 | support (Canau), merged qmail support (Schmid) | 4556 | support (Canau), merged qmail support (Schmid) | 
| 3702 | 4557 | ||
| 3703 | 2003-04-12 01:02 tonvoon | 4558 | 2003-04-11 20:02 tonvoon | 
| 3704 | 4559 | ||
| 3705 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 4560 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 
| 3706 | (Laurent Vaslin - 719783) | 4561 | (Laurent Vaslin - 719783) | 
| 3707 | 4562 | ||
| 3708 | 2003-04-12 00:47 tonvoon | 4563 | 2003-04-11 19:47 tonvoon | 
| 3709 | 4564 | ||
| 3710 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 4565 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 
| 3711 | (Laurent Vaslin - 719783) | 4566 | (Laurent Vaslin - 719783) | 
| 3712 | 4567 | ||
| 3713 | 2003-04-11 23:36 sghosh | 4568 | 2003-04-11 18:36 sghosh | 
| 3714 | 4569 | ||
| 3715 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of | 4570 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of | 
| 3716 | unused ifIndex) | 4571 | unused ifIndex) | 
| 3717 | 4572 | ||
| 3718 | 2003-04-11 23:09 sghosh | 4573 | 2003-04-11 18:09 sghosh | 
| 3719 | 4574 | ||
| 3720 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x | 4575 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x | 
| 3721 | (list of excluded ifTypes) | 4576 | (list of excluded ifTypes) | 
| 3722 | 4577 | ||
| 3723 | 2003-04-11 19:44 sghosh | 4578 | 2003-04-11 14:44 sghosh | 
| 3724 | 4579 | ||
| 3725 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + | 4580 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + | 
| 3726 | print a bit of stderr | 4581 | print a bit of stderr | 
| 3727 | 4582 | ||
| 3728 | 2003-04-11 17:27 sghosh | 4583 | 2003-04-11 12:27 sghosh | 
| 3729 | 4584 | ||
| 3730 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget | 4585 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget | 
| 3731 | 4586 | ||
| 3732 | 2003-04-09 04:46 kdebisschop | 4587 | 2003-04-08 23:46 kdebisschop | 
| 3733 | 4588 | ||
| 3734 | * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to | 4589 | * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to | 
| 3735 | suppress various strict compiler warnings | 4590 | suppress various strict compiler warnings | 
| 3736 | 4591 | ||
| 3737 | 2003-04-09 04:44 kdebisschop | 4592 | 2003-04-08 23:44 kdebisschop | 
| 3738 | 4593 | ||
| 3739 | * plugins/common.h: rewrite #elif to be compatible with traditional | 4594 | * plugins/common.h: rewrite #elif to be compatible with traditional | 
| 3740 | C | 4595 | C | 
| 3741 | 4596 | ||
| 3742 | 2003-04-09 03:09 kdebisschop | 4597 | 2003-04-08 22:09 kdebisschop | 
| 3743 | 4598 | ||
| 3744 | * plugins/Makefile.am: check_game needs popen.c now | 4599 | * plugins/Makefile.am: check_game needs popen.c now | 
| 3745 | 4600 | ||
| 3746 | 2003-04-08 21:49 tonvoon | 4601 | 2003-04-08 16:49 tonvoon | 
| 3747 | 4602 | ||
| 3748 | * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments | 4603 | * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments | 
| 3749 | as some compilers do not like them | 4604 | as some compilers do not like them | 
| 3750 | 4605 | ||
| 3751 | 2003-04-08 21:38 tonvoon | 4606 | 2003-04-08 16:38 tonvoon | 
| 3752 | 4607 | ||
| 3753 | * command.cfg.in: Updated command for new check_procs | 4608 | * command.cfg.in: Updated command for new check_procs | 
| 3754 | 4609 | ||
| 3755 | 2003-04-08 21:37 tonvoon | 4610 | 2003-04-08 16:37 tonvoon | 
| 3756 | 4611 | ||
| 3757 | * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments | 4612 | * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments | 
| 3758 | as some compilers do not like them | 4613 | as some compilers do not like them | 
| 3759 | 4614 | ||
| 3760 | 2003-04-08 01:00 stanleyhopcroft | 4615 | 2003-04-07 20:00 stanleyhopcroft | 
| 3761 | 4616 | ||
| 3762 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) | 4617 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) | 
| 3763 | from Tom De Blende | 4618 | from Tom De Blende | 
| 3764 | 4619 | ||
| 3765 | 2003-04-08 00:40 tonvoon | 4620 | 2003-04-07 19:40 tonvoon | 
| 3766 | 4621 | ||
| 3767 | * plugins/check_procs.c: Fixed zombie processes | 4622 | * plugins/check_procs.c: Fixed zombie processes | 
| 3768 | 4623 | ||
| 3769 | 2003-04-08 00:16 tonvoon | 4624 | 2003-04-07 19:16 tonvoon | 
| 3770 | 4625 | ||
| 3771 | * configure.in: Missed some PS_FORMAT strings | 4626 | * configure.in: Missed some PS_FORMAT strings | 
| 3772 | 4627 | ||
| 3773 | 2003-04-07 23:53 tonvoon | 4628 | 2003-04-07 18:53 tonvoon | 
| 3774 | 4629 | ||
| 3775 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, | 4630 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, | 
| 3776 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs | 4631 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs | 
| 3777 | with different metrics | 4632 | with different metrics | 
| 3778 | 4633 | ||
| 3779 | 2003-04-07 22:23 tonvoon | 4634 | 2003-04-07 17:23 tonvoon | 
| 3780 | 4635 | ||
| 3781 | * plugins/check_snmp.c: Removed unnecessary array for AIX compile | 4636 | * plugins/check_snmp.c: Removed unnecessary array for AIX compile | 
| 3782 | (reported by Alwyn Cherrington) | 4637 | (reported by Alwyn Cherrington) | 
| 3783 | 4638 | ||
| 3784 | 2003-04-07 22:21 tonvoon | 4639 | 2003-04-07 17:21 tonvoon | 
| 3785 | 4640 | ||
| 3786 | * plugins/check_snmp.c: Removed unnecessary regex array | 4641 | * plugins/check_snmp.c: Removed unnecessary regex array | 
| 3787 | 4642 | ||
| 3788 | 2003-04-07 12:39 kdebisschop | 4643 | 2003-04-07 07:39 kdebisschop | 
| 3789 | 4644 | ||
| 3790 | * plugins/check_http.c: ste timeout one second greater than | 4645 | * plugins/check_http.c: ste timeout one second greater than | 
| 3791 | critical time | 4646 | critical time | 
| 3792 | 4647 | ||
| 3793 | 2003-04-07 12:38 kdebisschop | 4648 | 2003-04-07 07:38 kdebisschop | 
| 3794 | 4649 | ||
| 3795 | * plugins/check_game.c: had been grandfathered ibto core, finally | 4650 | * plugins/check_game.c: had been grandfathered ibto core, finally | 
| 3796 | use normal getopts, add options for player, max-player array | 4651 | use normal getopts, add options for player, max-player array | 
| 3797 | positions | 4652 | positions | 
| 3798 | 4653 | ||
| 3799 | 2003-04-03 22:21 tonvoon | 4654 | 2003-04-03 16:21 tonvoon | 
| 3800 | 4655 | ||
| 3801 | * plugins-scripts/check_oracle.sh: Cleaned up cache output | 4656 | * plugins-scripts/check_oracle.sh: Cleaned up cache output | 
| 3802 | 4657 | ||
| 3803 | 2003-04-01 23:24 tonvoon | 4658 | 2003-04-01 17:24 tonvoon | 
| 3804 | 4659 | ||
| 3805 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and | 4660 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and | 
| 3806 | rearranged parameters for --tablespace & --cache | 4661 | rearranged parameters for --tablespace & --cache | 
| 3807 | 4662 | ||
| 3808 | 2003-04-01 05:00 kdebisschop | 4663 | 2003-03-31 23:00 kdebisschop | 
| 3809 | 4664 | ||
| 3810 | * configure.in: remove PATH_PROG call for autoconf/automake | 4665 | * configure.in: remove PATH_PROG call for autoconf/automake | 
| 3811 | components | 4666 | components | 
| 3812 | 4667 | ||
| 3813 | 2003-03-31 13:49 kdebisschop | 4668 | 2003-03-31 07:49 kdebisschop | 
| 3814 | 4669 | ||
| 3815 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option | 4670 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option | 
| 3816 | for checking only local adds choice of scale factor | 4671 | for checking only local adds choice of scale factor | 
| 3817 | 4672 | ||
| 3818 | 2003-03-27 22:53 tonvoon | 4673 | 2003-03-27 17:53 tonvoon | 
| 3819 | 4674 | ||
| 3820 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - | 4675 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - | 
| 3821 | Dietmar Ruzicka) | 4676 | Dietmar Ruzicka) | 
| 3822 | 4677 | ||
| 3823 | 2003-03-26 05:37 tonvoon | 4678 | 2003-03-26 00:37 tonvoon | 
| 3824 | 4679 | ||
| 3825 | * configure.in: ipv6 check requires unistd.h for Darwin | 4680 | * configure.in: ipv6 check requires unistd.h for Darwin | 
| 3826 | 4681 | ||
| 3827 | 2003-03-26 03:57 tonvoon | 4682 | 2003-03-25 22:57 tonvoon | 
| 3828 | 4683 | ||
| 3829 | * configure.in, plugins/check_procs.c: Removal of ps_raw and | 4684 | * configure.in, plugins/check_procs.c: Removal of ps_raw and | 
| 3830 | ps_vars | 4685 | ps_vars | 
| 3831 | 4686 | ||
| 3832 | 2003-03-26 03:39 tonvoon | 4687 | 2003-03-25 22:39 tonvoon | 
| 3833 | 4688 | ||
| 3834 | * plugins/check_nagios.c: Uses same ps command as check_procs | 4689 | * plugins/check_nagios.c: Uses same ps command as check_procs | 
| 3835 | 4690 | ||
| 3836 | 2003-03-25 06:33 kdebisschop | 4691 | 2003-03-25 01:33 kdebisschop | 
| 3837 | 4692 | ||
| 3838 | * .cvsignore: subst is no longer used | 4693 | * .cvsignore: subst is no longer used | 
| 3839 | 4694 | ||
| 3840 | 2003-03-24 19:05 undrgrid | 4695 | 2003-03-24 14:05 undrgrid | 
| 3841 | 4696 | ||
| 3842 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris | 4697 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris | 
| 3843 | package install needs to remove /usr/local as package | 4698 | package install needs to remove /usr/local as package | 
| 3844 | installs there by default | 4699 | installs there by default | 
| 3845 | 4700 | ||
| 3846 | 2003-03-24 17:44 undrgrid | 4701 | 2003-03-24 12:44 undrgrid | 
| 3847 | 4702 | ||
| 3848 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, | 4703 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, | 
| 3849 | plugins/check_disk.c: Minor changes to build for Solaris packages | 4704 | plugins/check_disk.c: Minor changes to build for Solaris packages | 
| 3850 | 4705 | ||
| 3851 | 2003-03-24 16:23 tonvoon | 4706 | 2003-03-24 11:23 tonvoon | 
| 3852 | 4707 | ||
| 3853 | * plugins/check_procs.c: Use max_state | 4708 | * plugins/check_procs.c: Use max_state | 
| 3854 | 4709 | ||
| 3855 | 2003-03-24 02:57 tonvoon | 4710 | 2003-03-23 21:57 tonvoon | 
| 3856 | 4711 | ||
| 3857 | * tools/: mail_error, sfsnapshot: PATH set in correct place and | 4712 | * tools/: mail_error, sfsnapshot: PATH set in correct place and | 
| 3858 | extra comments | 4713 | extra comments | 
| 3859 | 4714 | ||
| 3860 | 2003-03-24 02:44 tonvoon | 4715 | 2003-03-23 21:44 tonvoon | 
| 3861 | 4716 | ||
| 3862 | * tools/: mail_error, sfsnapshot: Bug fixes | 4717 | * tools/: mail_error, sfsnapshot: Bug fixes | 
| 3863 | 4718 | ||
| 3864 | 2003-03-24 02:21 tonvoon | 4719 | 2003-03-23 21:21 tonvoon | 
| 3865 | 4720 | ||
| 3866 | * tools/mail_error: Sends email if non-zero return code from | 4721 | * tools/mail_error: Sends email if non-zero return code from | 
| 3867 | command | 4722 | command | 
| 3868 | 4723 | ||
| 3869 | 2003-03-24 02:19 tonvoon | 4724 | 2003-03-23 21:19 tonvoon | 
| 3870 | 4725 | ||
| 3871 | * tools/sfsnapshot: Error code depending on number of files | 4726 | * tools/sfsnapshot: Error code depending on number of files | 
| 3872 | generated | 4727 | generated | 
| 3873 | 4728 | ||
| 3874 | 2003-03-24 01:18 tonvoon | 4729 | 2003-03-23 20:18 tonvoon | 
| 3875 | 4730 | ||
| 3876 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin | 4731 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin | 
| 3877 | problem | 4732 | problem | 
| 3878 | 4733 | ||
| 3879 | 2003-03-24 00:40 tonvoon | 4734 | 2003-03-23 19:40 tonvoon | 
| 3880 | 4735 | ||
| 3881 | * REQUIREMENTS: Add NSClient requirement for check_nt | 4736 | * REQUIREMENTS: Add NSClient requirement for check_nt | 
| 3882 | 4737 | ||
| 3883 | 2003-03-24 00:39 tonvoon | 4738 | 2003-03-23 19:39 tonvoon | 
| 3884 | 4739 | ||
| 3885 | * plugins/check_nt.c: Reference to web site to get NSClient | 4740 | * plugins/check_nt.c: Reference to web site to get NSClient | 
| 3886 | 4741 | ||
| 3887 | 2003-03-24 00:26 tonvoon | 4742 | 2003-03-23 19:26 tonvoon | 
| 3888 | 4743 | ||
| 3889 | * plugins/check_nt.c: Reference to web site to get NSClient | 4744 | * plugins/check_nt.c: Reference to web site to get NSClient | 
| 3890 | 4745 | ||
| 3891 | 2003-03-23 07:01 undrgrid | 4746 | 2003-03-23 02:01 undrgrid | 
| 3892 | 4747 | ||
| 3893 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, | 4748 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, | 
| 3894 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build | 4749 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build | 
| 3895 | system | 4750 | system | 
| 3896 | 4751 | ||
| 3897 | 2003-03-23 06:20 kdebisschop | 4752 | 2003-03-23 01:20 kdebisschop | 
| 3898 | 4753 | ||
| 3899 | * plugins/check_disk.c: can once again exclude indiviual | 4754 | * plugins/check_disk.c: can once again exclude indiviual | 
| 3900 | path/partitions | 4755 | path/partitions | 
| 3901 | 4756 | ||
| 3902 | 2003-03-23 06:11 kdebisschop | 4757 | 2003-03-23 01:11 kdebisschop | 
| 3903 | 4758 | ||
| 3904 | * plugins/check_disk.c: add -X to exclude FS type, now works with | 4759 | * plugins/check_disk.c: add -X to exclude FS type, now works with | 
| 3905 | more than one path/dev specified | 4760 | more than one path/dev specified | 
| 3906 | 4761 | ||
| 3907 | 2003-03-22 13:23 kdebisschop | 4762 | 2003-03-22 08:23 kdebisschop | 
| 3908 | 4763 | ||
| 3909 | * plugins/utils.c: declaration must precede printf | 4764 | * plugins/utils.c: declaration must precede printf | 
| 3910 | 4765 | ||
| 3911 | 2003-03-21 20:21 tonvoon | 4766 | 2003-03-21 15:21 tonvoon | 
| 3912 | 4767 | ||
| 3913 | * configure.in: Stupid bug! | 4768 | * configure.in: Stupid bug! | 
| 3914 | 4769 | ||
| 3915 | 2003-03-21 14:08 kdebisschop | 4770 | 2003-03-21 09:08 kdebisschop | 
| 3916 | 4771 | ||
| 3917 | * plugins/check_disk.c: checkpoint, allows selecting devices and | 4772 | * plugins/check_disk.c: checkpoint, allows selecting devices and | 
| 3918 | paths now | 4773 | paths now | 
| 3919 | 4774 | ||
| 3920 | 2003-03-21 14:04 kdebisschop | 4775 | 2003-03-21 09:04 kdebisschop | 
| 3921 | 4776 | ||
| 3922 | * configure.in: instructions for posting plugin version number | 4777 | * configure.in: instructions for posting plugin version number | 
| 3923 | 4778 | ||
| 3924 | 2003-03-19 23:44 kdebisschop | 4779 | 2003-03-19 18:44 kdebisschop | 
| 3925 | 4780 | ||
| 3926 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol | 4781 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol | 
| 3927 | version | 4782 | version | 
| 3928 | 4783 | ||
| 3929 | 2003-03-19 22:42 tonvoon | 4784 | 2003-03-19 17:42 tonvoon | 
| 3930 | 4785 | ||
| 3931 | * configure.in: Tru64 df support (Paul Clayton) | 4786 | * configure.in: Tru64 df support (Paul Clayton) | 
| 3932 | 4787 | ||
| 3933 | 2003-03-19 13:01 kdebisschop | 4788 | 2003-03-19 08:01 kdebisschop | 
| 3934 | 4789 | ||
| 3935 | * plugins/: utils.c, utils.h: make state_text a function | 4790 | * plugins/: utils.c, utils.h: make state_text a function | 
| 3936 | 4791 | ||
| 3937 | 2003-03-19 12:59 kdebisschop | 4792 | 2003-03-19 07:59 kdebisschop | 
| 3938 | 4793 | ||
| 3939 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with | 4794 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with | 
| 3940 | mountlist.c | 4795 | mountlist.c | 
| 3941 | 4796 | ||
| 3942 | 2003-03-19 02:28 kdebisschop | 4797 | 2003-03-18 21:28 kdebisschop | 
| 3943 | 4798 | ||
| 3944 | * Makefile.am, configure.in: subst.* was replaced by dist-hook | 4799 | * Makefile.am, configure.in: subst.* was replaced by dist-hook | 
| 3945 | 4800 | ||
| 3946 | 2003-03-19 02:27 kdebisschop | 4801 | 2003-03-18 21:27 kdebisschop | 
| 3947 | 4802 | ||
| 3948 | * subst.in, subst.sh: these were replaced by dist-hook | 4803 | * subst.in, subst.sh: these were replaced by dist-hook | 
| 3949 | 4804 | ||
| 3950 | 2003-03-18 15:18 kdebisschop | 4805 | 2003-03-18 10:18 kdebisschop | 
| 3951 | 4806 | ||
| 3952 | * configure.in: running the AFS macro causes newer AC/AM to barf | 4807 | * configure.in: running the AFS macro causes newer AC/AM to barf | 
| 3953 | 4808 | ||
| 3954 | 2003-03-18 09:02 kdebisschop | 4809 | 2003-03-18 04:02 kdebisschop | 
| 3955 | 4810 | ||
| 3956 | * configure.in: afs checking | 4811 | * configure.in: afs checking | 
| 3957 | 4812 | ||
| 3958 | 2003-03-18 08:50 kdebisschop | 4813 | 2003-03-18 03:50 kdebisschop | 
| 3959 | 4814 | ||
| 3960 | * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED | 4815 | * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED | 
| 3961 | 4816 | ||
| 3962 | 2003-03-18 08:47 kdebisschop | 4817 | 2003-03-18 03:47 kdebisschop | 
| 3963 | 4818 | ||
| 3964 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 | 4819 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 | 
| 3965 | 4820 | ||
| 3966 | 2003-03-18 07:57 kdebisschop | 4821 | 2003-03-18 02:57 kdebisschop | 
| 3967 | 4822 | ||
| 3968 | * plugins/: netutils.c, netutils.h: common.h was doubly included | 4823 | * plugins/: netutils.c, netutils.h: common.h was doubly included | 
| 3969 | 4824 | ||
| 3970 | 2003-03-18 07:57 kdebisschop | 4825 | 2003-03-18 02:57 kdebisschop | 
| 3971 | 4826 | ||
| 3972 | * plugins/common.h: use enum instead of define, remove some cruft | 4827 | * plugins/common.h: use enum instead of define, remove some cruft | 
| 3973 | from old snprintf implementation | 4828 | from old snprintf implementation | 
| 3974 | 4829 | ||
| 3975 | 2003-03-18 07:48 kdebisschop | 4830 | 2003-03-18 02:48 kdebisschop | 
| 3976 | 4831 | ||
| 3977 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU | 4832 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU | 
| 3978 | fileutils for check_disk | 4833 | fileutils for check_disk | 
| 3979 | 4834 | ||
| 3980 | 2003-03-18 07:47 kdebisschop | 4835 | 2003-03-18 02:47 kdebisschop | 
| 3981 | 4836 | ||
| 3982 | * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, | 4837 | * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, | 
| 3983 | ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for | 4838 | ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for | 
| 3984 | check_disk | 4839 | check_disk | 
| 3985 | 4840 | ||
| 3986 | 2003-03-17 22:22 tonvoon | 4841 | 2003-03-17 17:22 tonvoon | 
| 3987 | 4842 | ||
| 3988 | * plugins-scripts/: check_oracle.sh: Allow default Oracle home from | 4843 | * plugins-scripts/: check_oracle.sh: Allow default Oracle home from | 
| 3989 | oratab (reported by Walbert Oberngruber) | 4844 | oratab (reported by Walbert Oberngruber) | 
| 3990 | 4845 | ||
| 3991 | 2003-03-16 23:54 undrgrid | 4846 | 2003-03-16 18:54 undrgrid | 
| 3992 | 4847 | ||
| 3993 | * configure.in: Modified to automatically enable getaddrinfo | 4848 | * configure.in: Modified to automatically enable getaddrinfo | 
| 3994 | emulation if lwres is not used and getaddrinfo is not found in | 4849 | emulation if lwres is not used and getaddrinfo is not found in | 
| 3995 | the system. | 4850 | the system. | 
| 3996 | 4851 | ||
| 3997 | 2003-03-16 23:28 undrgrid | 4852 | 2003-03-16 18:28 undrgrid | 
| 3998 | 4853 | ||
| 3999 | * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch | 4854 | * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch | 
| 4000 | #660973 for tcp refusals | 4855 | #660973 for tcp refusals | 
| 4001 | 4856 | ||
| 4002 | 2003-03-15 01:28 undrgrid | 4857 | 2003-03-14 20:28 undrgrid | 
| 4003 | 4858 | ||
| 4004 | * configure.in: Left over debug define | 4859 | * configure.in: Left over debug define | 
| 4005 | 4860 | ||
| 4006 | 2003-03-15 01:25 undrgrid | 4861 | 2003-03-14 20:25 undrgrid | 
| 4007 | 4862 | ||
| 4008 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 4863 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 
| 4009 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 4864 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 
| @@ -4019,35 +4874,35 @@ | |||
| 4019 | and has been tested prior to commit on Debian GNU/Linux, SPARC | 4874 | and has been tested prior to commit on Debian GNU/Linux, SPARC | 
| 4020 | Solaris 7 and SPARC Solaris 9. | 4875 | Solaris 7 and SPARC Solaris 9. | 
| 4021 | 4876 | ||
| 4022 | 2003-03-14 13:28 kdebisschop | 4877 | 2003-03-14 08:28 kdebisschop | 
| 4023 | 4878 | ||
| 4024 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking | 4879 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking | 
| 4025 | diom | 4880 | diom | 
| 4026 | 4881 | ||
| 4027 | 2003-03-13 22:20 undrgrid | 4882 | 2003-03-13 17:20 undrgrid | 
| 4028 | 4883 | ||
| 4029 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues | 4884 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues | 
| 4030 | with getaddrinfo emulation build environment | 4885 | with getaddrinfo emulation build environment | 
| 4031 | 4886 | ||
| 4032 | 2003-03-13 21:14 tonvoon | 4887 | 2003-03-13 16:14 tonvoon | 
| 4033 | 4888 | ||
| 4034 | * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading | 4889 | * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading | 
| 4035 | spaces in perf data | 4890 | spaces in perf data | 
| 4036 | 4891 | ||
| 4037 | 2003-03-13 21:10 tonvoon | 4892 | 2003-03-13 16:10 tonvoon | 
| 4038 | 4893 | ||
| 4039 | * plugins/check_smtp.c: Perf data without leading spaces and fix | 4894 | * plugins/check_smtp.c: Perf data without leading spaces and fix | 
| 4040 | ANSI C complaint about \n | 4895 | ANSI C complaint about \n | 
| 4041 | 4896 | ||
| 4042 | 2003-03-13 20:33 tonvoon | 4897 | 2003-03-13 15:33 tonvoon | 
| 4043 | 4898 | ||
| 4044 | * plugins/check_tcp.c: Fix compiler warnings re progname | 4899 | * plugins/check_tcp.c: Fix compiler warnings re progname | 
| 4045 | 4900 | ||
| 4046 | 2003-03-13 06:52 undrgrid | 4901 | 2003-03-13 01:52 undrgrid | 
| 4047 | 4902 | ||
| 4048 | * depcomp: Removed auto-tools script that automake adds | 4903 | * depcomp: Removed auto-tools script that automake adds | 
| 4049 | 4904 | ||
| 4050 | 2003-03-13 06:51 undrgrid | 4905 | 2003-03-13 01:51 undrgrid | 
| 4051 | 4906 | ||
| 4052 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, | 4907 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, | 
| 4053 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, | 4908 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, | 
| @@ -4058,36 +4913,36 @@ | |||
| 4058 | from being ran through configure to standard Removed auto-tools | 4913 | from being ran through configure to standard Removed auto-tools | 
| 4059 | scripts that get added by automake | 4914 | scripts that get added by automake | 
| 4060 | 4915 | ||
| 4061 | 2003-03-13 06:00 kdebisschop | 4916 | 2003-03-13 01:00 kdebisschop | 
| 4062 | 4917 | ||
| 4063 | * plugins/negate.c: negate must be POSIXly correct in handling | 4918 | * plugins/negate.c: negate must be POSIXly correct in handling | 
| 4064 | options, else wrapped options get passed to it | 4919 | options, else wrapped options get passed to it | 
| 4065 | 4920 | ||
| 4066 | 2003-03-13 05:59 undrgrid | 4921 | 2003-03-13 00:59 undrgrid | 
| 4067 | 4922 | ||
| 4068 | * configure.in: Removed --with-ipv6 configure option so it | 4923 | * configure.in: Removed --with-ipv6 configure option so it | 
| 4069 | determines IPv6 availablity completely on it's own per suggestion | 4924 | determines IPv6 availablity completely on it's own per suggestion | 
| 4070 | by Karl | 4925 | by Karl | 
| 4071 | 4926 | ||
| 4072 | 2003-03-13 05:29 kdebisschop | 4927 | 2003-03-13 00:29 kdebisschop | 
| 4073 | 4928 | ||
| 4074 | * plugins/negate.c: negate must be POSIXly correct in handling | 4929 | * plugins/negate.c: negate must be POSIXly correct in handling | 
| 4075 | options, else wrapped options get passed to it | 4930 | options, else wrapped options get passed to it | 
| 4076 | 4931 | ||
| 4077 | 2003-03-12 22:13 undrgrid | 4932 | 2003-03-12 17:13 undrgrid | 
| 4078 | 4933 | ||
| 4079 | * plugins/check_tcp.c: doco standarization | 4934 | * plugins/check_tcp.c: doco standarization | 
| 4080 | 4935 | ||
| 4081 | 2003-03-12 19:50 undrgrid | 4936 | 2003-03-12 14:50 undrgrid | 
| 4082 | 4937 | ||
| 4083 | * configure.in, plugins-scripts/subst.in: Just a lil namespace | 4938 | * configure.in, plugins-scripts/subst.in: Just a lil namespace | 
| 4084 | clean-up | 4939 | clean-up | 
| 4085 | 4940 | ||
| 4086 | 2003-03-12 17:42 undrgrid | 4941 | 2003-03-12 12:42 undrgrid | 
| 4087 | 4942 | ||
| 4088 | * configure.in: Minor fix to --with-ipv6 behavior | 4943 | * configure.in: Minor fix to --with-ipv6 behavior | 
| 4089 | 4944 | ||
| 4090 | 2003-03-12 17:11 undrgrid | 4945 | 2003-03-12 12:11 undrgrid | 
| 4091 | 4946 | ||
| 4092 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: | 4947 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: | 
| 4093 | Added autogen.sh script that rebuilds using autotools and runs | 4948 | Added autogen.sh script that rebuilds using autotools and runs | 
| @@ -4098,71 +4953,71 @@ | |||
| 4098 | need to use the --with-ipv6 command line option to configure. | 4953 | need to use the --with-ipv6 command line option to configure. | 
| 4099 | Modified plugins/utils.* to use USE_IPV6 | 4954 | Modified plugins/utils.* to use USE_IPV6 | 
| 4100 | 4955 | ||
| 4101 | 2003-03-12 07:05 kdebisschop | 4956 | 2003-03-12 02:05 kdebisschop | 
| 4102 | 4957 | ||
| 4103 | * plugins/check_disk.c: doco standarization | 4958 | * plugins/check_disk.c: doco standarization | 
| 4104 | 4959 | ||
| 4105 | 2003-03-12 06:44 kdebisschop | 4960 | 2003-03-12 01:44 kdebisschop | 
| 4106 | 4961 | ||
| 4107 | * plugins/check_disk.c: errors for statfs | 4962 | * plugins/check_disk.c: errors for statfs | 
| 4108 | 4963 | ||
| 4109 | 2003-03-12 06:41 kdebisschop | 4964 | 2003-03-12 01:41 kdebisschop | 
| 4110 | 4965 | ||
| 4111 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, | 4966 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, | 
| 4112 | control STMP command via options instead of defines | 4967 | control STMP command via options instead of defines | 
| 4113 | 4968 | ||
| 4114 | 2003-03-12 06:38 kdebisschop | 4969 | 2003-03-12 01:38 kdebisschop | 
| 4115 | 4970 | ||
| 4116 | * configure.in: version increase, statfs work | 4971 | * configure.in: version increase, statfs work | 
| 4117 | 4972 | ||
| 4118 | 2003-03-12 02:47 undrgrid | 4973 | 2003-03-11 21:47 undrgrid | 
| 4119 | 4974 | ||
| 4120 | * plugins/.cvsignore: Add some more extra plugins | 4975 | * plugins/.cvsignore: Add some more extra plugins | 
| 4121 | 4976 | ||
| 4122 | 2003-03-12 02:29 undrgrid | 4977 | 2003-03-11 21:29 undrgrid | 
| 4123 | 4978 | ||
| 4124 | * plugins/check_dig.c: Code clean-up | 4979 | * plugins/check_dig.c: Code clean-up | 
| 4125 | 4980 | ||
| 4126 | 2003-03-12 02:29 undrgrid | 4981 | 2003-03-11 21:29 undrgrid | 
| 4127 | 4982 | ||
| 4128 | * plugins/check_http.c: Clean up of output from plugin | 4983 | * plugins/check_http.c: Clean up of output from plugin | 
| 4129 | 4984 | ||
| 4130 | 2003-03-12 02:24 undrgrid | 4985 | 2003-03-11 21:24 undrgrid | 
| 4131 | 4986 | ||
| 4132 | * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up | 4987 | * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up | 
| 4133 | 4988 | ||
| 4134 | 2003-03-12 02:23 undrgrid | 4989 | 2003-03-11 21:23 undrgrid | 
| 4135 | 4990 | ||
| 4136 | * plugins/check_tcp.c: Code cleanup | 4991 | * plugins/check_tcp.c: Code cleanup | 
| 4137 | 4992 | ||
| 4138 | 2003-03-12 00:45 tonvoon | 4993 | 2003-03-11 19:45 tonvoon | 
| 4139 | 4994 | ||
| 4140 | * plugins/check_dns.c: Removed is_host checks to speed up code. | 4995 | * plugins/check_dns.c: Removed is_host checks to speed up code. | 
| 4141 | Fixed timings so no spaces | 4996 | Fixed timings so no spaces | 
| 4142 | 4997 | ||
| 4143 | 2003-03-12 00:08 tonvoon | 4998 | 2003-03-11 19:08 tonvoon | 
| 4144 | 4999 | ||
| 4145 | * plugins/check_dns.c: Timings in milliseconds and nicer output | 5000 | * plugins/check_dns.c: Timings in milliseconds and nicer output | 
| 4146 | 5001 | ||
| 4147 | 2003-03-11 22:51 tonvoon | 5002 | 2003-03-11 17:51 tonvoon | 
| 4148 | 5003 | ||
| 4149 | * plugins-scripts/.cvsignore: Add script ignores | 5004 | * plugins-scripts/.cvsignore: Add script ignores | 
| 4150 | 5005 | ||
| 4151 | 2003-03-11 22:36 tonvoon | 5006 | 2003-03-11 17:36 tonvoon | 
| 4152 | 5007 | ||
| 4153 | * plugins/negate.c: Remove getopt_long checks | 5008 | * plugins/negate.c: Remove getopt_long checks | 
| 4154 | 5009 | ||
| 4155 | 2003-03-11 22:34 tonvoon | 5010 | 2003-03-11 17:34 tonvoon | 
| 4156 | 5011 | ||
| 4157 | * plugins/negate.c: Fixed reading too many argv parameters and | 5012 | * plugins/negate.c: Fixed reading too many argv parameters and | 
| 4158 | changed to asprintf | 5013 | changed to asprintf | 
| 4159 | 5014 | ||
| 4160 | 2003-03-11 22:29 tonvoon | 5015 | 2003-03-11 17:29 tonvoon | 
| 4161 | 5016 | ||
| 4162 | * plugins/negate.c: Fixed reading too many argv parameters and | 5017 | * plugins/negate.c: Fixed reading too many argv parameters and | 
| 4163 | changed to asprintf | 5018 | changed to asprintf | 
| 4164 | 5019 | ||
| 4165 | 2003-03-11 22:22 tonvoon | 5020 | 2003-03-11 17:22 tonvoon | 
| 4166 | 5021 | ||
| 4167 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 5022 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 4168 | check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, | 5023 | check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, | 
| @@ -4174,69 +5029,69 @@ | |||
| 4174 | check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove | 5029 | check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove | 
| 4175 | getopt_long checks | 5030 | getopt_long checks | 
| 4176 | 5031 | ||
| 4177 | 2003-03-11 22:09 undrgrid | 5032 | 2003-03-11 17:09 undrgrid | 
| 4178 | 5033 | ||
| 4179 | * configure.in: Fixed some ping6 variables | 5034 | * configure.in: Fixed some ping6 variables | 
| 4180 | 5035 | ||
| 4181 | 2003-03-11 18:32 undrgrid | 5036 | 2003-03-11 13:32 undrgrid | 
| 4182 | 5037 | ||
| 4183 | * configure.in: Minor change to Karl's statfs check Inclusion of | 5038 | * configure.in: Minor change to Karl's statfs check Inclusion of | 
| 4184 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax | 5039 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax | 
| 4185 | checking to fix bug I introduced last nite | 5040 | checking to fix bug I introduced last nite | 
| 4186 | 5041 | ||
| 4187 | 2003-03-11 07:04 undrgrid | 5042 | 2003-03-11 02:04 undrgrid | 
| 4188 | 5043 | ||
| 4189 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST | 5044 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST | 
| 4190 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND | 5045 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND | 
| 4191 | 5046 | ||
| 4192 | 2003-03-11 06:44 kdebisschop | 5047 | 2003-03-11 01:44 kdebisschop | 
| 4193 | 5048 | ||
| 4194 | * configure.in, plugins/check_disk.c: use statfs for check_disk | 5049 | * configure.in, plugins/check_disk.c: use statfs for check_disk | 
| 4195 | (still needs fs scan) | 5050 | (still needs fs scan) | 
| 4196 | 5051 | ||
| 4197 | 2003-03-11 06:03 undrgrid | 5052 | 2003-03-11 01:03 undrgrid | 
| 4198 | 5053 | ||
| 4199 | * acconfig.h, configure.in: Finishing clean-up of configure.in | 5054 | * acconfig.h, configure.in: Finishing clean-up of configure.in | 
| 4200 | Removing acconfig.h as it's no longer needed | 5055 | Removing acconfig.h as it's no longer needed | 
| 4201 | 5056 | ||
| 4202 | 2003-03-10 23:58 undrgrid | 5057 | 2003-03-10 18:58 undrgrid | 
| 4203 | 5058 | ||
| 4204 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to | 5059 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to | 
| 4205 | produce cleaner config.h | 5060 | produce cleaner config.h | 
| 4206 | 5061 | ||
| 4207 | 2003-03-09 18:13 undrgrid | 5062 | 2003-03-09 13:13 undrgrid | 
| 4208 | 5063 | ||
| 4209 | * plugins/common.h.in: Make sure sys/socket.h is explicitly | 5064 | * plugins/common.h.in: Make sure sys/socket.h is explicitly | 
| 4210 | included if HAVE_SYS_SOCKET_H is defined | 5065 | included if HAVE_SYS_SOCKET_H is defined | 
| 4211 | 5066 | ||
| 4212 | 2003-03-09 10:39 tonvoon | 5067 | 2003-03-09 05:39 tonvoon | 
| 4213 | 5068 | ||
| 4214 | * plugins/check_disk.c: Implement error-only option for check_disk | 5069 | * plugins/check_disk.c: Implement error-only option for check_disk | 
| 4215 | (Ian Duggan) | 5070 | (Ian Duggan) | 
| 4216 | 5071 | ||
| 4217 | 2003-03-09 10:36 tonvoon | 5072 | 2003-03-09 05:36 tonvoon | 
| 4218 | 5073 | ||
| 4219 | * plugins/check_disk.c: Implement error-only option for check_disk | 5074 | * plugins/check_disk.c: Implement error-only option for check_disk | 
| 4220 | (Ian Duggan) | 5075 | (Ian Duggan) | 
| 4221 | 5076 | ||
| 4222 | 2003-03-08 12:08 tonvoon | 5077 | 2003-03-08 07:08 tonvoon | 
| 4223 | 5078 | ||
| 4224 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 5079 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 
| 4225 | 5080 | ||
| 4226 | 2003-03-08 12:05 tonvoon | 5081 | 2003-03-08 07:05 tonvoon | 
| 4227 | 5082 | ||
| 4228 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 5083 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 
| 4229 | 5084 | ||
| 4230 | 2003-03-08 11:44 tonvoon | 5085 | 2003-03-08 06:44 tonvoon | 
| 4231 | 5086 | ||
| 4232 | * configure.in: snprintf checks in configure.in like samba | 5087 | * configure.in: snprintf checks in configure.in like samba | 
| 4233 | 5088 | ||
| 4234 | 2003-03-08 02:27 undrgrid | 5089 | 2003-03-07 21:27 undrgrid | 
| 4235 | 5090 | ||
| 4236 | * plugins/check_dns.c: Modified code to call is_addr() rather than | 5091 | * plugins/check_dns.c: Modified code to call is_addr() rather than | 
| 4237 | is_dotted_quad() with the new AF indepdent function routines | 5092 | is_dotted_quad() with the new AF indepdent function routines | 
| 4238 | 5093 | ||
| 4239 | 2003-03-08 02:26 undrgrid | 5094 | 2003-03-07 21:26 undrgrid | 
| 4240 | 5095 | ||
| 4241 | * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF | 5096 | * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF | 
| 4242 | indepedent routines introduced. Modifed process_request() & | 5097 | indepedent routines introduced. Modifed process_request() & | 
| @@ -4247,41 +5102,41 @@ | |||
| 4247 | functions to check whether it is a valid IP address Modified | 5102 | functions to check whether it is a valid IP address Modified | 
| 4248 | is_host() to call is_addr() and is_hostname() | 5103 | is_host() to call is_addr() and is_hostname() | 
| 4249 | 5104 | ||
| 4250 | 2003-03-08 02:02 tonvoon | 5105 | 2003-03-07 21:02 tonvoon | 
| 4251 | 5106 | ||
| 4252 | * tools/sfsnapshot: Need to remove configure.in | 5107 | * tools/sfsnapshot: Need to remove configure.in | 
| 4253 | 5108 | ||
| 4254 | 2003-03-08 01:59 tonvoon | 5109 | 2003-03-07 20:59 tonvoon | 
| 4255 | 5110 | ||
| 4256 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, | 5111 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, | 
| 4257 | plugins/snprintf.c: Move snprintf into lib | 5112 | plugins/snprintf.c: Move snprintf into lib | 
| 4258 | 5113 | ||
| 4259 | 2003-03-08 01:48 tonvoon | 5114 | 2003-03-07 20:48 tonvoon | 
| 4260 | 5115 | ||
| 4261 | * tools/sfsnapshot: Have to run through whole automake procedure as | 5116 | * tools/sfsnapshot: Have to run through whole automake procedure as | 
| 4262 | datestamp in RELEASE variable | 5117 | datestamp in RELEASE variable | 
| 4263 | 5118 | ||
| 4264 | 2003-03-08 01:13 tonvoon | 5119 | 2003-03-07 20:13 tonvoon | 
| 4265 | 5120 | ||
| 4266 | * tools/sfsnapshot: Added automake parameters for config.sub and | 5121 | * tools/sfsnapshot: Added automake parameters for config.sub and | 
| 4267 | config.guess | 5122 | config.guess | 
| 4268 | 5123 | ||
| 4269 | 2003-03-08 00:57 tonvoon | 5124 | 2003-03-07 19:57 tonvoon | 
| 4270 | 5125 | ||
| 4271 | * tools/sfsnapshot: Fixed production OUT variable | 5126 | * tools/sfsnapshot: Fixed production OUT variable | 
| 4272 | 5127 | ||
| 4273 | 2003-03-08 00:55 tonvoon | 5128 | 2003-03-07 19:55 tonvoon | 
| 4274 | 5129 | ||
| 4275 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch | 5130 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch | 
| 4276 | snapshots and doesn't rerun configure/automake/autoconf | 5131 | snapshots and doesn't rerun configure/automake/autoconf | 
| 4277 | unnecessarily | 5132 | unnecessarily | 
| 4278 | 5133 | ||
| 4279 | 2003-03-08 00:21 tonvoon | 5134 | 2003-03-07 19:21 tonvoon | 
| 4280 | 5135 | ||
| 4281 | * Makefile.am: Use Makefile's variables (to support a shortcut in | 5136 | * Makefile.am: Use Makefile's variables (to support a shortcut in | 
| 4282 | sfsnapshot) | 5137 | sfsnapshot) | 
| 4283 | 5138 | ||
| 4284 | 2003-03-07 22:11 undrgrid | 5139 | 2003-03-07 17:11 undrgrid | 
| 4285 | 5140 | ||
| 4286 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 5141 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 
| 4287 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 5142 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 
| @@ -4293,28 +5148,28 @@ | |||
| 4293 | tools/setup to include adding missing files so config.sub | 5148 | tools/setup to include adding missing files so config.sub | 
| 4294 | and config.guess will be available | 5149 | and config.guess will be available | 
| 4295 | 5150 | ||
| 4296 | 2003-03-07 20:16 tonvoon | 5151 | 2003-03-07 15:16 tonvoon | 
| 4297 | 5152 | ||
| 4298 | * plugins/check_nt.c: Make output for CPU load nicer | 5153 | * plugins/check_nt.c: Make output for CPU load nicer | 
| 4299 | 5154 | ||
| 4300 | 2003-03-07 07:45 kdebisschop | 5155 | 2003-03-07 02:45 kdebisschop | 
| 4301 | 5156 | ||
| 4302 | * plugins/check_smtp.c: millisecond timing and perf data | 5157 | * plugins/check_smtp.c: millisecond timing and perf data | 
| 4303 | 5158 | ||
| 4304 | 2003-03-07 07:15 kdebisschop | 5159 | 2003-03-07 02:15 kdebisschop | 
| 4305 | 5160 | ||
| 4306 | * plugins/: check_smtp.c: whole timer loop was on the wrong side of | 5161 | * plugins/: check_smtp.c: whole timer loop was on the wrong side of | 
| 4307 | connection close code | 5162 | connection close code | 
| 4308 | 5163 | ||
| 4309 | 2003-03-07 06:43 kdebisschop | 5164 | 2003-03-07 01:43 kdebisschop | 
| 4310 | 5165 | ||
| 4311 | * plugins/check_udp.c: fix for -H invocation of hostname | 5166 | * plugins/check_udp.c: fix for -H invocation of hostname | 
| 4312 | 5167 | ||
| 4313 | 2003-03-07 06:40 kdebisschop | 5168 | 2003-03-07 01:40 kdebisschop | 
| 4314 | 5169 | ||
| 4315 | * plugins/check_udp.c: fix for -H invocation of hostname | 5170 | * plugins/check_udp.c: fix for -H invocation of hostname | 
| 4316 | 5171 | ||
| 4317 | 2003-03-06 06:40 undrgrid | 5172 | 2003-03-06 01:40 undrgrid | 
| 4318 | 5173 | ||
| 4319 | * acinclude.m4, configure.in: Adds --with-lwres and | 5174 | * acinclude.m4, configure.in: Adds --with-lwres and | 
| 4320 | --enable-emulate-getaddrinfo but are not used in any of the code | 5175 | --enable-emulate-getaddrinfo but are not used in any of the code | 
| @@ -4323,598 +5178,598 @@ | |||
| 4323 | I need input from results of this run on various platforms to see | 5178 | I need input from results of this run on various platforms to see | 
| 4324 | what results are seen in plugins/config.h so please help test !!! | 5179 | what results are seen in plugins/config.h so please help test !!! | 
| 4325 | 5180 | ||
| 4326 | 2003-03-05 07:27 kdebisschop | 5181 | 2003-03-05 02:27 kdebisschop | 
| 4327 | 5182 | ||
| 4328 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes | 5183 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes | 
| 4329 | 5184 | ||
| 4330 | 2003-03-05 05:59 sghosh | 5185 | 2003-03-05 00:59 sghosh | 
| 4331 | 5186 | ||
| 4332 | * plugins/check_smtp.c: remove race condition for a long HELO | 5187 | * plugins/check_smtp.c: remove race condition for a long HELO | 
| 4333 | 5188 | ||
| 4334 | 2003-03-05 04:38 sghosh | 5189 | 2003-03-04 23:38 sghosh | 
| 4335 | 5190 | ||
| 4336 | * command.cfg.in: corrected snmp commands | 5191 | * command.cfg.in: corrected snmp commands | 
| 4337 | 5192 | ||
| 4338 | 2003-03-05 04:37 sghosh | 5193 | 2003-03-04 23:37 sghosh | 
| 4339 | 5194 | ||
| 4340 | * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin | 5195 | * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin | 
| 4341 | 5196 | ||
| 4342 | 2003-03-05 00:17 tonvoon | 5197 | 2003-03-04 19:17 tonvoon | 
| 4343 | 5198 | ||
| 4344 | * plugins/check_http.c: check_http min size option (680467 - Dave | 5199 | * plugins/check_http.c: check_http min size option (680467 - Dave | 
| 4345 | Viner) | 5200 | Viner) | 
| 4346 | 5201 | ||
| 4347 | 2003-03-04 23:56 tonvoon | 5202 | 2003-03-04 18:56 tonvoon | 
| 4348 | 5203 | ||
| 4349 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer | 5204 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer | 
| 4350 | 5205 | ||
| 4351 | 2003-03-04 23:35 tonvoon | 5206 | 2003-03-04 18:35 tonvoon | 
| 4352 | 5207 | ||
| 4353 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF | 5208 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF | 
| 4354 | 5209 | ||
| 4355 | 2003-03-03 03:49 kdebisschop | 5210 | 2003-03-02 22:49 kdebisschop | 
| 4356 | 5211 | ||
| 4357 | * plugins/check_ping.c: accept comma-delimted list of hosts for | 5212 | * plugins/check_ping.c: accept comma-delimted list of hosts for | 
| 4358 | checking if a multihomed host is alive | 5213 | checking if a multihomed host is alive | 
| 4359 | 5214 | ||
| 4360 | 2003-03-02 06:01 kdebisschop | 5215 | 2003-03-02 01:01 kdebisschop | 
| 4361 | 5216 | ||
| 4362 | * plugins/check_ping.c: add logic to check multiple servers | 5217 | * plugins/check_ping.c: add logic to check multiple servers | 
| 4363 | 5218 | ||
| 4364 | 2003-03-02 04:59 kdebisschop | 5219 | 2003-03-01 23:59 kdebisschop | 
| 4365 | 5220 | ||
| 4366 | * ChangeLog: update from CVS | 5221 | * ChangeLog: update from CVS | 
| 4367 | 5222 | ||
| 4368 | 2003-03-02 04:58 kdebisschop | 5223 | 2003-03-01 23:58 kdebisschop | 
| 4369 | 5224 | ||
| 4370 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta | 5225 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta | 
| 4371 | tagging | 5226 | tagging | 
| 4372 | 5227 | ||
| 4373 | 2003-03-02 04:32 kdebisschop | 5228 | 2003-03-01 23:32 kdebisschop | 
| 4374 | 5229 | ||
| 4375 | * ChangeLog: update from CVS | 5230 | * ChangeLog: update from CVS | 
| 4376 | 5231 | ||
| 4377 | 2003-03-01 05:09 kdebisschop | 5232 | 2003-03-01 00:09 kdebisschop | 
| 4378 | 5233 | ||
| 4379 | * nagios-plugins.spec.in: we were missing some docs in the RPM | 5234 | * nagios-plugins.spec.in: we were missing some docs in the RPM | 
| 4380 | 5235 | ||
| 4381 | 2003-02-23 17:11 sghosh | 5236 | 2003-02-23 12:11 sghosh | 
| 4382 | 5237 | ||
| 4383 | * REQUIREMENTS: Novell requirements | 5238 | * REQUIREMENTS: Novell requirements | 
| 4384 | 5239 | ||
| 4385 | 2003-02-23 17:10 sghosh | 5240 | 2003-02-23 12:10 sghosh | 
| 4386 | 5241 | ||
| 4387 | * contrib/check_bgpstate.pl: removed community string in CRIT | 5242 | * contrib/check_bgpstate.pl: removed community string in CRIT | 
| 4388 | message | 5243 | message | 
| 4389 | 5244 | ||
| 4390 | 2003-02-22 19:06 tonvoon | 5245 | 2003-02-22 14:06 tonvoon | 
| 4391 | 5246 | ||
| 4392 | * configure.in: Solaris and Unixware labels round the wrong way for | 5247 | * configure.in: Solaris and Unixware labels round the wrong way for | 
| 4393 | swap command | 5248 | swap command | 
| 4394 | 5249 | ||
| 4395 | 2003-02-22 13:01 kdebisschop | 5250 | 2003-02-22 08:01 kdebisschop | 
| 4396 | 5251 | ||
| 4397 | * Makefile.am: provide target for nagios-plugins.spec | 5252 | * Makefile.am: provide target for nagios-plugins.spec | 
| 4398 | 5253 | ||
| 4399 | 2003-02-22 07:27 kdebisschop | 5254 | 2003-02-22 02:27 kdebisschop | 
| 4400 | 5255 | ||
| 4401 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball | 5256 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball | 
| 4402 | 5257 | ||
| 4403 | 2003-02-21 21:59 tonvoon | 5258 | 2003-02-21 16:59 tonvoon | 
| 4404 | 5259 | ||
| 4405 | * plugins/check_http.c: Fixed coredump with unallocated string | 5260 | * plugins/check_http.c: Fixed coredump with unallocated string | 
| 4406 | 5261 | ||
| 4407 | 2003-02-21 21:46 tonvoon | 5262 | 2003-02-21 16:46 tonvoon | 
| 4408 | 5263 | ||
| 4409 | * plugins/check_dns.c: Strip leading spaces on dns return value | 5264 | * plugins/check_dns.c: Strip leading spaces on dns return value | 
| 4410 | (689563 - Simon L Nielsen) | 5265 | (689563 - Simon L Nielsen) | 
| 4411 | 5266 | ||
| 4412 | 2003-02-20 03:16 kdebisschop | 5267 | 2003-02-19 22:16 kdebisschop | 
| 4413 | 5268 | ||
| 4414 | * plugins-scripts/check_disk_smb.pl: option regexs need to include | 5269 | * plugins-scripts/check_disk_smb.pl: option regexs need to include | 
| 4415 | ^ and $ | 5270 | ^ and $ | 
| 4416 | 5271 | ||
| 4417 | 2003-02-19 22:56 tonvoon | 5272 | 2003-02-19 17:56 tonvoon | 
| 4418 | 5273 | ||
| 4419 | * lib/Makefile.am: Removing getloadavg.m4 from dist | 5274 | * lib/Makefile.am: Removing getloadavg.m4 from dist | 
| 4420 | 5275 | ||
| 4421 | 2003-02-19 08:36 kdebisschop | 5276 | 2003-02-19 03:36 kdebisschop | 
| 4422 | 5277 | ||
| 4423 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove | 5278 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove | 
| 4424 | getloadavg.m4 | 5279 | getloadavg.m4 | 
| 4425 | 5280 | ||
| 4426 | 2003-02-19 00:45 tonvoon | 5281 | 2003-02-18 19:45 tonvoon | 
| 4427 | 5282 | ||
| 4428 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, | 5283 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, | 
| 4429 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | 5284 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | 
| 4430 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run | 5285 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run | 
| 4431 | "aclocal -I lib" | 5286 | "aclocal -I lib" | 
| 4432 | 5287 | ||
| 4433 | 2003-02-18 23:00 kdebisschop | 5288 | 2003-02-18 18:00 kdebisschop | 
| 4434 | 5289 | ||
| 4435 | * plugins/check_pgsql.c: spurious backslash escape | 5290 | * plugins/check_pgsql.c: spurious backslash escape | 
| 4436 | 5291 | ||
| 4437 | 2003-02-18 22:56 kdebisschop | 5292 | 2003-02-18 17:56 kdebisschop | 
| 4438 | 5293 | ||
| 4439 | * configure.in: set tag for beta3, fix pgsql detection | 5294 | * configure.in: set tag for beta3, fix pgsql detection | 
| 4440 | 5295 | ||
| 4441 | 2003-02-18 22:24 kdebisschop | 5296 | 2003-02-18 17:24 kdebisschop | 
| 4442 | 5297 | ||
| 4443 | * plugins/check_udp.c: never exited getopt loop | 5298 | * plugins/check_udp.c: never exited getopt loop | 
| 4444 | 5299 | ||
| 4445 | 2003-02-18 22:20 kdebisschop | 5300 | 2003-02-18 17:20 kdebisschop | 
| 4446 | 5301 | ||
| 4447 | * plugins/check_tcp.c: failed if header was more than 1023 bytes | 5302 | * plugins/check_tcp.c: failed if header was more than 1023 bytes | 
| 4448 | 5303 | ||
| 4449 | 2003-02-18 22:10 tonvoon | 5304 | 2003-02-18 17:10 tonvoon | 
| 4450 | 5305 | ||
| 4451 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - | 5306 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - | 
| 4452 | Jayjay) | 5307 | Jayjay) | 
| 4453 | 5308 | ||
| 4454 | 2003-02-18 21:58 tonvoon | 5309 | 2003-02-18 16:58 tonvoon | 
| 4455 | 5310 | ||
| 4456 | * Makefile.am: Add SUPPORT file to distribution | 5311 | * Makefile.am: Add SUPPORT file to distribution | 
| 4457 | 5312 | ||
| 4458 | 2003-02-18 21:56 tonvoon | 5313 | 2003-02-18 16:56 tonvoon | 
| 4459 | 5314 | ||
| 4460 | * plugins/check_http.c: Fixed compiler warning and increased the | 5315 | * plugins/check_http.c: Fixed compiler warning and increased the | 
| 4461 | SSL random key for a Solaris PRNG problem | 5316 | SSL random key for a Solaris PRNG problem | 
| 4462 | 5317 | ||
| 4463 | 2003-02-18 05:38 kdebisschop | 5318 | 2003-02-18 00:38 kdebisschop | 
| 4464 | 5319 | ||
| 4465 | * configure.in: remainder of ps fix for UnixWare, and move [] in | 5320 | * configure.in: remainder of ps fix for UnixWare, and move [] in | 
| 4466 | if/elif to indicate m4 quoting instead of test invocation | 5321 | if/elif to indicate m4 quoting instead of test invocation | 
| 4467 | 5322 | ||
| 4468 | 2003-02-18 04:05 sghosh | 5323 | 2003-02-17 23:05 sghosh | 
| 4469 | 5324 | ||
| 4470 | * contrib/check_appletalk.pl: Appletalk ping plugin | 5325 | * contrib/check_appletalk.pl: Appletalk ping plugin | 
| 4471 | 5326 | ||
| 4472 | 2003-02-18 04:04 sghosh | 5327 | 2003-02-17 23:04 sghosh | 
| 4473 | 5328 | ||
| 4474 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] | 5329 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] | 
| 4475 | 5330 | ||
| 4476 | 2003-02-18 03:46 sghosh | 5331 | 2003-02-17 22:46 sghosh | 
| 4477 | 5332 | ||
| 4478 | * plugins/check_swap.c: support for Large swap sizes | 5333 | * plugins/check_swap.c: support for Large swap sizes | 
| 4479 | 5334 | ||
| 4480 | 2003-02-18 03:17 sghosh | 5335 | 2003-02-17 22:17 sghosh | 
| 4481 | 5336 | ||
| 4482 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX | 5337 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX | 
| 4483 | error and memory/file swap in addition to device for HP-UX | 5338 | error and memory/file swap in addition to device for HP-UX | 
| 4484 | 5339 | ||
| 4485 | 2003-02-17 22:01 kdebisschop | 5340 | 2003-02-17 17:01 kdebisschop | 
| 4486 | 5341 | ||
| 4487 | * configure.in: typo in testing uname output | 5342 | * configure.in: typo in testing uname output | 
| 4488 | 5343 | ||
| 4489 | 2003-02-17 21:57 kdebisschop | 5344 | 2003-02-17 16:57 kdebisschop | 
| 4490 | 5345 | ||
| 4491 | * configure.in: ping and swap for unixware | 5346 | * configure.in: ping and swap for unixware | 
| 4492 | 5347 | ||
| 4493 | 2003-02-17 21:04 kdebisschop | 5348 | 2003-02-17 16:04 kdebisschop | 
| 4494 | 5349 | ||
| 4495 | * configure.in: library search dirs are part of LDFLAGS | 5350 | * configure.in: library search dirs are part of LDFLAGS | 
| 4496 | 5351 | ||
| 4497 | 2003-02-17 19:11 sghosh | 5352 | 2003-02-17 14:11 sghosh | 
| 4498 | 5353 | ||
| 4499 | * REQUIREMENTS: location updates | 5354 | * REQUIREMENTS: location updates | 
| 4500 | 5355 | ||
| 4501 | 2003-02-16 08:41 tonvoon | 5356 | 2003-02-16 03:41 tonvoon | 
| 4502 | 5357 | ||
| 4503 | * plugins/Makefile.am: Fixed dependencies for check_nt | 5358 | * plugins/Makefile.am: Fixed dependencies for check_nt | 
| 4504 | 5359 | ||
| 4505 | 2003-02-16 08:25 tonvoon | 5360 | 2003-02-16 03:25 tonvoon | 
| 4506 | 5361 | ||
| 4507 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc | 5362 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc | 
| 4508 | C. Poulin) | 5363 | C. Poulin) | 
| 4509 | 5364 | ||
| 4510 | 2003-02-16 02:46 egalstad | 5365 | 2003-02-15 21:46 egalstad | 
| 4511 | 5366 | ||
| 4512 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen | 5367 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen | 
| 4513 | 5368 | ||
| 4514 | 2003-02-16 02:18 sghosh | 5369 | 2003-02-15 21:18 sghosh | 
| 4515 | 5370 | ||
| 4516 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid | 5371 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid | 
| 4517 | on ntpq | 5372 | on ntpq | 
| 4518 | 5373 | ||
| 4519 | 2003-02-12 22:32 tonvoon | 5374 | 2003-02-12 17:32 tonvoon | 
| 4520 | 5375 | ||
| 4521 | * plugins/.cvsignore: Added extra plugins | 5376 | * plugins/.cvsignore: Added extra plugins | 
| 4522 | 5377 | ||
| 4523 | 2003-02-12 22:30 tonvoon | 5378 | 2003-02-12 17:30 tonvoon | 
| 4524 | 5379 | ||
| 4525 | * lib/.cvsignore: Add ignore files | 5380 | * lib/.cvsignore: Add ignore files | 
| 4526 | 5381 | ||
| 4527 | 2003-02-12 22:29 tonvoon | 5382 | 2003-02-12 17:29 tonvoon | 
| 4528 | 5383 | ||
| 4529 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no | 5384 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no | 
| 4530 | parameters specified | 5385 | parameters specified | 
| 4531 | 5386 | ||
| 4532 | 2003-02-12 22:27 tonvoon | 5387 | 2003-02-12 17:27 tonvoon | 
| 4533 | 5388 | ||
| 4534 | * plugins/check_http.c: Remove unnecessary \ - complaints from | 5389 | * plugins/check_http.c: Remove unnecessary \ - complaints from | 
| 4535 | Tru64's cc compiler | 5390 | Tru64's cc compiler | 
| 4536 | 5391 | ||
| 4537 | 2003-02-12 22:21 tonvoon | 5392 | 2003-02-12 17:21 tonvoon | 
| 4538 | 5393 | ||
| 4539 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep | 5394 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep | 
| 4540 | "*** for Tru64 | 5395 | "*** for Tru64 | 
| 4541 | 5396 | ||
| 4542 | 2003-02-12 04:36 sghosh | 5397 | 2003-02-11 23:36 sghosh | 
| 4543 | 5398 | ||
| 4544 | * command.cfg.in: forced ntpq jitter check | 5399 | * command.cfg.in: forced ntpq jitter check | 
| 4545 | 5400 | ||
| 4546 | 2003-02-12 04:32 sghosh | 5401 | 2003-02-11 23:32 sghosh | 
| 4547 | 5402 | ||
| 4548 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm | 5403 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm | 
| 4549 | 5404 | ||
| 4550 | 2003-02-12 04:30 sghosh | 5405 | 2003-02-11 23:30 sghosh | 
| 4551 | 5406 | ||
| 4552 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, | 5407 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, | 
| 4553 | added logic for failed ntpq call(e.g. sntp host) | 5408 | added logic for failed ntpq call(e.g. sntp host) | 
| 4554 | 5409 | ||
| 4555 | 2003-02-11 00:47 tonvoon | 5410 | 2003-02-10 19:47 tonvoon | 
| 4556 | 5411 | ||
| 4557 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH | 5412 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH | 
| 4558 | 7.3 (655903) | 5413 | 7.3 (655903) | 
| 4559 | 5414 | ||
| 4560 | 2003-02-10 23:59 tonvoon | 5415 | 2003-02-10 18:59 tonvoon | 
| 4561 | 5416 | ||
| 4562 | * configure.in: Update with references to REQUIREMENTS | 5417 | * configure.in: Update with references to REQUIREMENTS | 
| 4563 | 5418 | ||
| 4564 | 2003-02-10 23:58 tonvoon | 5419 | 2003-02-10 18:58 tonvoon | 
| 4565 | 5420 | ||
| 4566 | * Requirements: Remove file, superceded by REQUIREMENTS | 5421 | * Requirements: Remove file, superceded by REQUIREMENTS | 
| 4567 | 5422 | ||
| 4568 | 2003-02-10 23:34 tonvoon | 5423 | 2003-02-10 18:34 tonvoon | 
| 4569 | 5424 | ||
| 4570 | * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - | 5425 | * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - | 
| 4571 | now in new lib directory | 5426 | now in new lib directory | 
| 4572 | 5427 | ||
| 4573 | 2003-02-10 23:32 tonvoon | 5428 | 2003-02-10 18:32 tonvoon | 
| 4574 | 5429 | ||
| 4575 | * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory | 5430 | * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory | 
| 4576 | for common library files | 5431 | for common library files | 
| 4577 | 5432 | ||
| 4578 | 2003-02-10 23:28 tonvoon | 5433 | 2003-02-10 18:28 tonvoon | 
| 4579 | 5434 | ||
| 4580 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for | 5435 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for | 
| 4581 | backwards compatibility | 5436 | backwards compatibility | 
| 4582 | 5437 | ||
| 4583 | 2003-02-10 23:27 tonvoon | 5438 | 2003-02-10 18:27 tonvoon | 
| 4584 | 5439 | ||
| 4585 | * plugins/Makefile.am: Remove unnecessary getopt references and | 5440 | * plugins/Makefile.am: Remove unnecessary getopt references and | 
| 4586 | link in lib directory | 5441 | link in lib directory | 
| 4587 | 5442 | ||
| 4588 | 2003-02-10 23:26 tonvoon | 5443 | 2003-02-10 18:26 tonvoon | 
| 4589 | 5444 | ||
| 4590 | * configure.in: Removing checks for getopt.h - now always | 5445 | * configure.in: Removing checks for getopt.h - now always | 
| 4591 | available. Also support lib dir | 5446 | available. Also support lib dir | 
| 4592 | 5447 | ||
| 4593 | 2003-02-10 23:24 tonvoon | 5448 | 2003-02-10 18:24 tonvoon | 
| 4594 | 5449 | ||
| 4595 | * Makefile.am: Adding lib directory for getopts change | 5450 | * Makefile.am: Adding lib directory for getopts change | 
| 4596 | 5451 | ||
| 4597 | 2003-02-10 23:08 tonvoon | 5452 | 2003-02-10 18:08 tonvoon | 
| 4598 | 5453 | ||
| 4599 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | 5454 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | 
| 4600 | 5455 | ||
| 4601 | 2003-02-10 18:36 undrgrid | 5456 | 2003-02-10 13:36 undrgrid | 
| 4602 | 5457 | ||
| 4603 | * plugins/check_ssh.c: Added argc checks before attempting to | 5458 | * plugins/check_ssh.c: Added argc checks before attempting to | 
| 4604 | access argv[] | 5459 | access argv[] | 
| 4605 | 5460 | ||
| 4606 | Corrected return codes and output | 5461 | Corrected return codes and output | 
| 4607 | 5462 | ||
| 4608 | 2003-02-10 14:18 undrgrid | 5463 | 2003-02-10 09:18 undrgrid | 
| 4609 | 5464 | ||
| 4610 | * plugins/check_ssh.c: Revised code to use resolving and connection | 5465 | * plugins/check_ssh.c: Revised code to use resolving and connection | 
| 4611 | code in utils.c and netutils.c rather than its own functions. | 5466 | code in utils.c and netutils.c rather than its own functions. | 
| 4612 | Corrected code to properly handle input of server hostname and | 5467 | Corrected code to properly handle input of server hostname and | 
| 4613 | port on commandline without option flags. | 5468 | port on commandline without option flags. | 
| 4614 | 5469 | ||
| 4615 | 2003-02-10 04:49 kdebisschop | 5470 | 2003-02-09 23:49 kdebisschop | 
| 4616 | 5471 | ||
| 4617 | * contrib/check_fping_in.c: this plugin is in core as check_fping | 5472 | * contrib/check_fping_in.c: this plugin is in core as check_fping | 
| 4618 | 5473 | ||
| 4619 | 2003-02-09 18:59 undrgrid | 5474 | 2003-02-09 13:59 undrgrid | 
| 4620 | 5475 | ||
| 4621 | * tools/setup: Reordered program calls so autoheader was called | 5476 | * tools/setup: Reordered program calls so autoheader was called | 
| 4622 | before automake thus getting rid of errors for header files not | 5477 | before automake thus getting rid of errors for header files not | 
| 4623 | being present when automake was called. Also puts it inline with | 5478 | being present when automake was called. Also puts it inline with | 
| 4624 | documentation in INSTALL & INSTALLING | 5479 | documentation in INSTALL & INSTALLING | 
| 4625 | 5480 | ||
| 4626 | 2003-02-09 14:20 sghosh | 5481 | 2003-02-09 09:20 sghosh | 
| 4627 | 5482 | ||
| 4628 | * contrib/: check_adptraid.sh, check_compaq_insight.pl, | 5483 | * contrib/: check_adptraid.sh, check_compaq_insight.pl, | 
| 4629 | check_file_age.pl: new plugins | 5484 | check_file_age.pl: new plugins | 
| 4630 | 5485 | ||
| 4631 | 2003-02-09 14:18 sghosh | 5486 | 2003-02-09 09:18 sghosh | 
| 4632 | 5487 | ||
| 4633 | * contrib/: README.TXT, readme.txt: file rename | 5488 | * contrib/: README.TXT, readme.txt: file rename | 
| 4634 | 5489 | ||
| 4635 | 2003-02-09 14:16 sghosh | 5490 | 2003-02-09 09:16 sghosh | 
| 4636 | 5491 | ||
| 4637 | * contrib/: check_remote_nagios_status.pl, check_wins.pl, | 5492 | * contrib/: check_remote_nagios_status.pl, check_wins.pl, | 
| 4638 | sched_downtime.pl: more contribs | 5493 | sched_downtime.pl: more contribs | 
| 4639 | 5494 | ||
| 4640 | 2003-02-09 14:03 sghosh | 5495 | 2003-02-09 09:03 sghosh | 
| 4641 | 5496 | ||
| 4642 | * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: | 5497 | * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: | 
| 4643 | new version | 5498 | new version | 
| 4644 | 5499 | ||
| 4645 | 2003-02-09 12:54 kdebisschop | 5500 | 2003-02-09 07:54 kdebisschop | 
| 4646 | 5501 | ||
| 4647 | * CODING, README: spell check | 5502 | * CODING, README: spell check | 
| 4648 | 5503 | ||
| 4649 | 2003-02-09 12:36 kdebisschop | 5504 | 2003-02-09 07:36 kdebisschop | 
| 4650 | 5505 | ||
| 4651 | * FAQ: spell check | 5506 | * FAQ: spell check | 
| 4652 | 5507 | ||
| 4653 | 2003-02-09 12:17 sghosh | 5508 | 2003-02-09 07:17 sghosh | 
| 4654 | 5509 | ||
| 4655 | * SUPPORT: ispell | 5510 | * SUPPORT: ispell | 
| 4656 | 5511 | ||
| 4657 | 2003-02-08 06:00 kdebisschop | 5512 | 2003-02-08 01:00 kdebisschop | 
| 4658 | 5513 | ||
| 4659 | * plugins/check_pgsql.c: use enum instead of define | 5514 | * plugins/check_pgsql.c: use enum instead of define | 
| 4660 | 5515 | ||
| 4661 | 2003-02-08 05:58 kdebisschop | 5516 | 2003-02-08 00:58 kdebisschop | 
| 4662 | 5517 | ||
| 4663 | * FAQ: add item on submitting new plugins | 5518 | * FAQ: add item on submitting new plugins | 
| 4664 | 5519 | ||
| 4665 | 2003-02-08 05:57 kdebisschop | 5520 | 2003-02-08 00:57 kdebisschop | 
| 4666 | 5521 | ||
| 4667 | * SUPPORT: suggest minimum standards for support requests | 5522 | * SUPPORT: suggest minimum standards for support requests | 
| 4668 | 5523 | ||
| 4669 | 2003-02-08 05:32 kdebisschop | 5524 | 2003-02-08 00:32 kdebisschop | 
| 4670 | 5525 | ||
| 4671 | * plugins/check_http.c: submit request with one send | 5526 | * plugins/check_http.c: submit request with one send | 
| 4672 | 5527 | ||
| 4673 | 2003-02-05 05:59 kdebisschop | 5528 | 2003-02-05 00:59 kdebisschop | 
| 4674 | 5529 | ||
| 4675 | * configure.in: fix for SSL build on RedHat rawhide | 5530 | * configure.in: fix for SSL build on RedHat rawhide | 
| 4676 | 5531 | ||
| 4677 | 2003-02-05 05:58 kdebisschop | 5532 | 2003-02-05 00:58 kdebisschop | 
| 4678 | 5533 | ||
| 4679 | * plugins/check_dns.c: allow check to proceed using servers from | 5534 | * plugins/check_dns.c: allow check to proceed using servers from | 
| 4680 | resolv.conf | 5535 | resolv.conf | 
| 4681 | 5536 | ||
| 4682 | 2003-02-05 05:57 kdebisschop | 5537 | 2003-02-05 00:57 kdebisschop | 
| 4683 | 5538 | ||
| 4684 | * plugins/check_http.c: fix segfault due to bad asprintf invocation | 5539 | * plugins/check_http.c: fix segfault due to bad asprintf invocation | 
| 4685 | 5540 | ||
| 4686 | 2003-02-04 06:24 sghosh | 5541 | 2003-02-04 01:24 sghosh | 
| 4687 | 5542 | ||
| 4688 | * plugins-scripts/Makefile.am: install user:grp perms [patch | 5543 | * plugins-scripts/Makefile.am: install user:grp perms [patch | 
| 4689 | 679703 -Detlef Boehm] | 5544 | 679703 -Detlef Boehm] | 
| 4690 | 5545 | ||
| 4691 | 2003-02-04 06:16 sghosh | 5546 | 2003-02-04 01:16 sghosh | 
| 4692 | 5547 | ||
| 4693 | * plugins-scripts/check_flexlm.pl: lmstat output update | 5548 | * plugins-scripts/check_flexlm.pl: lmstat output update | 
| 4694 | 5549 | ||
| 4695 | 2003-02-04 05:54 sghosh | 5550 | 2003-02-04 00:54 sghosh | 
| 4696 | 5551 | ||
| 4697 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds | 5552 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds | 
| 4698 | 5553 | ||
| 4699 | 2003-02-03 21:43 tonvoon | 5554 | 2003-02-03 16:43 tonvoon | 
| 4700 | 5555 | ||
| 4701 | * plugins/check_snmp.c: Avoid core dump with null or invalid data | 5556 | * plugins/check_snmp.c: Avoid core dump with null or invalid data | 
| 4702 | (679400 - Mathieu Masseboeuf) | 5557 | (679400 - Mathieu Masseboeuf) | 
| 4703 | 5558 | ||
| 4704 | 2003-02-03 21:33 tonvoon | 5559 | 2003-02-03 16:33 tonvoon | 
| 4705 | 5560 | ||
| 4706 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton | 5561 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton | 
| 4707 | Voon) | 5562 | Voon) | 
| 4708 | 5563 | ||
| 4709 | 2003-02-03 20:43 sghosh | 5564 | 2003-02-03 15:43 sghosh | 
| 4710 | 5565 | ||
| 4711 | * contrib/tarballs/check_cit.tgz: Citrix plugin | 5566 | * contrib/tarballs/check_cit.tgz: Citrix plugin | 
| 4712 | 5567 | ||
| 4713 | 2003-02-03 20:35 sghosh | 5568 | 2003-02-03 15:35 sghosh | 
| 4714 | 5569 | ||
| 4715 | * command.cfg.in: more sample command configurations | 5570 | * command.cfg.in: more sample command configurations | 
| 4716 | 5571 | ||
| 4717 | 2003-02-03 20:29 sghosh | 5572 | 2003-02-03 15:29 sghosh | 
| 4718 | 5573 | ||
| 4719 | * configure.in, plugins-scripts/check_ntp.pl, | 5574 | * configure.in, plugins-scripts/check_ntp.pl, | 
| 4720 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan | 5575 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan | 
| 4721 | Rozes,Thomas Schimpke, bug-656237 ) | 5576 | Rozes,Thomas Schimpke, bug-656237 ) | 
| 4722 | 5577 | ||
| 4723 | 2003-02-03 15:47 sghosh | 5578 | 2003-02-03 10:47 sghosh | 
| 4724 | 5579 | ||
| 4725 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate | 5580 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate | 
| 4726 | (James Fidell) | 5581 | (James Fidell) | 
| 4727 | 5582 | ||
| 4728 | 2003-02-03 05:29 sghosh | 5583 | 2003-02-03 00:29 sghosh | 
| 4729 | 5584 | ||
| 4730 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] | 5585 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] | 
| 4731 | 5586 | ||
| 4732 | 2003-02-03 05:07 sghosh | 5587 | 2003-02-03 00:07 sghosh | 
| 4733 | 5588 | ||
| 4734 | * plugins/check_hpjd.c: added default community [bug-patch #600349 | 5589 | * plugins/check_hpjd.c: added default community [bug-patch #600349 | 
| 4735 | jbaumgartner] | 5590 | jbaumgartner] | 
| 4736 | 5591 | ||
| 4737 | 2003-01-31 18:40 tonvoon | 5592 | 2003-01-31 13:40 tonvoon | 
| 4738 | 5593 | ||
| 4739 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug | 5594 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug | 
| 4740 | 677803 - Matthew Brown) | 5595 | 677803 - Matthew Brown) | 
| 4741 | 5596 | ||
| 4742 | 2003-01-31 18:36 tonvoon | 5597 | 2003-01-31 13:36 tonvoon | 
| 4743 | 5598 | ||
| 4744 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% | 5599 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% | 
| 4745 | problem with -l flag. | 5600 | problem with -l flag. | 
| 4746 | 5601 | ||
| 4747 | 2003-01-31 01:26 tonvoon | 5602 | 2003-01-30 20:26 tonvoon | 
| 4748 | 5603 | ||
| 4749 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. | 5604 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. | 
| 4750 | Replaced with original check_nt.c to minimise amount of changes | 5605 | Replaced with original check_nt.c to minimise amount of changes | 
| 4751 | (reported by Reuben Farrelly) | 5606 | (reported by Reuben Farrelly) | 
| 4752 | 5607 | ||
| 4753 | 2003-01-30 23:18 tonvoon | 5608 | 2003-01-30 18:18 tonvoon | 
| 4754 | 5609 | ||
| 4755 | * plugins/check_nt.c: Added reference to the official NSClient web | 5610 | * plugins/check_nt.c: Added reference to the official NSClient web | 
| 4756 | site | 5611 | site | 
| 4757 | 5612 | ||
| 4758 | 2003-01-30 22:57 tonvoon | 5613 | 2003-01-30 17:57 tonvoon | 
| 4759 | 5614 | ||
| 4760 | * plugins/check_swap.c: Fixed long --allswap option | 5615 | * plugins/check_swap.c: Fixed long --allswap option | 
| 4761 | 5616 | ||
| 4762 | 2003-01-30 22:55 tonvoon | 5617 | 2003-01-30 17:55 tonvoon | 
| 4763 | 5618 | ||
| 4764 | * plugins/check_procs.c: Fixed progname | 5619 | * plugins/check_procs.c: Fixed progname | 
| 4765 | 5620 | ||
| 4766 | 2003-01-29 20:57 tonvoon | 5621 | 2003-01-29 15:57 tonvoon | 
| 4767 | 5622 | ||
| 4768 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - | 5623 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - | 
| 4769 | Paul Dlug) | 5624 | Paul Dlug) | 
| 4770 | 5625 | ||
| 4771 | 2003-01-29 20:47 tonvoon | 5626 | 2003-01-29 15:47 tonvoon | 
| 4772 | 5627 | ||
| 4773 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check | 5628 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check | 
| 4774 | (621567 - John Marquart) | 5629 | (621567 - John Marquart) | 
| 4775 | 5630 | ||
| 4776 | 2003-01-29 20:33 tonvoon | 5631 | 2003-01-29 15:33 tonvoon | 
| 4777 | 5632 | ||
| 4778 | * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug | 5633 | * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug | 
| 4779 | 646516 | 5634 | 646516 | 
| 4780 | 5635 | ||
| 4781 | 2003-01-29 06:38 kdebisschop | 5636 | 2003-01-29 01:38 kdebisschop | 
| 4782 | 5637 | ||
| 4783 | * plugins/check_mysql.c: remove incorrect check_disk() declaration | 5638 | * plugins/check_mysql.c: remove incorrect check_disk() declaration | 
| 4784 | 5639 | ||
| 4785 | 2003-01-29 06:16 kdebisschop | 5640 | 2003-01-29 01:16 kdebisschop | 
| 4786 | 5641 | ||
| 4787 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b | 5642 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b | 
| 4788 | options are not supplied | 5643 | options are not supplied | 
| 4789 | 5644 | ||
| 4790 | 2003-01-29 06:15 kdebisschop | 5645 | 2003-01-29 01:15 kdebisschop | 
| 4791 | 5646 | ||
| 4792 | * plugins/check_by_ssh.c: 1.8 | 5647 | * plugins/check_by_ssh.c: 1.8 | 
| 4793 | 5648 | ||
| 4794 | 2003-01-29 05:55 tonvoon | 5649 | 2003-01-29 00:55 tonvoon | 
| 4795 | 5650 | ||
| 4796 | * plugins/check_http.c: Better error if server requests client | 5651 | * plugins/check_http.c: Better error if server requests client | 
| 4797 | based certificate (609382 - Olaf Greis) | 5652 | based certificate (609382 - Olaf Greis) | 
| 4798 | 5653 | ||
| 4799 | 2003-01-29 05:27 tonvoon | 5654 | 2003-01-29 00:27 tonvoon | 
| 4800 | 5655 | ||
| 4801 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan | 5656 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan | 
| 4802 | Cameron-Smith) | 5657 | Cameron-Smith) | 
| 4803 | 5658 | ||
| 4804 | 2003-01-29 05:10 tonvoon | 5659 | 2003-01-29 00:10 tonvoon | 
| 4805 | 5660 | ||
| 4806 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - | 5661 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - | 
| 4807 | Ton Voon) | 5662 | Ton Voon) | 
| 4808 | 5663 | ||
| 4809 | 2003-01-29 04:28 tonvoon | 5664 | 2003-01-28 23:28 tonvoon | 
| 4810 | 5665 | ||
| 4811 | * plugins/check_vsz.c: Error when no params passed, better invalid | 5666 | * plugins/check_vsz.c: Error when no params passed, better invalid | 
| 4812 | params message (652086 - Ton Voon) | 5667 | params message (652086 - Ton Voon) | 
| 4813 | 5668 | ||
| 4814 | 2003-01-29 04:11 tonvoon | 5669 | 2003-01-28 23:11 tonvoon | 
| 4815 | 5670 | ||
| 4816 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - | 5671 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - | 
| 4817 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) | 5672 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) | 
| 4818 | 5673 | ||
| 4819 | 2003-01-28 07:44 kdebisschop | 5674 | 2003-01-28 02:44 kdebisschop | 
| 4820 | 5675 | ||
| 4821 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for | 5676 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for | 
| 4822 | testing | 5677 | testing | 
| 4823 | 5678 | ||
| 4824 | 2003-01-28 07:42 kdebisschop | 5679 | 2003-01-28 02:42 kdebisschop | 
| 4825 | 5680 | ||
| 4826 | * plugins/check_real.c: make sure host_name is set and remove NULL | 5681 | * plugins/check_real.c: make sure host_name is set and remove NULL | 
| 4827 | string inits that can lead to segfaults | 5682 | string inits that can lead to segfaults | 
| 4828 | 5683 | ||
| 4829 | 2003-01-28 07:26 kdebisschop | 5684 | 2003-01-28 02:26 kdebisschop | 
| 4830 | 5685 | ||
| 4831 | * plugins/check_mysql.c: missed argc check on port parameter | 5686 | * plugins/check_mysql.c: missed argc check on port parameter | 
| 4832 | 5687 | ||
| 4833 | 2003-01-28 07:17 kdebisschop | 5688 | 2003-01-28 02:17 kdebisschop | 
| 4834 | 5689 | ||
| 4835 | * contrib/checkciscotemp.pl: split and validate input more robustly | 5690 | * contrib/checkciscotemp.pl: split and validate input more robustly | 
| 4836 | 5691 | ||
| 4837 | 2003-01-28 07:15 kdebisschop | 5692 | 2003-01-28 02:15 kdebisschop | 
| 4838 | 5693 | ||
| 4839 | * plugins/check_http.c: remove NULL string inits that can lead to | 5694 | * plugins/check_http.c: remove NULL string inits that can lead to | 
| 4840 | segfaults | 5695 | segfaults | 
| 4841 | 5696 | ||
| 4842 | 2003-01-28 00:32 tonvoon | 5697 | 2003-01-27 19:32 tonvoon | 
| 4843 | 5698 | ||
| 4844 | * configure.in: ps support for Darwin / MacOSX | 5699 | * configure.in: ps support for Darwin / MacOSX | 
| 4845 | 5700 | ||
| 4846 | 2003-01-27 11:53 kdebisschop | 5701 | 2003-01-27 06:53 kdebisschop | 
| 4847 | 5702 | ||
| 4848 | * plugins/check_http.c: do not pass host if none is provided | 5703 | * plugins/check_http.c: do not pass host if none is provided | 
| 4849 | 5704 | ||
| 4850 | 2003-01-27 06:04 kdebisschop | 5705 | 2003-01-27 01:04 kdebisschop | 
| 4851 | 5706 | ||
| 4852 | * plugins/check_http.c: we were sending extra CRLF | 5707 | * plugins/check_http.c: we were sending extra CRLF | 
| 4853 | 5708 | ||
| 4854 | 2003-01-19 06:34 kdebisschop | 5709 | 2003-01-19 01:34 kdebisschop | 
| 4855 | 5710 | ||
| 4856 | * plugins-scripts/check_rpc.pl: indicate new default state in | 5711 | * plugins-scripts/check_rpc.pl: indicate new default state in | 
| 4857 | get_rpcinfo, also fix a bunch of indents for consistent format | 5712 | get_rpcinfo, also fix a bunch of indents for consistent format | 
| 4858 | 5713 | ||
| 4859 | 2003-01-17 05:56 sghosh | 5714 | 2003-01-17 00:56 sghosh | 
| 4860 | 5715 | ||
| 4861 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c | 5716 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c | 
| 4862 | initialization | 5717 | initialization | 
| 4863 | 5718 | ||
| 4864 | 2003-01-17 05:37 sghosh | 5719 | 2003-01-17 00:37 sghosh | 
| 4865 | 5720 | ||
| 4866 | * plugins/check_snmp.c: Counter32 tag parsing added | 5721 | * plugins/check_snmp.c: Counter32 tag parsing added | 
| 4867 | 5722 | ||
| 4868 | 2003-01-16 06:42 kdebisschop | 5723 | 2003-01-16 01:42 kdebisschop | 
| 4869 | 5724 | ||
| 4870 | * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where | 5725 | * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where | 
| 4871 | progname define was replaced | 5726 | progname define was replaced | 
| 4872 | 5727 | ||
| 4873 | 2003-01-16 06:29 kdebisschop | 5728 | 2003-01-16 01:29 kdebisschop | 
| 4874 | 5729 | ||
| 4875 | * plugins/check_http.c: add option to let regex span newlines | 5730 | * plugins/check_http.c: add option to let regex span newlines | 
| 4876 | 5731 | ||
| 4877 | 2003-01-16 06:28 kdebisschop | 5732 | 2003-01-16 01:28 kdebisschop | 
| 4878 | 5733 | ||
| 4879 | * plugins/check_game.c: progname and print_usage need to be defined | 5734 | * plugins/check_game.c: progname and print_usage need to be defined | 
| 4880 | 5735 | ||
| 4881 | 2003-01-16 06:22 kdebisschop | 5736 | 2003-01-16 01:22 kdebisschop | 
| 4882 | 5737 | ||
| 4883 | * plugins/check_radius.c: semicolon needed where praogname define | 5738 | * plugins/check_radius.c: semicolon needed where praogname define | 
| 4884 | was replced | 5739 | was replced | 
| 4885 | 5740 | ||
| 4886 | 2003-01-16 06:10 kdebisschop | 5741 | 2003-01-16 01:10 kdebisschop | 
| 4887 | 5742 | ||
| 4888 | * plugins/check_hpjd.c: semicolon needed where praogname define was | 5743 | * plugins/check_hpjd.c: semicolon needed where praogname define was | 
| 4889 | replced | 5744 | replced | 
| 4890 | 5745 | ||
| 4891 | 2003-01-16 05:22 kdebisschop | 5746 | 2003-01-16 00:22 kdebisschop | 
| 4892 | 5747 | ||
| 4893 | * configure.in: find kerberos libs in latest Red Hat beta | 5748 | * configure.in: find kerberos libs in latest Red Hat beta | 
| 4894 | 5749 | ||
| 4895 | 2003-01-16 05:21 kdebisschop | 5750 | 2003-01-16 00:21 kdebisschop | 
| 4896 | 5751 | ||
| 4897 | * plugins/utils.c: restore max() macro | 5752 | * plugins/utils.c: restore max() macro | 
| 4898 | 5753 | ||
| 4899 | 2003-01-16 05:20 kdebisschop | 5754 | 2003-01-16 00:20 kdebisschop | 
| 4900 | 5755 | ||
| 4901 | * plugins/check_tcp.c: cleanup progname assignment | 5756 | * plugins/check_tcp.c: cleanup progname assignment | 
| 4902 | 5757 | ||
| 4903 | 2003-01-16 05:19 kdebisschop | 5758 | 2003-01-16 00:19 kdebisschop | 
| 4904 | 5759 | ||
| 4905 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for | 5760 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for | 
| 4906 | users | 5761 | users | 
| 4907 | 5762 | ||
| 4908 | 2003-01-16 05:17 kdebisschop | 5763 | 2003-01-16 00:17 kdebisschop | 
| 4909 | 5764 | ||
| 4910 | * plugins/check_by_ssh.c: avoid segfault when host is not given | 5765 | * plugins/check_by_ssh.c: avoid segfault when host is not given | 
| 4911 | 5766 | ||
| 4912 | 2003-01-13 12:21 kdebisschop | 5767 | 2003-01-13 07:21 kdebisschop | 
| 4913 | 5768 | ||
| 4914 | * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert | 5769 | * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert | 
| 4915 | PROGANE from a define to a const char | 5770 | PROGANE from a define to a const char | 
| 4916 | 5771 | ||
| 4917 | 2003-01-13 12:15 kdebisschop | 5772 | 2003-01-13 07:15 kdebisschop | 
| 4918 | 5773 | ||
| 4919 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 5774 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 
| 4920 | check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, | 5775 | check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, | 
| @@ -4927,438 +5782,438 @@ | |||
| 4927 | utils.c, utils.h.in: convert PROGANE from a define to a const | 5782 | utils.c, utils.h.in: convert PROGANE from a define to a const | 
| 4928 | char | 5783 | char | 
| 4929 | 5784 | ||
| 4930 | 2003-01-13 12:13 kdebisschop | 5785 | 2003-01-13 07:13 kdebisschop | 
| 4931 | 5786 | ||
| 4932 | * plugins/popen.c: change exit status to be POSIX compliant | 5787 | * plugins/popen.c: change exit status to be POSIX compliant | 
| 4933 | 5788 | ||
| 4934 | 2003-01-13 12:09 kdebisschop | 5789 | 2003-01-13 07:09 kdebisschop | 
| 4935 | 5790 | ||
| 4936 | * plugins/check_nagios.c: check for a few null strings, change | 5791 | * plugins/check_nagios.c: check for a few null strings, change | 
| 4937 | PROGNAME from #define to const *char | 5792 | PROGNAME from #define to const *char | 
| 4938 | 5793 | ||
| 4939 | 2003-01-13 04:50 kdebisschop | 5794 | 2003-01-12 23:50 kdebisschop | 
| 4940 | 5795 | ||
| 4941 | * plugins/check_disk.c: add options for excluding devices and for | 5796 | * plugins/check_disk.c: add options for excluding devices and for | 
| 4942 | skipping OK devices in summary | 5797 | skipping OK devices in summary | 
| 4943 | 5798 | ||
| 4944 | 2003-01-03 03:24 kdebisschop | 5799 | 2003-01-02 22:24 kdebisschop | 
| 4945 | 5800 | ||
| 4946 | * plugins/utils.c: protect against some null strings, make formats | 5801 | * plugins/utils.c: protect against some null strings, make formats | 
| 4947 | more uniform | 5802 | more uniform | 
| 4948 | 5803 | ||
| 4949 | 2002-12-19 19:30 kdebisschop | 5804 | 2002-12-19 14:30 kdebisschop | 
| 4950 | 5805 | ||
| 4951 | * plugins/check_tcp.c: expect is +OK for SPOP too | 5806 | * plugins/check_tcp.c: expect is +OK for SPOP too | 
| 4952 | 5807 | ||
| 4953 | 2002-12-19 19:29 kdebisschop | 5808 | 2002-12-19 14:29 kdebisschop | 
| 4954 | 5809 | ||
| 4955 | * plugins/check_tcp.c: server expect not getting set, expect is +OK | 5810 | * plugins/check_tcp.c: server expect not getting set, expect is +OK | 
| 4956 | for POP | 5811 | for POP | 
| 4957 | 5812 | ||
| 4958 | 2002-12-19 19:20 kdebisschop | 5813 | 2002-12-19 14:20 kdebisschop | 
| 4959 | 5814 | ||
| 4960 | * plugins/check_http.c: remove spurious CRLF | 5815 | * plugins/check_http.c: remove spurious CRLF | 
| 4961 | 5816 | ||
| 4962 | 2002-11-29 12:02 stanleyhopcroft | 5817 | 2002-11-29 07:02 stanleyhopcroft | 
| 4963 | 5818 | ||
| 4964 | * contrib/check_citrix: | 5819 | * contrib/check_citrix: | 
| 4965 | New plugin to check the ICA browse service (used by Citrix | 5820 | New plugin to check the ICA browse service (used by Citrix | 
| 4966 | Metaframe servers) from Ed Rolison and Tom De Blende. | 5821 | Metaframe servers) from Ed Rolison and Tom De Blende. | 
| 4967 | 5822 | ||
| 4968 | 2002-11-25 12:00 kdebisschop | 5823 | 2002-11-25 07:00 kdebisschop | 
| 4969 | 5824 | ||
| 4970 | * plugins/check_tcp.c: was segfaulting if no dtat was returned | 5825 | * plugins/check_tcp.c: was segfaulting if no dtat was returned | 
| 4971 | 5826 | ||
| 4972 | 2002-11-24 13:43 kdebisschop | 5827 | 2002-11-24 08:43 kdebisschop | 
| 4973 | 5828 | ||
| 4974 | * tools/snapshot: some fixes needed to move off old devel box | 5829 | * tools/snapshot: some fixes needed to move off old devel box | 
| 4975 | 5830 | ||
| 4976 | 2002-11-24 13:09 kdebisschop | 5831 | 2002-11-24 08:09 kdebisschop | 
| 4977 | 5832 | ||
| 4978 | * tools/snapshot: make routine snapshots of nagios and plugin CVS | 5833 | * tools/snapshot: make routine snapshots of nagios and plugin CVS | 
| 4979 | to expand testing | 5834 | to expand testing | 
| 4980 | 5835 | ||
| 4981 | 2002-11-22 10:52 kdebisschop | 5836 | 2002-11-22 05:52 kdebisschop | 
| 4982 | 5837 | ||
| 4983 | * plugins/check_ups.c: add replace battery condition, replace | 5838 | * plugins/check_ups.c: add replace battery condition, replace | 
| 4984 | unchecked strcat calls with asprintf (I do not think buffer | 5839 | unchecked strcat calls with asprintf (I do not think buffer | 
| 4985 | overflow was possible here, but lets be consistent) | 5840 | overflow was possible here, but lets be consistent) | 
| 4986 | 5841 | ||
| 4987 | 2002-11-22 02:46 kdebisschop | 5842 | 2002-11-21 21:46 kdebisschop | 
| 4988 | 5843 | ||
| 4989 | * configure.in: get long args output to work on check_procs by | 5844 | * configure.in: get long args output to work on check_procs by | 
| 4990 | putting incantations with -w ahead of others | 5845 | putting incantations with -w ahead of others | 
| 4991 | 5846 | ||
| 4992 | 2002-11-22 02:33 kdebisschop | 5847 | 2002-11-21 21:33 kdebisschop | 
| 4993 | 5848 | ||
| 4994 | * configure.in: get long args output to work on linux check_procs, | 5849 | * configure.in: get long args output to work on linux check_procs, | 
| 4995 | actually works this time (needs OpenBSD testing) | 5850 | actually works this time (needs OpenBSD testing) | 
| 4996 | 5851 | ||
| 4997 | 2002-11-22 01:33 kdebisschop | 5852 | 2002-11-21 20:33 kdebisschop | 
| 4998 | 5853 | ||
| 4999 | * plugins/check_procs.c: add a few comments, trap a few place where | 5854 | * plugins/check_procs.c: add a few comments, trap a few place where | 
| 5000 | a NULL string might have been handled | 5855 | a NULL string might have been handled | 
| 5001 | 5856 | ||
| 5002 | 2002-11-22 01:31 kdebisschop | 5857 | 2002-11-21 20:31 kdebisschop | 
| 5003 | 5858 | ||
| 5004 | * configure.in: get long args output to work on linux check_procs | 5859 | * configure.in: get long args output to work on linux check_procs | 
| 5005 | (needs OpenBSD testing) | 5860 | (needs OpenBSD testing) | 
| 5006 | 5861 | ||
| 5007 | 2002-11-21 12:40 kdebisschop | 5862 | 2002-11-21 07:40 kdebisschop | 
| 5008 | 5863 | ||
| 5009 | * plugins/check_dig.c: fix empty output on errors | 5864 | * plugins/check_dig.c: fix empty output on errors | 
| 5010 | 5865 | ||
| 5011 | 2002-11-20 11:56 kdebisschop | 5866 | 2002-11-20 06:56 kdebisschop | 
| 5012 | 5867 | ||
| 5013 | * plugins/check_swap.c: add switch to evaluate each swap | 5868 | * plugins/check_swap.c: add switch to evaluate each swap | 
| 5014 | individually | 5869 | individually | 
| 5015 | 5870 | ||
| 5016 | 2002-11-20 11:28 kdebisschop | 5871 | 2002-11-20 06:28 kdebisschop | 
| 5017 | 5872 | ||
| 5018 | * plugins/check_dig.c: fix solaris SEGV, still need to print | 5873 | * plugins/check_dig.c: fix solaris SEGV, still need to print | 
| 5019 | meaningful error text | 5874 | meaningful error text | 
| 5020 | 5875 | ||
| 5021 | 2002-11-20 01:19 kdebisschop | 5876 | 2002-11-19 20:19 kdebisschop | 
| 5022 | 5877 | ||
| 5023 | * plugins/check_by_ssh.c: in short options, t no no argument | 5878 | * plugins/check_by_ssh.c: in short options, t no no argument | 
| 5024 | 5879 | ||
| 5025 | 2002-11-20 01:09 kdebisschop | 5880 | 2002-11-19 20:09 kdebisschop | 
| 5026 | 5881 | ||
| 5027 | * plugins/check_dig.c: replace some strcpy with strscpy | 5882 | * plugins/check_dig.c: replace some strcpy with strscpy | 
| 5028 | 5883 | ||
| 5029 | 2002-11-19 19:13 kdebisschop | 5884 | 2002-11-19 14:13 kdebisschop | 
| 5030 | 5885 | ||
| 5031 | * plugins/Makefile.am: another try at portable symlinking | 5886 | * plugins/Makefile.am: another try at portable symlinking | 
| 5032 | 5887 | ||
| 5033 | 2002-11-19 19:07 kdebisschop | 5888 | 2002-11-19 14:07 kdebisschop | 
| 5034 | 5889 | ||
| 5035 | * plugins/Makefile.am: another try at portable symlinking | 5890 | * plugins/Makefile.am: another try at portable symlinking | 
| 5036 | 5891 | ||
| 5037 | 2002-11-19 19:06 kdebisschop | 5892 | 2002-11-19 14:06 kdebisschop | 
| 5038 | 5893 | ||
| 5039 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 | 5894 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 | 
| 5040 | 5895 | ||
| 5041 | 2002-11-19 07:13 kdebisschop | 5896 | 2002-11-19 02:13 kdebisschop | 
| 5042 | 5897 | ||
| 5043 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris | 5898 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris | 
| 5044 | 5899 | ||
| 5045 | 2002-11-18 21:58 sghosh | 5900 | 2002-11-18 16:58 sghosh | 
| 5046 | 5901 | ||
| 5047 | * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim | 5902 | * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim | 
| 5048 | 5903 | ||
| 5049 | 2002-11-18 14:46 sghosh | 5904 | 2002-11-18 09:46 sghosh | 
| 5050 | 5905 | ||
| 5051 | * contrib-reporting/process_perfdata.pl: New directory to for | 5906 | * contrib-reporting/process_perfdata.pl: New directory to for | 
| 5052 | perfdata and reporting scripts | 5907 | perfdata and reporting scripts | 
| 5053 | 5908 | ||
| 5054 | 2002-11-18 11:24 kdebisschop | 5909 | 2002-11-18 06:24 kdebisschop | 
| 5055 | 5910 | ||
| 5056 | * plugins/check_swap.c: test total swap instead of individual disks | 5911 | * plugins/check_swap.c: test total swap instead of individual disks | 
| 5057 | 5912 | ||
| 5058 | 2002-11-18 07:23 kdebisschop | 5913 | 2002-11-18 02:23 kdebisschop | 
| 5059 | 5914 | ||
| 5060 | * plugins/check_disk.c: failed to handle multple disks | 5915 | * plugins/check_disk.c: failed to handle multple disks | 
| 5061 | 5916 | ||
| 5062 | 2002-11-18 07:22 kdebisschop | 5917 | 2002-11-18 02:22 kdebisschop | 
| 5063 | 5918 | ||
| 5064 | * plugins/utils.c: more readable max_state() code | 5919 | * plugins/utils.c: more readable max_state() code | 
| 5065 | 5920 | ||
| 5066 | 2002-11-16 12:57 kdebisschop | 5921 | 2002-11-16 07:57 kdebisschop | 
| 5067 | 5922 | ||
| 5068 | * plugins/Makefile.am: fix too many sources problem for programs | 5923 | * plugins/Makefile.am: fix too many sources problem for programs | 
| 5069 | tha are symlinks to check_tcp | 5924 | tha are symlinks to check_tcp | 
| 5070 | 5925 | ||
| 5071 | 2002-11-16 04:59 kdebisschop | 5926 | 2002-11-15 23:59 kdebisschop | 
| 5072 | 5927 | ||
| 5073 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few | 5928 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few | 
| 5074 | comments for clarity | 5929 | comments for clarity | 
| 5075 | 5930 | ||
| 5076 | 2002-11-15 17:47 sghosh | 5931 | 2002-11-15 12:47 sghosh | 
| 5077 | 5932 | ||
| 5078 | * plugins/check_snmp.c: memory bounds in options, no output | 5933 | * plugins/check_snmp.c: memory bounds in options, no output | 
| 5079 | comparison case | 5934 | comparison case | 
| 5080 | 5935 | ||
| 5081 | 2002-11-15 04:51 kdebisschop | 5936 | 2002-11-14 23:51 kdebisschop | 
| 5082 | 5937 | ||
| 5083 | * nagios-plugins.spec.in: make spec work again, now that release is | 5938 | * nagios-plugins.spec.in: make spec work again, now that release is | 
| 5084 | in source name again | 5939 | in source name again | 
| 5085 | 5940 | ||
| 5086 | 2002-11-15 00:51 kdebisschop | 5941 | 2002-11-14 19:51 kdebisschop | 
| 5087 | 5942 | ||
| 5088 | * configure.in: release numbering fix | 5943 | * configure.in: release numbering fix | 
| 5089 | 5944 | ||
| 5090 | 2002-11-15 00:50 kdebisschop | 5945 | 2002-11-14 19:50 kdebisschop | 
| 5091 | 5946 | ||
| 5092 | * plugins/check_snmp.c: fix label handling, replace accidentally | 5947 | * plugins/check_snmp.c: fix label handling, replace accidentally | 
| 5093 | deleted elseif l.310 | 5948 | deleted elseif l.310 | 
| 5094 | 5949 | ||
| 5095 | 2002-11-14 18:25 kdebisschop | 5950 | 2002-11-14 13:25 kdebisschop | 
| 5096 | 5951 | ||
| 5097 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, | 5952 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, | 
| 5098 | plugins/utils.c: fix bug with gettimeofday test, improve | 5953 | plugins/utils.c: fix bug with gettimeofday test, improve | 
| 5099 | version/release handling, update rpm spec | 5954 | version/release handling, update rpm spec | 
| 5100 | 5955 | ||
| 5101 | 2002-11-14 18:23 kdebisschop | 5956 | 2002-11-14 13:23 kdebisschop | 
| 5102 | 5957 | ||
| 5103 | * plugins/Makefile.am: fix typo in snprintf build | 5958 | * plugins/Makefile.am: fix typo in snprintf build | 
| 5104 | 5959 | ||
| 5105 | 2002-11-14 05:36 kdebisschop | 5960 | 2002-11-14 00:36 kdebisschop | 
| 5106 | 5961 | ||
| 5107 | * plugins/Makefile.am: can't drop these sources -- neded for dist | 5962 | * plugins/Makefile.am: can't drop these sources -- neded for dist | 
| 5108 | 5963 | ||
| 5109 | 2002-11-14 05:27 kdebisschop | 5964 | 2002-11-14 00:27 kdebisschop | 
| 5110 | 5965 | ||
| 5111 | * plugins/Makefile.am: fix build rule for snprintf | 5966 | * plugins/Makefile.am: fix build rule for snprintf | 
| 5112 | 5967 | ||
| 5113 | 2002-11-14 05:25 kdebisschop | 5968 | 2002-11-14 00:25 kdebisschop | 
| 5114 | 5969 | ||
| 5115 | * plugins/check_http.c: pagesize count off by one | 5970 | * plugins/check_http.c: pagesize count off by one | 
| 5116 | 5971 | ||
| 5117 | 2002-11-14 04:45 kdebisschop | 5972 | 2002-11-13 23:45 kdebisschop | 
| 5118 | 5973 | ||
| 5119 | * plugins/check_http.c: clean up NULL from status on Solaris | 5974 | * plugins/check_http.c: clean up NULL from status on Solaris | 
| 5120 | 5975 | ||
| 5121 | 2002-11-14 04:00 kdebisschop | 5976 | 2002-11-13 23:00 kdebisschop | 
| 5122 | 5977 | ||
| 5123 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris | 5978 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris | 
| 5124 | 5979 | ||
| 5125 | 2002-11-14 03:37 kdebisschop | 5980 | 2002-11-13 22:37 kdebisschop | 
| 5126 | 5981 | ||
| 5127 | * plugins/Makefile.am: remove check_nt again | 5982 | * plugins/Makefile.am: remove check_nt again | 
| 5128 | 5983 | ||
| 5129 | 2002-11-14 03:09 kdebisschop | 5984 | 2002-11-13 22:09 kdebisschop | 
| 5130 | 5985 | ||
| 5131 | * plugins/Makefile.am: back out last change -- it was only work in | 5986 | * plugins/Makefile.am: back out last change -- it was only work in | 
| 5132 | progress | 5987 | progress | 
| 5133 | 5988 | ||
| 5134 | 2002-11-14 02:26 kdebisschop | 5989 | 2002-11-13 21:26 kdebisschop | 
| 5135 | 5990 | ||
| 5136 | * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, | 5991 | * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, | 
| 5137 | check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, | 5992 | check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, | 
| 5138 | version.h.in: remove call_getopt and ssprintf | 5993 | version.h.in: remove call_getopt and ssprintf | 
| 5139 | 5994 | ||
| 5140 | 2002-11-13 11:50 kdebisschop | 5995 | 2002-11-13 06:50 kdebisschop | 
| 5141 | 5996 | ||
| 5142 | * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, | 5997 | * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, | 
| 5143 | check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, | 5998 | check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, | 
| 5144 | urlize.c, utils.c: remove call_getopt and asprintf | 5999 | urlize.c, utils.c: remove call_getopt and asprintf | 
| 5145 | 6000 | ||
| 5146 | 2002-11-12 11:28 kdebisschop | 6001 | 2002-11-12 06:28 kdebisschop | 
| 5147 | 6002 | ||
| 5148 | * plugins/check_dig.c: cleanup asprintf, old function decls | 6003 | * plugins/check_dig.c: cleanup asprintf, old function decls | 
| 5149 | 6004 | ||
| 5150 | 2002-11-12 11:26 kdebisschop | 6005 | 2002-11-12 06:26 kdebisschop | 
| 5151 | 6006 | ||
| 5152 | * plugins/: check_mysql.c, check_real.c, check_ups.c: remove | 6007 | * plugins/: check_mysql.c, check_real.c, check_ups.c: remove | 
| 5153 | call_getopt | 6008 | call_getopt | 
| 5154 | 6009 | ||
| 5155 | 2002-11-11 22:15 sghosh | 6010 | 2002-11-11 17:15 sghosh | 
| 5156 | 6011 | ||
| 5157 | * plugins/check_snmp.c: should use asprintf | 6012 | * plugins/check_snmp.c: should use asprintf | 
| 5158 | 6013 | ||
| 5159 | 2002-11-11 20:19 sghosh | 6014 | 2002-11-11 15:19 sghosh | 
| 5160 | 6015 | ||
| 5161 | * plugins/check_snmp.c: more snmpv3 patches | 6016 | * plugins/check_snmp.c: more snmpv3 patches | 
| 5162 | 6017 | ||
| 5163 | 2002-11-11 19:29 sghosh | 6018 | 2002-11-11 14:29 sghosh | 
| 5164 | 6019 | ||
| 5165 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support | 6020 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support | 
| 5166 | (rosenauer) | 6021 | (rosenauer) | 
| 5167 | 6022 | ||
| 5168 | 2002-11-11 16:04 sghosh | 6023 | 2002-11-11 11:04 sghosh | 
| 5169 | 6024 | ||
| 5170 | * plugins/check_snmp.c: option to specify a miblist - llow | 6025 | * plugins/check_snmp.c: option to specify a miblist - llow | 
| 5171 | 6026 | ||
| 5172 | 2002-11-11 15:43 sghosh | 6027 | 2002-11-11 10:43 sghosh | 
| 5173 | 6028 | ||
| 5174 | * plugins/check_snmp.c: misc doc fix, missing verbose option | 6029 | * plugins/check_snmp.c: misc doc fix, missing verbose option | 
| 5175 | 6030 | ||
| 5176 | 2002-11-09 11:37 kdebisschop | 6031 | 2002-11-09 06:37 kdebisschop | 
| 5177 | 6032 | ||
| 5178 | * plugins/: check_ups.c, check_users.c: remove call_getopt | 6033 | * plugins/: check_ups.c, check_users.c: remove call_getopt | 
| 5179 | 6034 | ||
| 5180 | 2002-11-09 04:22 kdebisschop | 6035 | 2002-11-08 23:22 kdebisschop | 
| 5181 | 6036 | ||
| 5182 | * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, | 6037 | * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, | 
| 5183 | check_time.c: remove call_getopt | 6038 | check_time.c: remove call_getopt | 
| 5184 | 6039 | ||
| 5185 | 2002-11-09 04:21 kdebisschop | 6040 | 2002-11-08 23:21 kdebisschop | 
| 5186 | 6041 | ||
| 5187 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT | 6042 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT | 
| 5188 | 6043 | ||
| 5189 | 2002-11-09 03:43 kdebisschop | 6044 | 2002-11-08 22:43 kdebisschop | 
| 5190 | 6045 | ||
| 5191 | * configure.in: add HPUX swap, try to cleanup getopt processing | 6046 | * configure.in: add HPUX swap, try to cleanup getopt processing | 
| 5192 | 6047 | ||
| 5193 | 2002-11-09 03:39 kdebisschop | 6048 | 2002-11-08 22:39 kdebisschop | 
| 5194 | 6049 | ||
| 5195 | * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, | 6050 | * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, | 
| 5196 | utils.h.in: define and use usage3 where second part of message is | 6051 | utils.h.in: define and use usage3 where second part of message is | 
| 5197 | a an int/char | 6052 | a an int/char | 
| 5198 | 6053 | ||
| 5199 | 2002-11-09 03:16 kdebisschop | 6054 | 2002-11-08 22:16 kdebisschop | 
| 5200 | 6055 | ||
| 5201 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove | 6056 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove | 
| 5202 | from ifdef | 6057 | from ifdef | 
| 5203 | 6058 | ||
| 5204 | 2002-11-08 08:07 kdebisschop | 6059 | 2002-11-08 03:07 kdebisschop | 
| 5205 | 6060 | ||
| 5206 | * plugins/check_snmp.c: user reports NULL still getting into | 6061 | * plugins/check_snmp.c: user reports NULL still getting into | 
| 5207 | asprintf | 6062 | asprintf | 
| 5208 | 6063 | ||
| 5209 | 2002-11-08 08:06 kdebisschop | 6064 | 2002-11-08 03:06 kdebisschop | 
| 5210 | 6065 | ||
| 5211 | * plugins/check_vsz.c: remove call_getopt | 6066 | * plugins/check_vsz.c: remove call_getopt | 
| 5212 | 6067 | ||
| 5213 | 2002-11-08 07:20 kdebisschop | 6068 | 2002-11-08 02:20 kdebisschop | 
| 5214 | 6069 | ||
| 5215 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, | 6070 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, | 
| 5216 | plugins/utils.h.in: patches required to build on solaris with | 6071 | plugins/utils.h.in: patches required to build on solaris with | 
| 5217 | asprintf and gettimeofday | 6072 | asprintf and gettimeofday | 
| 5218 | 6073 | ||
| 5219 | 2002-11-08 07:18 kdebisschop | 6074 | 2002-11-08 02:18 kdebisschop | 
| 5220 | 6075 | ||
| 5221 | * plugins/: check_http.c, check_load.c, check_ping.c, | 6076 | * plugins/: check_http.c, check_load.c, check_ping.c, | 
| 5222 | check_procs.c, check_smtp.c, check_tcp.c: remove unused variables | 6077 | check_procs.c, check_smtp.c, check_tcp.c: remove unused variables | 
| 5223 | 6078 | ||
| 5224 | 2002-11-08 07:17 kdebisschop | 6079 | 2002-11-08 02:17 kdebisschop | 
| 5225 | 6080 | ||
| 5226 | * tools/oneliners: some useful onliners | 6081 | * tools/oneliners: some useful onliners | 
| 5227 | 6082 | ||
| 5228 | 2002-11-07 14:30 kdebisschop | 6083 | 2002-11-07 09:30 kdebisschop | 
| 5229 | 6084 | ||
| 5230 | * plugins/check_snmp.c: bugfixes to command format and (null) text | 6085 | * plugins/check_snmp.c: bugfixes to command format and (null) text | 
| 5231 | created by asprintf switch | 6086 | created by asprintf switch | 
| 5232 | 6087 | ||
| 5233 | 2002-11-07 07:07 kdebisschop | 6088 | 2002-11-07 02:07 kdebisschop | 
| 5234 | 6089 | ||
| 5235 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time | 6090 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time | 
| 5236 | 6091 | ||
| 5237 | 2002-11-07 07:06 kdebisschop | 6092 | 2002-11-07 02:06 kdebisschop | 
| 5238 | 6093 | ||
| 5239 | * configure.in: test snprintf function family for ifdefs in | 6094 | * configure.in: test snprintf function family for ifdefs in | 
| 5240 | snprintf.c | 6095 | snprintf.c | 
| 5241 | 6096 | ||
| 5242 | 2002-10-30 18:47 kdebisschop | 6097 | 2002-10-30 13:47 kdebisschop | 
| 5243 | 6098 | ||
| 5244 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf | 6099 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf | 
| 5245 | 6100 | ||
| 5246 | 2002-10-30 18:46 kdebisschop | 6101 | 2002-10-30 13:46 kdebisschop | 
| 5247 | 6102 | ||
| 5248 | * plugins/check_udp.c: forgot to remove call_getopt | 6103 | * plugins/check_udp.c: forgot to remove call_getopt | 
| 5249 | 6104 | ||
| 5250 | 2002-10-30 18:44 kdebisschop | 6105 | 2002-10-30 13:44 kdebisschop | 
| 5251 | 6106 | ||
| 5252 | * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt | 6107 | * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt | 
| 5253 | declaration | 6108 | declaration | 
| 5254 | 6109 | ||
| 5255 | 2002-10-30 18:29 kdebisschop | 6110 | 2002-10-30 13:29 kdebisschop | 
| 5256 | 6111 | ||
| 5257 | * plugins/check_smtp.c: remove call_getopt, fix several buffer | 6112 | * plugins/check_smtp.c: remove call_getopt, fix several buffer | 
| 5258 | overruns possible due to use of fixed size buffers | 6113 | overruns possible due to use of fixed size buffers | 
| 5259 | 6114 | ||
| 5260 | 2002-10-30 18:22 kdebisschop | 6115 | 2002-10-30 13:22 kdebisschop | 
| 5261 | 6116 | ||
| 5262 | * tools/setup: debian builds not actively maintained, so suppress | 6117 | * tools/setup: debian builds not actively maintained, so suppress | 
| 5263 | error in setup script | 6118 | error in setup script | 
| 5264 | 6119 | ||
| 5265 | 2002-10-30 05:07 sghosh | 6120 | 2002-10-30 00:07 sghosh | 
| 5266 | 6121 | ||
| 5267 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, | 6122 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, | 
| 5268 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | 6123 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | 
| 5269 | monitor mailq | 6124 | monitor mailq | 
| 5270 | 6125 | ||
| 5271 | 2002-10-28 13:05 kdebisschop | 6126 | 2002-10-28 08:05 kdebisschop | 
| 5272 | 6127 | ||
| 5273 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 6128 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 
| 5274 | check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, | 6129 | check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, | 
| 5275 | check_sensors.sh, check_wave.pl: remove pspace in shebang since | 6130 | check_sensors.sh, check_wave.pl: remove pspace in shebang since | 
| 5276 | no sequent users replied | 6131 | no sequent users replied | 
| 5277 | 6132 | ||
| 5278 | 2002-10-26 14:30 kdebisschop | 6133 | 2002-10-26 09:30 kdebisschop | 
| 5279 | 6134 | ||
| 5280 | * nagios-plugins.spec.in: release should not be in tarball name | 6135 | * nagios-plugins.spec.in: release should not be in tarball name | 
| 5281 | 6136 | ||
| 5282 | 2002-10-25 14:58 kdebisschop | 6137 | 2002-10-25 09:58 kdebisschop | 
| 5283 | 6138 | ||
| 5284 | * nagios-plugins.spec.in: tweak source macro | 6139 | * nagios-plugins.spec.in: tweak source macro | 
| 5285 | 6140 | ||
| 5286 | 2002-10-25 13:35 kdebisschop | 6141 | 2002-10-25 08:35 kdebisschop | 
| 5287 | 6142 | ||
| 5288 | * plugins/Makefile.am: remove check_nt | 6143 | * plugins/Makefile.am: remove check_nt | 
| 5289 | 6144 | ||
| 5290 | 2002-10-25 03:31 kdebisschop | 6145 | 2002-10-24 22:31 kdebisschop | 
| 5291 | 6146 | ||
| 5292 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add | 6147 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add | 
| 5293 | some Solaris pkg build support | 6148 | some Solaris pkg build support | 
| 5294 | 6149 | ||
| 5295 | 2002-10-22 10:13 kdebisschop | 6150 | 2002-10-22 05:13 kdebisschop | 
| 5296 | 6151 | ||
| 5297 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with | 6152 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with | 
| 5298 | asprintf,better server version reporting | 6153 | asprintf,better server version reporting | 
| 5299 | 6154 | ||
| 5300 | 2002-10-22 09:54 kdebisschop | 6155 | 2002-10-22 04:54 kdebisschop | 
| 5301 | 6156 | ||
| 5302 | * plugins/check_tcp.c: add check_spop | 6157 | * plugins/check_tcp.c: add check_spop | 
| 5303 | 6158 | ||
| 5304 | 2002-10-22 09:19 kdebisschop | 6159 | 2002-10-22 04:19 kdebisschop | 
| 5305 | 6160 | ||
| 5306 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with | 6161 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with | 
| 5307 | asprintf | 6162 | asprintf | 
| 5308 | 6163 | ||
| 5309 | 2002-10-22 03:57 sghosh | 6164 | 2002-10-21 22:57 sghosh | 
| 5310 | 6165 | ||
| 5311 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if | 6166 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if | 
| 5312 | named process is running | 6167 | named process is running | 
| 5313 | 6168 | ||
| 5314 | 2002-10-22 02:31 sghosh | 6169 | 2002-10-21 21:31 sghosh | 
| 5315 | 6170 | ||
| 5316 | * README, plugins/check_nt.c: check_nt is downloadable from | 6171 | * README, plugins/check_nt.c: check_nt is downloadable from | 
| 5317 | nsclient.ready2run.nl | 6172 | nsclient.ready2run.nl | 
| 5318 | 6173 | ||
| 5319 | 2002-10-21 06:04 kdebisschop | 6174 | 2002-10-21 01:04 kdebisschop | 
| 5320 | 6175 | ||
| 5321 | * plugins/check_swap.c: use asprintf instead of ssprintf | 6176 | * plugins/check_swap.c: use asprintf instead of ssprintf | 
| 5322 | 6177 | ||
| 5323 | 2002-10-21 05:36 kdebisschop | 6178 | 2002-10-21 00:36 kdebisschop | 
| 5324 | 6179 | ||
| 5325 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also | 6180 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also | 
| 5326 | build as check_ftp,check_imap,check_nntp,check_pop | 6181 | build as check_ftp,check_imap,check_nntp,check_pop | 
| 5327 | 6182 | ||
| 5328 | 2002-10-21 05:05 kdebisschop | 6183 | 2002-10-21 00:05 kdebisschop | 
| 5329 | 6184 | ||
| 5330 | * plugins/utils.c: use asprintf to do strscpy | 6185 | * plugins/utils.c: use asprintf to do strscpy | 
| 5331 | 6186 | ||
| 5332 | 2002-10-21 05:04 kdebisschop | 6187 | 2002-10-21 00:04 kdebisschop | 
| 5333 | 6188 | ||
| 5334 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and | 6189 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and | 
| 5335 | check_nntp into check_tcp | 6190 | check_nntp into check_tcp | 
| 5336 | 6191 | ||
| 5337 | 2002-10-21 05:03 kdebisschop | 6192 | 2002-10-21 00:03 kdebisschop | 
| 5338 | 6193 | ||
| 5339 | * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: | 6194 | * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: | 
| 5340 | these are all combined into check_tcp now | 6195 | these are all combined into check_tcp now | 
| 5341 | 6196 | ||
| 5342 | 2002-10-21 04:55 kdebisschop | 6197 | 2002-10-20 23:55 kdebisschop | 
| 5343 | 6198 | ||
| 5344 | * plugins/check_load.c: remove broken call_getopt | 6199 | * plugins/check_load.c: remove broken call_getopt | 
| 5345 | 6200 | ||
| 5346 | 2002-10-21 04:43 kdebisschop | 6201 | 2002-10-20 23:43 kdebisschop | 
| 5347 | 6202 | ||
| 5348 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and | 6203 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and | 
| 5349 | print_usage | 6204 | print_usage | 
| 5350 | 6205 | ||
| 5351 | 2002-10-21 04:40 kdebisschop | 6206 | 2002-10-20 23:40 kdebisschop | 
| 5352 | 6207 | ||
| 5353 | * plugins/check_pgsql.c: now we provide long opts if they do not | 6208 | * plugins/check_pgsql.c: now we provide long opts if they do not | 
| 5354 | exist | 6209 | exist | 
| 5355 | 6210 | ||
| 5356 | 2002-10-20 21:22 kdebisschop | 6211 | 2002-10-20 16:22 kdebisschop | 
| 5357 | 6212 | ||
| 5358 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was | 6213 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was | 
| 5359 | not working | 6214 | not working | 
| 5360 | 6215 | ||
| 5361 | 2002-10-20 19:49 kdebisschop | 6216 | 2002-10-20 14:49 kdebisschop | 
| 5362 | 6217 | ||
| 5363 | * plugins/check_snmp.c: change ssprintf to asprintf back out change | 6218 | * plugins/check_snmp.c: change ssprintf to asprintf back out change | 
| 5364 | at line 225 in r1.4 (values were mismatched to format string, | 6219 | at line 225 in r1.4 (values were mismatched to format string, | 
| @@ -5370,607 +6225,607 @@ | |||
| 5370 | display should be sensible to PHBs so long as there's no real | 6225 | display should be sensible to PHBs so long as there's no real | 
| 5371 | loss) | 6226 | loss) | 
| 5372 | 6227 | ||
| 5373 | 2002-10-18 07:41 kdebisschop | 6228 | 2002-10-18 02:41 kdebisschop | 
| 5374 | 6229 | ||
| 5375 | * plugins/check_swap.c: remove old call_getopt | 6230 | * plugins/check_swap.c: remove old call_getopt | 
| 5376 | 6231 | ||
| 5377 | 2002-10-18 06:55 kdebisschop | 6232 | 2002-10-18 01:55 kdebisschop | 
| 5378 | 6233 | ||
| 5379 | * plugins/check_load.c: remove old call_getopt code, fix bug taking | 6234 | * plugins/check_load.c: remove old call_getopt code, fix bug taking | 
| 5380 | single float, allow colon as separators in additin to commas | 6235 | single float, allow colon as separators in additin to commas | 
| 5381 | 6236 | ||
| 5382 | 2002-10-18 05:41 kdebisschop | 6237 | 2002-10-18 00:41 kdebisschop | 
| 5383 | 6238 | ||
| 5384 | * plugins/utils.c: handle null src in strscat | 6239 | * plugins/utils.c: handle null src in strscat | 
| 5385 | 6240 | ||
| 5386 | 2002-10-18 04:48 kdebisschop | 6241 | 2002-10-17 23:48 kdebisschop | 
| 5387 | 6242 | ||
| 5388 | * plugins/check_tcp.c: millisecond timing | 6243 | * plugins/check_tcp.c: millisecond timing | 
| 5389 | 6244 | ||
| 5390 | 2002-10-18 04:46 kdebisschop | 6245 | 2002-10-17 23:46 kdebisschop | 
| 5391 | 6246 | ||
| 5392 | * plugins/utils.h.in: refine STD_LONG_OPTS | 6247 | * plugins/utils.h.in: refine STD_LONG_OPTS | 
| 5393 | 6248 | ||
| 5394 | 2002-10-18 04:46 kdebisschop | 6249 | 2002-10-17 23:46 kdebisschop | 
| 5395 | 6250 | ||
| 5396 | * plugins/check_http.c: provide on more decimal point printing time | 6251 | * plugins/check_http.c: provide on more decimal point printing time | 
| 5397 | 6252 | ||
| 5398 | 2002-10-18 04:45 kdebisschop | 6253 | 2002-10-17 23:45 kdebisschop | 
| 5399 | 6254 | ||
| 5400 | * plugins/check_ping.c: remove broken call_getopt stuff | 6255 | * plugins/check_ping.c: remove broken call_getopt stuff | 
| 5401 | 6256 | ||
| 5402 | 2002-10-17 07:09 kdebisschop | 6257 | 2002-10-17 02:09 kdebisschop | 
| 5403 | 6258 | ||
| 5404 | * plugins/check_tcp.c: using asprintf | 6259 | * plugins/check_tcp.c: using asprintf | 
| 5405 | 6260 | ||
| 5406 | 2002-10-17 07:06 kdebisschop | 6261 | 2002-10-17 02:06 kdebisschop | 
| 5407 | 6262 | ||
| 5408 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is | 6263 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is | 
| 5409 | remved from CVS | 6264 | remved from CVS | 
| 5410 | 6265 | ||
| 5411 | 2002-10-16 23:26 kdebisschop | 6266 | 2002-10-16 18:26 kdebisschop | 
| 5412 | 6267 | ||
| 5413 | * configure.in: need some quoting on ifdef | 6268 | * configure.in: need some quoting on ifdef | 
| 5414 | 6269 | ||
| 5415 | 2002-10-16 23:17 kdebisschop | 6270 | 2002-10-16 18:17 kdebisschop | 
| 5416 | 6271 | ||
| 5417 | * acinclude.m4, configure.in: finally a working fix for | 6272 | * acinclude.m4, configure.in: finally a working fix for | 
| 5418 | AM/AC_FUNC_STRTOD nightmare | 6273 | AM/AC_FUNC_STRTOD nightmare | 
| 5419 | 6274 | ||
| 5420 | 2002-10-16 23:01 kdebisschop | 6275 | 2002-10-16 18:01 kdebisschop | 
| 5421 | 6276 | ||
| 5422 | * configure.in: mismatched quote | 6277 | * configure.in: mismatched quote | 
| 5423 | 6278 | ||
| 5424 | 2002-10-16 22:54 kdebisschop | 6279 | 2002-10-16 17:54 kdebisschop | 
| 5425 | 6280 | ||
| 5426 | * configure.in: missing commas | 6281 | * configure.in: missing commas | 
| 5427 | 6282 | ||
| 5428 | 2002-10-16 22:46 kdebisschop | 6283 | 2002-10-16 17:46 kdebisschop | 
| 5429 | 6284 | ||
| 5430 | * configure.in: complains on paren in comment | 6285 | * configure.in: complains on paren in comment | 
| 5431 | 6286 | ||
| 5432 | 2002-10-16 22:43 kdebisschop | 6287 | 2002-10-16 17:43 kdebisschop | 
| 5433 | 6288 | ||
| 5434 | * acinclude.m4: lost a paren | 6289 | * acinclude.m4: lost a paren | 
| 5435 | 6290 | ||
| 5436 | 2002-10-16 22:41 kdebisschop | 6291 | 2002-10-16 17:41 kdebisschop | 
| 5437 | 6292 | ||
| 5438 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed | 6293 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed | 
| 5439 | AC_FUNC_STRTOD | 6294 | AC_FUNC_STRTOD | 
| 5440 | 6295 | ||
| 5441 | 2002-10-16 22:32 kdebisschop | 6296 | 2002-10-16 17:32 kdebisschop | 
| 5442 | 6297 | ||
| 5443 | * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg | 6298 | * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg | 
| 5444 | where supported | 6299 | where supported | 
| 5445 | 6300 | ||
| 5446 | 2002-10-16 22:31 kdebisschop | 6301 | 2002-10-16 17:31 kdebisschop | 
| 5447 | 6302 | ||
| 5448 | * configure.in, missing: build cleanly on RedHat 8.0 | 6303 | * configure.in, missing: build cleanly on RedHat 8.0 | 
| 5449 | 6304 | ||
| 5450 | 2002-10-16 11:46 kdebisschop | 6305 | 2002-10-16 06:46 kdebisschop | 
| 5451 | 6306 | ||
| 5452 | * .cvsignore: ignore aclocal.m4 | 6307 | * .cvsignore: ignore aclocal.m4 | 
| 5453 | 6308 | ||
| 5454 | 2002-10-16 11:34 kdebisschop | 6309 | 2002-10-16 06:34 kdebisschop | 
| 5455 | 6310 | ||
| 5456 | * configure.in: AM_STRTOD was a typo | 6311 | * configure.in: AM_STRTOD was a typo | 
| 5457 | 6312 | ||
| 5458 | 2002-10-16 11:31 kdebisschop | 6313 | 2002-10-16 06:31 kdebisschop | 
| 5459 | 6314 | ||
| 5460 | * aclocal.m4: automake invokes acloacl on each run - it cannot be | 6315 | * aclocal.m4: automake invokes acloacl on each run - it cannot be | 
| 5461 | right to include this | 6316 | right to include this | 
| 5462 | 6317 | ||
| 5463 | 2002-10-16 11:18 kdebisschop | 6318 | 2002-10-16 06:18 kdebisschop | 
| 5464 | 6319 | ||
| 5465 | * acconfig.h: better checks for vsnprintf stuff | 6320 | * acconfig.h: better checks for vsnprintf stuff | 
| 5466 | 6321 | ||
| 5467 | 2002-10-16 11:14 kdebisschop | 6322 | 2002-10-16 06:14 kdebisschop | 
| 5468 | 6323 | ||
| 5469 | * plugins/check_http.c, configure.in: use asprintf | 6324 | * plugins/check_http.c, configure.in: use asprintf | 
| 5470 | 6325 | ||
| 5471 | 2002-10-16 11:14 kdebisschop | 6326 | 2002-10-16 06:14 kdebisschop | 
| 5472 | 6327 | ||
| 5473 | * plugins/utils.c: use asprintf to construct strscat | 6328 | * plugins/utils.c: use asprintf to construct strscat | 
| 5474 | 6329 | ||
| 5475 | 2002-10-16 05:57 kdebisschop | 6330 | 2002-10-16 00:57 kdebisschop | 
| 5476 | 6331 | ||
| 5477 | * plugins/popen.h.in: timeout interval is extern | 6332 | * plugins/popen.h.in: timeout interval is extern | 
| 5478 | 6333 | ||
| 5479 | 2002-10-16 05:56 kdebisschop | 6334 | 2002-10-16 00:56 kdebisschop | 
| 5480 | 6335 | ||
| 5481 | * plugins/: utils.h.in, utils.c: start support for gettimeofday and | 6336 | * plugins/: utils.h.in, utils.c: start support for gettimeofday and | 
| 5482 | tv_usec | 6337 | tv_usec | 
| 5483 | 6338 | ||
| 5484 | 2002-10-16 05:54 kdebisschop | 6339 | 2002-10-16 00:54 kdebisschop | 
| 5485 | 6340 | ||
| 5486 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe | 6341 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe | 
| 5487 | should not be in CVS, however) | 6342 | should not be in CVS, however) | 
| 5488 | 6343 | ||
| 5489 | 2002-10-16 05:52 kdebisschop | 6344 | 2002-10-16 00:52 kdebisschop | 
| 5490 | 6345 | ||
| 5491 | * plugins/snprintf.c: newer snprintf from samba.org | 6346 | * plugins/snprintf.c: newer snprintf from samba.org | 
| 5492 | 6347 | ||
| 5493 | 2002-10-16 05:43 kdebisschop | 6348 | 2002-10-16 00:43 kdebisschop | 
| 5494 | 6349 | ||
| 5495 | * Makefile.am: cosmetic line wrap before 80 chars | 6350 | * Makefile.am: cosmetic line wrap before 80 chars | 
| 5496 | 6351 | ||
| 5497 | 2002-10-16 05:42 kdebisschop | 6352 | 2002-10-16 00:42 kdebisschop | 
| 5498 | 6353 | ||
| 5499 | * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 | 6354 | * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 | 
| 5500 | 6355 | ||
| 5501 | 2002-10-16 05:41 kdebisschop | 6356 | 2002-10-16 00:41 kdebisschop | 
| 5502 | 6357 | ||
| 5503 | * configure.in: work with newer automake, begin swithc to asprintf | 6358 | * configure.in: work with newer automake, begin swithc to asprintf | 
| 5504 | 6359 | ||
| 5505 | 2002-10-15 07:23 sghosh | 6360 | 2002-10-15 02:23 sghosh | 
| 5506 | 6361 | ||
| 5507 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more | 6362 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more | 
| 5508 | conditional checking | 6363 | conditional checking | 
| 5509 | 6364 | ||
| 5510 | 2002-10-07 20:05 sghosh | 6365 | 2002-10-07 15:05 sghosh | 
| 5511 | 6366 | ||
| 5512 | * plugins/check_dns.c: patch for expected IP address | 6367 | * plugins/check_dns.c: patch for expected IP address | 
| 5513 | 6368 | ||
| 5514 | 2002-10-07 02:34 kdebisschop | 6369 | 2002-10-06 21:34 kdebisschop | 
| 5515 | 6370 | ||
| 5516 | * plugins/popen.c: make sure we do not run past the end of an | 6371 | * plugins/popen.c: make sure we do not run past the end of an | 
| 5517 | unterminated string | 6372 | unterminated string | 
| 5518 | 6373 | ||
| 5519 | 2002-10-07 02:19 kdebisschop | 6374 | 2002-10-06 21:19 kdebisschop | 
| 5520 | 6375 | ||
| 5521 | * plugins/negate.c: use asprintf, inhibit splint warning | 6376 | * plugins/negate.c: use asprintf, inhibit splint warning | 
| 5522 | 6377 | ||
| 5523 | 2002-10-05 12:08 kdebisschop | 6378 | 2002-10-05 07:08 kdebisschop | 
| 5524 | 6379 | ||
| 5525 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od | 6380 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od | 
| 5526 | inconsistent command line interfaces | 6381 | inconsistent command line interfaces | 
| 5527 | 6382 | ||
| 5528 | 2002-09-26 03:17 kdebisschop | 6383 | 2002-09-25 22:17 kdebisschop | 
| 5529 | 6384 | ||
| 5530 | * plugins/urlize.c: use ssprintf instead of sprintf | 6385 | * plugins/urlize.c: use ssprintf instead of sprintf | 
| 5531 | 6386 | ||
| 5532 | 2002-09-25 09:01 kdebisschop | 6387 | 2002-09-25 04:01 kdebisschop | 
| 5533 | 6388 | ||
| 5534 | * plugins/check_http.c: incorporate comment on my_recv from Russell | 6389 | * plugins/check_http.c: incorporate comment on my_recv from Russell | 
| 5535 | Scibetti | 6390 | Scibetti | 
| 5536 | 6391 | ||
| 5537 | 2002-09-25 08:58 kdebisschop | 6392 | 2002-09-25 03:58 kdebisschop | 
| 5538 | 6393 | ||
| 5539 | * plugins/check_http.c: incorporate comments from Russell Scibetti | 6394 | * plugins/check_http.c: incorporate comments from Russell Scibetti | 
| 5540 | 6395 | ||
| 5541 | 2002-09-24 06:16 kdebisschop | 6396 | 2002-09-24 01:16 kdebisschop | 
| 5542 | 6397 | ||
| 5543 | * plugins/check_http.c: replace remaining occurences of sprintf | 6398 | * plugins/check_http.c: replace remaining occurences of sprintf | 
| 5544 | with snprintf | 6399 | with snprintf | 
| 5545 | 6400 | ||
| 5546 | 2002-09-16 01:47 kdebisschop | 6401 | 2002-09-15 20:47 kdebisschop | 
| 5547 | 6402 | ||
| 5548 | * INSTALL: needed for latest autoconf | 6403 | * INSTALL: needed for latest autoconf | 
| 5549 | 6404 | ||
| 5550 | 2002-09-16 01:47 kdebisschop | 6405 | 2002-09-15 20:47 kdebisschop | 
| 5551 | 6406 | ||
| 5552 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | 6407 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | 
| 5553 | finish ckleanup of rpm spec porcessing | 6408 | finish ckleanup of rpm spec porcessing | 
| 5554 | 6409 | ||
| 5555 | 2002-09-14 22:11 kdebisschop | 6410 | 2002-09-14 17:11 kdebisschop | 
| 5556 | 6411 | ||
| 5557 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based | 6412 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based | 
| 5558 | on confugure.in | 6413 | on confugure.in | 
| 5559 | 6414 | ||
| 5560 | 2002-09-14 22:06 kdebisschop | 6415 | 2002-09-14 17:06 kdebisschop | 
| 5561 | 6416 | ||
| 5562 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta | 6417 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta | 
| 5563 | makes the rpm | 6418 | makes the rpm | 
| 5564 | 6419 | ||
| 5565 | 2002-09-14 03:27 kdebisschop | 6420 | 2002-09-13 22:27 kdebisschop | 
| 5566 | 6421 | ||
| 5567 | * plugins/check_tcp.c: time data in performance string | 6422 | * plugins/check_tcp.c: time data in performance string | 
| 5568 | 6423 | ||
| 5569 | 2002-09-14 03:23 kdebisschop | 6424 | 2002-09-13 22:23 kdebisschop | 
| 5570 | 6425 | ||
| 5571 | * plugins/check_http.c: time data in performance string | 6426 | * plugins/check_http.c: time data in performance string | 
| 5572 | 6427 | ||
| 5573 | 2002-09-14 03:13 kdebisschop | 6428 | 2002-09-13 22:13 kdebisschop | 
| 5574 | 6429 | ||
| 5575 | * plugins-scripts/check_log.sh: patch from Matthew Peters | 6430 | * plugins-scripts/check_log.sh: patch from Matthew Peters | 
| 5576 | <mattp@esec.com.au>, plus turned up a few bugs on my own | 6431 | <mattp@esec.com.au>, plus turned up a few bugs on my own | 
| 5577 | 6432 | ||
| 5578 | 2002-09-12 03:43 kdebisschop | 6433 | 2002-09-11 22:43 kdebisschop | 
| 5579 | 6434 | ||
| 5580 | * plugins/Makefile.am: negate wrapper | 6435 | * plugins/Makefile.am: negate wrapper | 
| 5581 | 6436 | ||
| 5582 | 2002-09-08 13:05 kdebisschop | 6437 | 2002-09-08 08:05 kdebisschop | 
| 5583 | 6438 | ||
| 5584 | * plugins/negate.c: wrapper to invert return status | 6439 | * plugins/negate.c: wrapper to invert return status | 
| 5585 | 6440 | ||
| 5586 | 2002-09-08 13:05 kdebisschop | 6441 | 2002-09-08 08:05 kdebisschop | 
| 5587 | 6442 | ||
| 5588 | * plugins/utils.c: clears up warnings in splint | 6443 | * plugins/utils.c: clears up warnings in splint | 
| 5589 | 6444 | ||
| 5590 | 2002-09-06 03:25 kdebisschop | 6445 | 2002-09-05 22:25 kdebisschop | 
| 5591 | 6446 | ||
| 5592 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash | 6447 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash | 
| 5593 | 6448 | ||
| 5594 | 2002-09-04 07:00 sghosh | 6449 | 2002-09-04 02:00 sghosh | 
| 5595 | 6450 | ||
| 5596 | * configure.in: more Mysql patches | 6451 | * configure.in: more Mysql patches | 
| 5597 | 6452 | ||
| 5598 | 2002-09-04 03:12 sghosh | 6453 | 2002-09-03 22:12 sghosh | 
| 5599 | 6454 | ||
| 5600 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by | 6455 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by | 
| 5601 | warn and crit | 6456 | warn and crit | 
| 5602 | 6457 | ||
| 5603 | 2002-09-04 03:11 sghosh | 6458 | 2002-09-03 22:11 sghosh | 
| 5604 | 6459 | ||
| 5605 | * configure.in: Mysql dir fix | 6460 | * configure.in: Mysql dir fix | 
| 5606 | 6461 | ||
| 5607 | 2002-09-04 03:10 sghosh | 6462 | 2002-09-03 22:10 sghosh | 
| 5608 | 6463 | ||
| 5609 | * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to | 6464 | * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to | 
| 5610 | supported plugins-scripts | 6465 | supported plugins-scripts | 
| 5611 | 6466 | ||
| 5612 | 2002-09-02 19:47 sghosh | 6467 | 2002-09-02 14:47 sghosh | 
| 5613 | 6468 | ||
| 5614 | * plugins/check_smtp.c: new -f option for adding a FROM address for | 6469 | * plugins/check_smtp.c: new -f option for adding a FROM address for | 
| 5615 | RFC correctness | 6470 | RFC correctness | 
| 5616 | 6471 | ||
| 5617 | 2002-09-01 17:22 sghosh | 6472 | 2002-09-01 12:22 sghosh | 
| 5618 | 6473 | ||
| 5619 | * INSTALL, INSTALLING: file rename for MacOS X | 6474 | * INSTALL, INSTALLING: file rename for MacOS X | 
| 5620 | 6475 | ||
| 5621 | 2002-09-01 17:18 sghosh | 6476 | 2002-09-01 12:18 sghosh | 
| 5622 | 6477 | ||
| 5623 | * plugins/check_smtp.c: Valid MAIL command | 6478 | * plugins/check_smtp.c: Valid MAIL command | 
| 5624 | 6479 | ||
| 5625 | 2002-08-22 23:08 sghosh | 6480 | 2002-08-22 18:08 sghosh | 
| 5626 | 6481 | ||
| 5627 | * contrib/check_snmp_process_monitor.pl: updates | 6482 | * contrib/check_snmp_process_monitor.pl: updates | 
| 5628 | 6483 | ||
| 5629 | 2002-08-22 15:43 sghosh | 6484 | 2002-08-22 10:43 sghosh | 
| 5630 | 6485 | ||
| 5631 | * command.cfg.in: smsclient config | 6486 | * command.cfg.in: smsclient config | 
| 5632 | 6487 | ||
| 5633 | 2002-08-22 15:42 sghosh | 6488 | 2002-08-22 10:42 sghosh | 
| 5634 | 6489 | ||
| 5635 | * contrib/: check_snmp_disk_monitor.pl, | 6490 | * contrib/: check_snmp_disk_monitor.pl, | 
| 5636 | check_snmp_process_monitor.pl: new plugins contrib | 6491 | check_snmp_process_monitor.pl: new plugins contrib | 
| 5637 | 6492 | ||
| 5638 | 2002-08-18 19:03 kdebisschop | 6493 | 2002-08-18 14:03 kdebisschop | 
| 5639 | 6494 | ||
| 5640 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | 6495 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | 
| 5641 | fix by setting a generic hook for 1-char pasthhru options | 6496 | fix by setting a generic hook for 1-char pasthhru options | 
| 5642 | 6497 | ||
| 5643 | 2002-08-14 20:17 sghosh | 6498 | 2002-08-14 15:17 sghosh | 
| 5644 | 6499 | ||
| 5645 | * plugins-scripts/check_disk_smb.pl: patch for admin shares | 6500 | * plugins-scripts/check_disk_smb.pl: patch for admin shares | 
| 5646 | 6501 | ||
| 5647 | 2002-08-14 20:07 sghosh | 6502 | 2002-08-14 15:07 sghosh | 
| 5648 | 6503 | ||
| 5649 | * command.cfg.in: qpage definitions | 6504 | * command.cfg.in: qpage definitions | 
| 5650 | 6505 | ||
| 5651 | 2002-08-14 20:06 sghosh | 6506 | 2002-08-14 15:06 sghosh | 
| 5652 | 6507 | ||
| 5653 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces | 6508 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces | 
| 5654 | 6509 | ||
| 5655 | 2002-08-14 20:04 sghosh | 6510 | 2002-08-14 15:04 sghosh | 
| 5656 | 6511 | ||
| 5657 | * plugins/check_smtp.c: added HELO command | 6512 | * plugins/check_smtp.c: added HELO command | 
| 5658 | 6513 | ||
| 5659 | 2002-08-14 20:04 sghosh | 6514 | 2002-08-14 15:04 sghosh | 
| 5660 | 6515 | ||
| 5661 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added | 6516 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added | 
| 5662 | 6517 | ||
| 5663 | 2002-08-14 20:03 sghosh | 6518 | 2002-08-14 15:03 sghosh | 
| 5664 | 6519 | ||
| 5665 | * plugins/check_hpjd.c: net-snmp v5x fix | 6520 | * plugins/check_hpjd.c: net-snmp v5x fix | 
| 5666 | 6521 | ||
| 5667 | 2002-08-14 20:02 sghosh | 6522 | 2002-08-14 15:02 sghosh | 
| 5668 | 6523 | ||
| 5669 | * contrib/check_apc_ups.pl: fix for ePN | 6524 | * contrib/check_apc_ups.pl: fix for ePN | 
| 5670 | 6525 | ||
| 5671 | 2002-08-14 20:01 sghosh | 6526 | 2002-08-14 15:01 sghosh | 
| 5672 | 6527 | ||
| 5673 | * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins | 6528 | * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins | 
| 5674 | 6529 | ||
| 5675 | 2002-08-14 20:00 sghosh | 6530 | 2002-08-14 15:00 sghosh | 
| 5676 | 6531 | ||
| 5677 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - | 6532 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - | 
| 5678 | candidate for merge with check_inodes | 6533 | candidate for merge with check_inodes | 
| 5679 | 6534 | ||
| 5680 | 2002-08-14 16:29 sghosh | 6535 | 2002-08-14 11:29 sghosh | 
| 5681 | 6536 | ||
| 5682 | * contrib/check_smb.sh: new smb check - users | 6537 | * contrib/check_smb.sh: new smb check - users | 
| 5683 | 6538 | ||
| 5684 | 2002-08-13 04:18 egalstad | 6539 | 2002-08-12 23:18 egalstad | 
| 5685 | 6540 | ||
| 5686 | * plugins/check_game.c: Mod to display current/max number of | 6541 | * plugins/check_game.c: Mod to display current/max number of | 
| 5687 | players in a game (Frank Kannemann) | 6542 | players in a game (Frank Kannemann) | 
| 5688 | 6543 | ||
| 5689 | 2002-08-13 00:09 egalstad | 6544 | 2002-08-12 19:09 egalstad | 
| 5690 | 6545 | ||
| 5691 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph | 6546 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph | 
| 5692 | Maser) | 6547 | Maser) | 
| 5693 | 6548 | ||
| 5694 | 2002-08-01 06:06 sghosh | 6549 | 2002-08-01 01:06 sghosh | 
| 5695 | 6550 | ||
| 5696 | * plugins/check_snmp.c: re-patched exit state comparison | 6551 | * plugins/check_snmp.c: re-patched exit state comparison | 
| 5697 | 6552 | ||
| 5698 | 2002-08-01 05:54 sghosh | 6553 | 2002-08-01 00:54 sghosh | 
| 5699 | 6554 | ||
| 5700 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, | 6555 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, | 
| 5701 | complete response string output | 6556 | complete response string output | 
| 5702 | 6557 | ||
| 5703 | 2002-08-01 05:46 egalstad | 6558 | 2002-08-01 00:46 egalstad | 
| 5704 | 6559 | ||
| 5705 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp | 6560 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp | 
| 5706 | sensor) plugin | 6561 | sensor) plugin | 
| 5707 | 6562 | ||
| 5708 | 2002-07-16 05:13 egalstad | 6563 | 2002-07-16 00:13 egalstad | 
| 5709 | 6564 | ||
| 5710 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check | 6565 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check | 
| 5711 | disk usage via SNMP3 | 6566 | disk usage via SNMP3 | 
| 5712 | 6567 | ||
| 5713 | 2002-07-16 01:04 stanleyhopcroft | 6568 | 2002-07-15 20:04 stanleyhopcroft | 
| 5714 | 6569 | ||
| 5715 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement | 6570 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement | 
| 5716 | test of MS spooler (with smbclient) | 6571 | test of MS spooler (with smbclient) | 
| 5717 | 6572 | ||
| 5718 | 2002-07-04 23:02 sghosh | 6573 | 2002-07-04 18:02 sghosh | 
| 5719 | 6574 | ||
| 5720 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage | 6575 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage | 
| 5721 | CPU/MEM per process - bash plugin | 6576 | CPU/MEM per process - bash plugin | 
| 5722 | 6577 | ||
| 5723 | 2002-07-04 05:05 sghosh | 6578 | 2002-07-04 00:05 sghosh | 
| 5724 | 6579 | ||
| 5725 | * INSTALL: doc update | 6580 | * INSTALL: doc update | 
| 5726 | 6581 | ||
| 5727 | 2002-06-28 22:08 sghosh | 6582 | 2002-06-28 17:08 sghosh | 
| 5728 | 6583 | ||
| 5729 | * INSTALL: note about autoconf/automake version | 6584 | * INSTALL: note about autoconf/automake version | 
| 5730 | 6585 | ||
| 5731 | 2002-06-25 22:32 sghosh | 6586 | 2002-06-25 17:32 sghosh | 
| 5732 | 6587 | ||
| 5733 | * contrib/check_rbl.c: Check if IP address is specified on RBL - | 6588 | * contrib/check_rbl.c: Check if IP address is specified on RBL - | 
| 5734 | Tim Bell | 6589 | Tim Bell | 
| 5735 | 6590 | ||
| 5736 | 2002-06-25 14:55 sghosh | 6591 | 2002-06-25 09:55 sghosh | 
| 5737 | 6592 | ||
| 5738 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon | 6593 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon | 
| 5739 | 6594 | ||
| 5740 | 2002-06-24 22:29 sghosh | 6595 | 2002-06-24 17:29 sghosh | 
| 5741 | 6596 | ||
| 5742 | * plugins/check_http.c: ignore return status codes if user | 6597 | * plugins/check_http.c: ignore return status codes if user | 
| 5743 | specified status line check | 6598 | specified status line check | 
| 5744 | 6599 | ||
| 5745 | 2002-06-24 21:41 sghosh | 6600 | 2002-06-24 16:41 sghosh | 
| 5746 | 6601 | ||
| 5747 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray | 6602 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray | 
| 5748 | 6603 | ||
| 5749 | 2002-06-20 05:27 sghosh | 6604 | 2002-06-20 00:27 sghosh | 
| 5750 | 6605 | ||
| 5751 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space | 6606 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space | 
| 5752 | thresholds | 6607 | thresholds | 
| 5753 | 6608 | ||
| 5754 | 2002-06-19 06:11 sghosh | 6609 | 2002-06-19 01:11 sghosh | 
| 5755 | 6610 | ||
| 5756 | * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, | 6611 | * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, | 
| 5757 | check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, | 6612 | check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, | 
| 5758 | urlize.c, utils.c, utils.h.in: more POSIX return value comparison | 6613 | urlize.c, utils.c, utils.h.in: more POSIX return value comparison | 
| 5759 | related code fixes | 6614 | related code fixes | 
| 5760 | 6615 | ||
| 5761 | 2002-06-19 04:09 sghosh | 6616 | 2002-06-18 23:09 sghosh | 
| 5762 | 6617 | ||
| 5763 | * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for | 6618 | * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for | 
| 5764 | using POSIX return codes | 6619 | using POSIX return codes | 
| 5765 | 6620 | ||
| 5766 | 2002-06-18 02:06 sghosh | 6621 | 2002-06-17 21:06 sghosh | 
| 5767 | 6622 | ||
| 5768 | * plugins/common.h.in: updated to POSIX return codes | 6623 | * plugins/common.h.in: updated to POSIX return codes | 
| 5769 | 6624 | ||
| 5770 | 2002-06-18 02:05 sghosh | 6625 | 2002-06-17 21:05 sghosh | 
| 5771 | 6626 | ||
| 5772 | * contrib/check_cluster.c: Ethan's check_cluster | 6627 | * contrib/check_cluster.c: Ethan's check_cluster | 
| 5773 | 6628 | ||
| 5774 | 2002-06-13 21:49 sghosh | 6629 | 2002-06-13 16:49 sghosh | 
| 5775 | 6630 | ||
| 5776 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> | 6631 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> | 
| 5777 | 6632 | ||
| 5778 | 2002-06-13 04:03 sghosh | 6633 | 2002-06-12 23:03 sghosh | 
| 5779 | 6634 | ||
| 5780 | * configure.in: use xntpdc on Solaris for check_ntp | 6635 | * configure.in: use xntpdc on Solaris for check_ntp | 
| 5781 | 6636 | ||
| 5782 | 2002-06-10 04:24 sghosh | 6637 | 2002-06-09 23:24 sghosh | 
| 5783 | 6638 | ||
| 5784 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - | 6639 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - | 
| 5785 | Karl Ewald | 6640 | Karl Ewald | 
| 5786 | 6641 | ||
| 5787 | 2002-06-08 01:33 sghosh | 6642 | 2002-06-07 20:33 sghosh | 
| 5788 | 6643 | ||
| 5789 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle | 6644 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle | 
| 5790 | 6645 | ||
| 5791 | 2002-06-06 05:16 sghosh | 6646 | 2002-06-06 00:16 sghosh | 
| 5792 | 6647 | ||
| 5793 | * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - | 6648 | * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - | 
| 5794 | for sh; corrected substition for libexec - Tom Bertelson | 6649 | for sh; corrected substition for libexec - Tom Bertelson | 
| 5795 | 6650 | ||
| 5796 | 2002-06-06 05:15 sghosh | 6651 | 2002-06-06 00:15 sghosh | 
| 5797 | 6652 | ||
| 5798 | * plugins/check_disk.c: added option for mount point - Tom | 6653 | * plugins/check_disk.c: added option for mount point - Tom | 
| 5799 | Bertelson | 6654 | Bertelson | 
| 5800 | 6655 | ||
| 5801 | 2002-06-06 05:15 sghosh | 6656 | 2002-06-06 00:15 sghosh | 
| 5802 | 6657 | ||
| 5803 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, | 6658 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, | 
| 5804 | can dynamicall determine ORACLE_HOME - tom Bertelson | 6659 | can dynamicall determine ORACLE_HOME - tom Bertelson | 
| 5805 | 6660 | ||
| 5806 | 2002-06-06 05:14 sghosh | 6661 | 2002-06-06 00:14 sghosh | 
| 5807 | 6662 | ||
| 5808 | * plugins-scripts/check_flexlm.pl: conditional on lmstat | 6663 | * plugins-scripts/check_flexlm.pl: conditional on lmstat | 
| 5809 | 6664 | ||
| 5810 | 2002-06-06 05:13 sghosh | 6665 | 2002-06-06 00:13 sghosh | 
| 5811 | 6666 | ||
| 5812 | * plugins-scripts/check_ntp.pl: conditional on ntpdc | 6667 | * plugins-scripts/check_ntp.pl: conditional on ntpdc | 
| 5813 | 6668 | ||
| 5814 | 2002-05-29 01:57 sghosh | 6669 | 2002-05-28 20:57 sghosh | 
| 5815 | 6670 | ||
| 5816 | * command.cfg.in: notes added | 6671 | * command.cfg.in: notes added | 
| 5817 | 6672 | ||
| 5818 | 2002-05-28 04:14 sghosh | 6673 | 2002-05-27 23:14 sghosh | 
| 5819 | 6674 | ||
| 5820 | * command.cfg.in: option updates, more examples | 6675 | * command.cfg.in: option updates, more examples | 
| 5821 | 6676 | ||
| 5822 | 2002-05-28 03:41 sghosh | 6677 | 2002-05-27 22:41 sghosh | 
| 5823 | 6678 | ||
| 5824 | * command.cfg.in: option updates, more examples | 6679 | * command.cfg.in: option updates, more examples | 
| 5825 | 6680 | ||
| 5826 | 2002-05-27 03:10 sghosh | 6681 | 2002-05-26 22:10 sghosh | 
| 5827 | 6682 | ||
| 5828 | * plugins-scripts/check_ntp.pl: checked in too quickly | 6683 | * plugins-scripts/check_ntp.pl: checked in too quickly | 
| 5829 | 6684 | ||
| 5830 | 2002-05-27 03:05 sghosh | 6685 | 2002-05-26 22:05 sghosh | 
| 5831 | 6686 | ||
| 5832 | * doc/: README, developer-guidelines.html, | 6687 | * doc/: README, developer-guidelines.html, | 
| 5833 | developer-guidelines.sgml: added developer guidelines. | 6688 | developer-guidelines.sgml: added developer guidelines. | 
| 5834 | 6689 | ||
| 5835 | 2002-05-27 03:03 sghosh | 6690 | 2002-05-26 22:03 sghosh | 
| 5836 | 6691 | ||
| 5837 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes | 6692 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes | 
| 5838 | 6693 | ||
| 5839 | 2002-05-27 03:01 sghosh | 6694 | 2002-05-26 22:01 sghosh | 
| 5840 | 6695 | ||
| 5841 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient | 6696 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient | 
| 5842 | 6697 | ||
| 5843 | 2002-05-27 02:56 sghosh | 6698 | 2002-05-26 21:56 sghosh | 
| 5844 | 6699 | ||
| 5845 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support | 6700 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support | 
| 5846 | for utils.pm | 6701 | for utils.pm | 
| 5847 | 6702 | ||
| 5848 | 2002-05-27 02:55 sghosh | 6703 | 2002-05-26 21:55 sghosh | 
| 5849 | 6704 | ||
| 5850 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for | 6705 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for | 
| 5851 | utils.pm | 6706 | utils.pm | 
| 5852 | 6707 | ||
| 5853 | 2002-05-23 17:39 sghosh | 6708 | 2002-05-23 12:39 sghosh | 
| 5854 | 6709 | ||
| 5855 | * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron | 6710 | * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron | 
| 5856 | Bostick - Veritas Cluster, logfile | 6711 | Bostick - Veritas Cluster, logfile | 
| 5857 | 6712 | ||
| 5858 | 2002-05-10 04:51 sghosh | 6713 | 2002-05-09 23:51 sghosh | 
| 5859 | 6714 | ||
| 5860 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple | 6715 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple | 
| 5861 | version check | 6716 | version check | 
| 5862 | 6717 | ||
| 5863 | 2002-05-10 04:49 sghosh | 6718 | 2002-05-09 23:49 sghosh | 
| 5864 | 6719 | ||
| 5865 | * configure.in, plugins-scripts/utils.pm.in: added programs to | 6720 | * configure.in, plugins-scripts/utils.pm.in: added programs to | 
| 5866 | autoconf | 6721 | autoconf | 
| 5867 | 6722 | ||
| 5868 | 2002-05-10 04:49 sghosh | 6723 | 2002-05-09 23:49 sghosh | 
| 5869 | 6724 | ||
| 5870 | * acconfig.h: Added programs for autoconf | 6725 | * acconfig.h: Added programs for autoconf | 
| 5871 | 6726 | ||
| 5872 | 2002-05-09 20:03 sghosh | 6727 | 2002-05-09 15:03 sghosh | 
| 5873 | 6728 | ||
| 5874 | * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated | 6729 | * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated | 
| 5875 | check_ifoperstatus to standard plugin | 6730 | check_ifoperstatus to standard plugin | 
| 5876 | 6731 | ||
| 5877 | 2002-05-08 16:35 sghosh | 6732 | 2002-05-08 11:35 sghosh | 
| 5878 | 6733 | ||
| 5879 | * plugins/check_ping.c: patch for Suse 8.0 loss output | 6734 | * plugins/check_ping.c: patch for Suse 8.0 loss output | 
| 5880 | 6735 | ||
| 5881 | 2002-05-08 06:10 sghosh | 6736 | 2002-05-08 01:10 sghosh | 
| 5882 | 6737 | ||
| 5883 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to | 6738 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to | 
| 5884 | POSIX | 6739 | POSIX | 
| 5885 | 6740 | ||
| 5886 | 2002-05-08 06:07 sghosh | 6741 | 2002-05-08 01:07 sghosh | 
| 5887 | 6742 | ||
| 5888 | * plugins/: check_hpjd.c, check_ups.c: updated notes | 6743 | * plugins/: check_hpjd.c, check_ups.c: updated notes | 
| 5889 | 6744 | ||
| 5890 | 2002-05-08 06:04 sghosh | 6745 | 2002-05-08 01:04 sghosh | 
| 5891 | 6746 | ||
| 5892 | * configure.in: updated messages and check for host command | 6747 | * configure.in: updated messages and check for host command | 
| 5893 | 6748 | ||
| 5894 | 2002-05-08 05:58 sghosh | 6749 | 2002-05-08 00:58 sghosh | 
| 5895 | 6750 | ||
| 5896 | * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated | 6751 | * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated | 
| 5897 | check_ifstatus to standard plugin | 6752 | check_ifstatus to standard plugin | 
| 5898 | 6753 | ||
| 5899 | 2002-05-07 06:35 sghosh | 6754 | 2002-05-07 01:35 sghosh | 
| 5900 | 6755 | ||
| 5901 | * plugins-scripts/: check_breeze.pl, check_flexlm.pl, | 6756 | * plugins-scripts/: check_breeze.pl, check_flexlm.pl, | 
| 5902 | check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd | 6757 | check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd | 
| 5903 | fix for ePN | 6758 | fix for ePN | 
| 5904 | 6759 | ||
| 5905 | 2002-05-02 17:43 sghosh | 6760 | 2002-05-02 12:43 sghosh | 
| 5906 | 6761 | ||
| 5907 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 6762 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 
| 5908 | check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, | 6763 | check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, | 
| 5909 | check_rpc.pl, check_wave.pl: fix for embedded perl | 6764 | check_rpc.pl, check_wave.pl: fix for embedded perl | 
| 5910 | 6765 | ||
| 5911 | 2002-05-02 17:22 sghosh | 6766 | 2002-05-02 12:22 sghosh | 
| 5912 | 6767 | ||
| 5913 | * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl | 6768 | * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl | 
| 5914 | added to plugins distribution | 6769 | added to plugins distribution | 
| 5915 | 6770 | ||
| 5916 | 2002-05-01 22:12 sghosh | 6771 | 2002-05-01 17:12 sghosh | 
| 5917 | 6772 | ||
| 5918 | * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp | 6773 | * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp | 
| 5919 | possible) by Alexander Haderer | 6774 | possible) by Alexander Haderer | 
| 5920 | 6775 | ||
| 5921 | 2002-04-29 03:58 kdebisschop | 6776 | 2002-04-28 22:58 kdebisschop | 
| 5922 | 6777 | ||
| 5923 | * plugins/getopt.h: failed to carry over from old plugins, listed | 6778 | * plugins/getopt.h: failed to carry over from old plugins, listed | 
| 5924 | in EXTRA_DIST, needed for build | 6779 | in EXTRA_DIST, needed for build | 
| 5925 | 6780 | ||
| 5926 | 2002-04-23 13:50 sghosh | 6781 | 2002-04-23 08:50 sghosh | 
| 5927 | 6782 | ||
| 5928 | * plugins/check_ping.c: corrected program name and added rtt patch | 6783 | * plugins/check_ping.c: corrected program name and added rtt patch | 
| 5929 | for RH7.2+beta | 6784 | for RH7.2+beta | 
| 5930 | 6785 | ||
| 5931 | 2002-04-18 22:59 egalstad | 6786 | 2002-04-18 17:59 egalstad | 
| 5932 | 6787 | ||
| 5933 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John | 6788 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John | 
| 5934 | Jolet | 6789 | Jolet | 
| 5935 | 6790 | ||
| 5936 | 2002-04-18 05:38 egalstad | 6791 | 2002-04-18 00:38 egalstad | 
| 5937 | 6792 | ||
| 5938 | * configure.in: configure script patch for ping syntax | 6793 | * configure.in: configure script patch for ping syntax | 
| 5939 | 6794 | ||
| 5940 | 2002-04-07 06:13 sghosh | 6795 | 2002-04-07 00:13 sghosh | 
| 5941 | 6796 | ||
| 5942 | * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick | 6797 | * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick | 
| 5943 | Greenwell | 6798 | Greenwell | 
| 5944 | 6799 | ||
| 5945 | 2002-04-05 23:22 sghosh | 6800 | 2002-04-05 17:22 sghosh | 
| 5946 | 6801 | ||
| 5947 | * acconfig.h: added HOST_COMMAND | 6802 | * acconfig.h: added HOST_COMMAND | 
| 5948 | 6803 | ||
| 5949 | 2002-04-05 23:19 sghosh | 6804 | 2002-04-05 17:19 sghosh | 
| 5950 | 6805 | ||
| 5951 | * contrib/tarballs/check_spread.tar: plugin to check spread | 6806 | * contrib/tarballs/check_spread.tar: plugin to check spread | 
| 5952 | messaging toolkit | 6807 | messaging toolkit | 
| 5953 | 6808 | ||
| 5954 | 2002-04-03 03:58 sghosh | 6809 | 2002-04-02 21:58 sghosh | 
| 5955 | 6810 | ||
| 5956 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check | 6811 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check | 
| 5957 | oracle instance | 6812 | oracle instance | 
| 5958 | 6813 | ||
| 5959 | 2002-04-03 03:56 sghosh | 6814 | 2002-04-02 21:56 sghosh | 
| 5960 | 6815 | ||
| 5961 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in | 6816 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in | 
| 5962 | check_rpc | 6817 | check_rpc | 
| 5963 | 6818 | ||
| 5964 | 2002-03-18 05:15 sghosh | 6819 | 2002-03-18 00:15 sghosh | 
| 5965 | 6820 | ||
| 5966 | * plugins-scripts/subst.in: function to update perl plugin scripts | 6821 | * plugins-scripts/subst.in: function to update perl plugin scripts | 
| 5967 | to find utils.pm | 6822 | to find utils.pm | 
| 5968 | 6823 | ||
| 5969 | 2002-03-01 02:53 egalstad | 6824 | 2002-02-28 21:53 egalstad | 
| 5970 | 6825 | ||
| 5971 | * plugins/: .cvsignore, config.h.in: Fix for stupid me | 6826 | * plugins/: .cvsignore, config.h.in: Fix for stupid me | 
| 5972 | 6827 | ||
| 5973 | 2002-03-01 02:42 egalstad | 6828 | 2002-02-28 21:42 egalstad | 
| 5974 | 6829 | ||
| 5975 | * contrib/check_breeze.pl, contrib/check_dhcp.c, | 6830 | * contrib/check_breeze.pl, contrib/check_dhcp.c, | 
| 5976 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | 6831 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | 
| @@ -5991,7 +6846,7 @@ | |||
| 5991 | contrib/tarballs/radius.tar.gz, plugins/.cvsignore, | 6846 | contrib/tarballs/radius.tar.gz, plugins/.cvsignore, | 
| 5992 | plugins/config.h.in: Contrib plugin cleanup | 6847 | plugins/config.h.in: Contrib plugin cleanup | 
| 5993 | 6848 | ||
| 5994 | 2002-02-28 06:42 egalstad | 6849 | 2002-02-28 01:42 egalstad | 
| 5995 | 6850 | ||
| 5996 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 6851 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 
| 5997 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 6852 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 
| @@ -6077,7 +6932,7 @@ | |||
| 6077 | plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, | 6932 | plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, | 
| 6078 | tools/setup, tools/tango: Initial import of existing plugin code | 6933 | tools/setup, tools/tango: Initial import of existing plugin code | 
| 6079 | 6934 | ||
| 6080 | 2002-02-28 06:42 egalstad | 6935 | 2002-02-28 01:42 egalstad | 
| 6081 | 6936 | ||
| 6082 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 6937 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 
| 6083 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 6938 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 
