/[monit]/monit/CHANGES.txt
ViewVC logotype

Log of /monit/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.475 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:53:09 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.474: +3 -2 lines
Diff to previous 1.474
fixed #26664 - crash on service unmonitoring or timeout ... the problem was caused by mutex which was locked by the same thread which tried to destroy the mutex and new assert catched the error (i.e. the error was here in previous versions too but silently ignored)


Revision 1.474 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:51:57 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.473: +2 -1 lines
Diff to previous 1.473
fixed #26664 - crash on service timeout ... the problem was caused by mutex which was locked by the same thread which tried to destroy the mutex and new assert catched the error (i.e. the error was here in previous versions too but silently ignored)


Revision 1.473 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:46:13 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.472: +1 -1 lines
Diff to previous 1.472
fixed #26664 - crash on service unmonitoring or timeout ... the problem was caused by mutex which was locked by the same thread which tried to destroy the mutex and new assert catched the error (i.e. the error was here in previous versions too but silently ignored)


Revision 1.472 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:44:17 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.471: +2 -0 lines
Diff to previous 1.471
fixed #26664 - crash on service unmonitoring or timeout ... the problem was caused by mutex which was locked by the same thread which tried to destroy the mutex and new assert catched the error (i.e. the error was here in previous versions too but silently ignored)


Revision 1.471 - (view) (download) (annotate) - [select for diffs]
Sat May 9 10:18:31 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.470: +10 -1 lines
Diff to previous 1.470
remove the --without-resource option


Revision 1.470 - (view) (download) (annotate) - [select for diffs]
Thu May 7 21:42:59 2009 UTC (14 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.469: +4 -0 lines
Diff to previous 1.469
klocwork credit


Revision 1.469 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 18:32:48 2009 UTC (15 years ago) by martinp
Branch: MAIN
Changes since 1.468: +10 -1 lines
Diff to previous 1.468
Fixed #26382: if start or stop script for some service didn't
exist, monit logged error during configuration file parsing and
refused to start. Monit now just logs warning and continues.


Revision 1.468 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 20:10:45 2009 UTC (15 years ago) by hauk
Branch: MAIN
Changes since 1.467: +3 -3 lines
Diff to previous 1.467
Update


Revision 1.467 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 12:40:29 2009 UTC (15 years ago) by martinp
Branch: MAIN
CVS Tags: release-5-0-1
Changes since 1.466: +2 -2 lines
Diff to previous 1.466
monit-5.0.1


Revision 1.466 - (view) (download) (annotate) - [select for diffs]
Fri Apr 17 16:20:00 2009 UTC (15 years ago) by martinp
Branch: MAIN
Changes since 1.465: +7 -0 lines
Diff to previous 1.465
- prevent noise logging of each successful cycle for EVENT_CHANGED state
  recovery

- if message sending failed, report which type


Revision 1.465 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 19:54:10 2009 UTC (15 years ago) by martinp
Branch: MAIN
Changes since 1.464: +4 -1 lines
Diff to previous 1.464
bump version to 5.1


Revision 1.464 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 16:31:54 2009 UTC (15 years ago) by martinp
Branch: MAIN
CVS Tags: release-5-0-0
Changes since 1.463: +14 -17 lines
Diff to previous 1.463
*** empty log message ***


Revision 1.463 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 16:16:43 2009 UTC (15 years ago) by hauk
Branch: MAIN
Changes since 1.462: +346 -384 lines
Diff to previous 1.462
Cleanup


Revision 1.462 - (view) (download) (annotate) - [select for diffs]
Sat Mar 28 15:21:20 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.461: +3 -2 lines
Diff to previous 1.461
#24866 changelog


Revision 1.461 - (view) (download) (annotate) - [select for diffs]
Sat Mar 28 13:06:27 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.460: +15 -0 lines
Diff to previous 1.460
document the event type changes


Revision 1.460 - (view) (download) (annotate) - [select for diffs]
Tue Mar 24 20:56:28 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.459: +1 -1 lines
Diff to previous 1.459
typo


Revision 1.459 - (view) (download) (annotate) - [select for diffs]
Tue Mar 24 19:49:05 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.458: +10 -0 lines
Diff to previous 1.458
1.) refactor event states

2.) faster monit stop when received shutdown during services testing

3.) fix email encoding header so the quoted-printable like character groups won't be displayed as garbage (for example in "wait=17.4%" was the =17 interpreted as encoded character and body displayed some gabage)


Revision 1.458 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 16:58:27 2009 UTC (15 years, 1 month ago) by hauk
Branch: MAIN
Changes since 1.457: +19 -14 lines
Diff to previous 1.457
* Increased the server socket backlog queue which will make Monit
  able to handle more services. Thanks to Jochen Kramer.


Revision 1.457 - (view) (download) (annotate) - [select for diffs]
Sun Mar 1 20:58:56 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.456: +5 -0 lines
Diff to previous 1.456
allow o override expect buffer size


Revision 1.456 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 20:09:39 2009 UTC (15 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.455: +7 -0 lines
Diff to previous 1.455
if cpu count is zero (xen, vps, etc.), then set it to 1 so resource monitoring can continue


Revision 1.455 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 00:25:56 2009 UTC (15 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.454: +6 -0 lines
Diff to previous 1.454
remove the smtp fallback to localhost - monit requires explicit mailserver now if alert recipients are defined. If it's not defined, it will start fine and will be able to queue mail alerts, it will just log error with hint to setup the mailserver


Revision 1.454 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 23:38:26 2009 UTC (15 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.453: +11 -1 lines
Diff to previous 1.453
add support for symbolic links in filesystem check


Revision 1.453 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 19:21:40 2009 UTC (15 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.452: +2 -2 lines
Diff to previous 1.452
beta7


Revision 1.452 - (view) (download) (annotate) - [select for diffs]
Tue Feb 3 20:09:46 2009 UTC (15 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.451: +3 -0 lines
Diff to previous 1.451
add monitoring mode to service description


Revision 1.451 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 20:02:09 2009 UTC (15 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.450: +7 -0 lines
Diff to previous 1.450
suppress false error when user:password is not defined in monitrc


Revision 1.450 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 21:24:52 2009 UTC (15 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.449: +1 -1 lines
Diff to previous 1.449
*** empty log message ***


Revision 1.449 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 21:21:37 2009 UTC (15 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.448: +8 -0 lines
Diff to previous 1.448
Don't block signals in main thread (http thread still blocks signals). The signal
blocking is remain of early monit code when the signal handlers were unsafe.
The signal handlers now set just flag and return => they are safe at any time.


Revision 1.448 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 20:48:15 2008 UTC (15 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.447: +4 -1 lines
Diff to previous 1.447
marking development version as rc1


Revision 1.447 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 04:31:07 2008 UTC (15 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.446: +31 -26 lines
Diff to previous 1.446
Cleanup


Revision 1.446 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 22:33:42 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.445: +5 -0 lines
Diff to previous 1.445
*** empty log message ***


Revision 1.445 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 22:30:28 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.444: +8 -0 lines
Diff to previous 1.444
monit sent multiple copies of the same message if both handlers failed and then only one of them recovered


Revision 1.444 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 19:41:49 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.443: +3 -0 lines
Diff to previous 1.443
allow the checksum test to be used even if monitored file doesn't exist on monit start


Revision 1.443 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 20:46:59 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.442: +2 -2 lines
Diff to previous 1.442
version update to beta6


Revision 1.442 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 22:18:29 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.441: +8 -0 lines
Diff to previous 1.441
add unique persistent monit id


Revision 1.441 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 20:42:14 2008 UTC (15 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.440: +8 -3 lines
Diff to previous 1.440
placeholder for beta5


Revision 1.440 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 13:44:36 2008 UTC (15 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.439: +2 -0 lines
Diff to previous 1.439
* Allow localhost as a value for the host header in the http protocol test
  instead of setting an empty host header and let the http server decide


Revision 1.439 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 09:01:48 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.438: +2 -0 lines
Diff to previous 1.438
set locale to C to make processing of numbers, date, etc. easier


Revision 1.438 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 17:46:32 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.437: +3 -0 lines
Diff to previous 1.437
Fix solaris resource monitoring - uname() returns 0 or *positive* value on
Solaris if succeeded, -1 on error (note that other platforms return only
0 on success and -1 on error)


Revision 1.437 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 20:54:20 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.436: +10 -11 lines
Diff to previous 1.436
make the error flag non-persistent across monit restart/reload - the events are paired with the particular test using action memory address, which is not persistent across monit restart, thus it's not possible to pair after reload and reset the flag if the service is OK on monit start with current design. Not big deal though - if the service will fail again or is still failed after monit reload, monit will do it's job notmally. The fix just doesn't emmit alert when the service was in error state before monit stop and recovered before monit started


Revision 1.436 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 20:31:21 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.435: +3 -0 lines
Diff to previous 1.435
fix the check for bison/byacc/yacc ... the configure returned yacc by default even if not found thus the check always passed


Revision 1.435 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 18:43:46 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.434: +3 -0 lines
Diff to previous 1.434
report details on resurce recovery to be able to identify which rule applied and what is the current value


Revision 1.434 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 19:07:23 2008 UTC (15 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.433: +3 -0 lines
Diff to previous 1.433
set the content type for POST responses


Revision 1.433 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 18:23:28 2008 UTC (15 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.432: +14 -0 lines
Diff to previous 1.432
keep the state file on monit stop


Revision 1.432 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 09:15:07 2008 UTC (15 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.431: +20 -1 lines
Diff to previous 1.431
add the daemon start delay option


Revision 1.431 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 21:25:48 2008 UTC (15 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.430: +2 -1 lines
Diff to previous 1.430
*** empty log message ***


Revision 1.430 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 19:43:09 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.429: +4 -3 lines
Diff to previous 1.429
*** empty log message ***


Revision 1.429 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 19:38:28 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.428: +3 -3 lines
Diff to previous 1.428
*** empty log message ***


Revision 1.428 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 19:26:26 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.427: +6 -6 lines
Diff to previous 1.427
*** empty log message ***


Revision 1.427 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 19:18:42 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.426: +21 -0 lines
Diff to previous 1.426
add the PAM authentication


Revision 1.426 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 14:14:09 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.425: +3 -0 lines
Diff to previous 1.425
fix the possible memory leaks when event queue directory contains invalid input files (created by different programs for example)


Revision 1.425 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 11:17:37 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.424: +4 -0 lines
Diff to previous 1.424
add the LTMP protocol test


Revision 1.424 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 10:25:33 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.423: +8 -4 lines
Diff to previous 1.423
*** empty log message ***


Revision 1.423 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 00:36:06 2008 UTC (15 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.422: +3 -0 lines
Diff to previous 1.422
Unit made optional


Revision 1.422 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 05:23:08 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.421: +3 -2 lines
Diff to previous 1.421
*** empty log message ***


Revision 1.421 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 04:51:12 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.420: +4 -1 lines
Diff to previous 1.420
aix port done


Revision 1.420 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 15:33:21 2008 UTC (15 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.419: +9 -1 lines
Diff to previous 1.419
beta3


Revision 1.419 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 22:33:39 2008 UTC (15 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.418: +4 -4 lines
Diff to previous 1.418
Language


Revision 1.418 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 21:55:50 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.417: +1 -1 lines
Diff to previous 1.417
*** empty log message ***


Revision 1.417 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 21:09:14 2008 UTC (15 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.416: +32 -28 lines
Diff to previous 1.416
*** empty log message ***


Revision 1.416 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 20:42:29 2008 UTC (15 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.415: +5 -0 lines
Diff to previous 1.415
cleanup the event states on stop/unmonitor


Revision 1.415 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 15:39:23 2008 UTC (15 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.414: +6 -0 lines
Diff to previous 1.414
fix #23617: cpu usage 0%


Revision 1.414 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 21:33:14 2008 UTC (15 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.413: +3 -0 lines
Diff to previous 1.413
fix the unlimited event queue


Revision 1.413 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 02:18:22 2008 UTC (15 years, 10 months ago) by hauk
Branch: MAIN
Changes since 1.412: +3 -0 lines
Diff to previous 1.412
* Fixed #23467: Don't exit, only issue a warning if the "include"
  statement did not find any files to include.


Revision 1.412 - (view) (download) (annotate) - [select for diffs]
Fri May 16 20:37:45 2008 UTC (15 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.411: +4 -0 lines
Diff to previous 1.411
*** empty log message ***


Revision 1.411 - (view) (download) (annotate) - [select for diffs]
Sat May 10 16:20:25 2008 UTC (15 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.410: +3 -2 lines
Diff to previous 1.410
*** empty log message ***


Revision 1.410 - (view) (download) (annotate) - [select for diffs]
Sat May 10 16:14:09 2008 UTC (15 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.409: +3 -0 lines
Diff to previous 1.409
final HP-UX fix ... per-process cpu usage monitoring: since the utime+stime is in seconds, it was very inaccurate, although in general functional. We now use native pctcpu statistics which provides better results. The 100% CPU load per pctcpu corresponds to 100% utilized single core => the value reported by kernel may be > 100% if the process is multithreaded and running on multiple CPUs. This suites our need fine, since we divide the value by number of CPUs which match monit's way of CPU usage (max 100% for sum of all CPUs)


Revision 1.409 - (view) (download) (annotate) - [select for diffs]
Mon May 5 19:15:06 2008 UTC (15 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.408: +2 -2 lines
Diff to previous 1.408
*** empty log message ***


Revision 1.408 - (view) (download) (annotate) - [select for diffs]
Sun May 4 20:21:51 2008 UTC (15 years, 11 months ago) by hauk
Branch: MAIN
Changes since 1.407: +3 -0 lines
Diff to previous 1.407
Unique message id


Revision 1.407 - (view) (download) (annotate) - [select for diffs]
Mon Apr 14 22:49:08 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.406: +2 -2 lines
Diff to previous 1.406
prepare for 5.0-beta1 release


Revision 1.406 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 19:56:42 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.405: +2 -0 lines
Diff to previous 1.405
rename device to filesystem


Revision 1.405 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 18:28:00 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.404: +1 -1 lines
Diff to previous 1.404
- fix openbsd compilation
- fix memory leak


Revision 1.404 - (view) (download) (annotate) - [select for diffs]
Wed Apr 2 19:11:13 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.403: +6 -0 lines
Diff to previous 1.403
when htpasswd file is used and the hash type is set to MD5 whereas the file doesn't contain md5, report just error instead of exit


Revision 1.403 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 22:20:47 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.402: +4 -4 lines
Diff to previous 1.402
*** empty log message ***


Revision 1.402 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 21:37:15 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.401: +1 -1 lines
Diff to previous 1.401
readd the passed as alias to succeeded so the existing configurations won't need to be changed


Revision 1.401 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 21:23:09 2008 UTC (16 years ago) by martinp
Branch: MAIN
Changes since 1.400: +16 -14 lines
Diff to previous 1.400
update copyright


Revision 1.400 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 20:36:40 2008 UTC (16 years ago) by hauk
Branch: MAIN
Changes since 1.399: +8 -8 lines
Diff to previous 1.399
4.11 -> 5.0


Revision 1.399 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 11:29:26 2008 UTC (16 years ago) by hauk
Branch: MAIN
Changes since 1.398: +12 -9 lines
Diff to previous 1.398
* The event passed state is renamed to succeeded as this name
  more reflects the state of things.


Revision 1.398 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 19:47:02 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.397: +0 -3 lines
Diff to previous 1.397
remove the full start/stop/exec command from log


Revision 1.397 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 21:13:00 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.396: +4 -0 lines
Diff to previous 1.396
fix the crash on checksum when restart action was used


Revision 1.396 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 21:06:39 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.395: +14 -1 lines
Diff to previous 1.395
add the totalcpu test


Revision 1.395 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 00:41:05 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.394: +1 -1 lines
Diff to previous 1.394
microseconds provider for collected timestamp


Revision 1.394 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 22:53:45 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.393: +3 -6 lines
Diff to previous 1.393
change the default exec timeout from Run.polltime to 30s


Revision 1.393 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 22:20:26 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.392: +14 -1 lines
Diff to previous 1.392
add the exec timeout for start and stop commands


Revision 1.392 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 21:30:14 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.391: +6 -4 lines
Diff to previous 1.391
make the wait_start synchronous


Revision 1.391 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 23:02:18 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.390: +2 -2 lines
Diff to previous 1.390
add the logging of exec action


Revision 1.390 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 22:56:00 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.389: +0 -4 lines
Diff to previous 1.389
remove the orphaned changelog items - the http redirects support was removed in monit 4.9 release, so the mentioned changes were not delivered


Revision 1.389 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 22:38:42 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.388: +3 -0 lines
Diff to previous 1.388
log full start/stop command


Revision 1.388 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 22:10:06 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.387: +2 -1 lines
Diff to previous 1.387
*** empty log message ***


Revision 1.387 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 22:03:31 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.386: +4 -0 lines
Diff to previous 1.386
wait for process to start (or start to fail) before enabling monitoring again


Revision 1.386 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 23:54:59 2008 UTC (16 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.385: +5 -0 lines
Diff to previous 1.385
add the action event to track the administrator requested actions which can fix/affect the service


Revision 1.385 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 22:26:45 2008 UTC (16 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.384: +10 -0 lines
Diff to previous 1.384
add the mailserver option which allows to override the outgoing hostname used in SMTP transactions


Revision 1.384 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 21:40:11 2008 UTC (16 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.383: +3 -0 lines
Diff to previous 1.383
allow to use the 'if changed size' test even when the file doesn't exist on monit start


Revision 1.383 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 14:21:12 2008 UTC (16 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.382: +24 -24 lines
Diff to previous 1.382
Cleanup


Revision 1.382 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 22:49:53 2008 UTC (16 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.381: +3 -3 lines
Diff to previous 1.381
fix the service state for content match test on recovery


Revision 1.381 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 22:06:08 2008 UTC (16 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.380: +4 -0 lines
Diff to previous 1.380
fix the service state for content match test on recovery


Revision 1.380 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 05:08:09 2008 UTC (16 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.379: +7 -0 lines
Diff to previous 1.379
make the "all" optional when group is specified


Revision 1.379 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 09:46:11 2008 UTC (16 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.378: +3 -0 lines
Diff to previous 1.378
* Fixed #22075: Allow using a mail address as username when using
  SMTP authentication.


Revision 1.378 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 22:02:16 2008 UTC (16 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.377: +4 -0 lines
Diff to previous 1.377
* Added MONIT_DESCRIPTION to the list of environment variables
  available to programs started by monit. Thanks to Morten
  Bressendorff Schmidt for patch.


Revision 1.377 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 20:54:23 2008 UTC (16 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.376: +8 -0 lines
Diff to previous 1.376
Added SIP protocol test by Bret McDanel and Pierrick Grasland.


Revision 1.376 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 20:05:05 2007 UTC (16 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.375: +11 -2 lines
Diff to previous 1.375
fix #21550


Revision 1.375 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 20:32:29 2007 UTC (16 years, 5 months ago) by martinp
Branch: MAIN
CVS Tags: release-4-10-1
Changes since 1.374: +11 -1 lines
Diff to previous 1.374
preparation for 4.10.1 release


Revision 1.374 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 19:58:33 2007 UTC (16 years, 5 months ago) by martinp
Branch: MAIN
CVS Tags: release-4-10-0
Changes since 1.373: +34 -39 lines
Diff to previous 1.373
preparation for 4.10 release


Revision 1.373 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 16:05:38 2007 UTC (16 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.372: +5 -1 lines
Diff to previous 1.372
* Fixed #21447: Monit now adds a (dummy) Message-id header in alert
  mails to prevent any spam checkers to accidental filter out monit
  alerts based on missing message-id.


Revision 1.372 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 11:09:55 2007 UTC (16 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.371: +5 -1 lines
Diff to previous 1.371
Fixed #21354: Usage of the IMAP Protocol test was impossible due to a small
typo in the control file parser and the test would fall back to DEFAULT.
Thanks to Wolfgang Breyha for reporting the bug.


Revision 1.371 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 03:05:40 2007 UTC (16 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.370: +12 -3 lines
Diff to previous 1.370
Removed support for local redirects from the HTTP protocol test. Easier
on the server we test since we now explicit send a close connection header.

Users should provide the correct path to the resource they want to test.

Also added a new type for holding message digests, called MD_T with a defined
size of MD_SIZE and added a method for computing digest to bytes which is
better and faster than the sprintf hack used before


Revision 1.370 - (view) (download) (annotate) - [select for diffs]
Sat Oct 6 20:33:05 2007 UTC (16 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.369: +4 -0 lines
Diff to previous 1.369
continue the monitoring when the process is zombie


Revision 1.369 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 21:32:42 2007 UTC (16 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.368: +2 -0 lines
Diff to previous 1.368
update the wap.php by David Fletcher


Revision 1.368 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 20:58:51 2007 UTC (16 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.367: +9 -3 lines
Diff to previous 1.367
fix the 'match' statement when used with path to multi-line regex file and exec action


Revision 1.367 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 19:20:31 2007 UTC (16 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.366: +5 -3 lines
Diff to previous 1.366
add more details for the #16839 change (easier to understand then the magic number ;)


Revision 1.366 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 13:58:48 2007 UTC (16 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.365: +3 -1 lines
Diff to previous 1.365
Fixed #16839 https://savannah.nongnu.org/bugs/?16839


Revision 1.365 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 14:28:10 2007 UTC (16 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.364: +10 -1 lines
Diff to previous 1.364
Allow the "if changed timestamp" test to refer to a non-existing file


Revision 1.364 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 22:09:48 2007 UTC (16 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.363: +3 -0 lines
Diff to previous 1.363
fix memory leak on monit reload in regex


Revision 1.363 - (view) (download) (annotate) - [select for diffs]
Sun Aug 12 22:29:59 2007 UTC (16 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.362: +2 -2 lines
Diff to previous 1.362
prepare 4.10-beta1


Revision 1.362 - (view) (download) (annotate) - [select for diffs]
Sun Aug 12 11:09:00 2007 UTC (16 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.361: +12 -2 lines
Diff to previous 1.361
fix the smtp authentication, add the documentation


Revision 1.361 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 21:34:33 2007 UTC (16 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.360: +6 -5 lines
Diff to previous 1.360
add the smtp authentication support (configuration parser to be done yet)


Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 21:19:58 2007 UTC (16 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.359: +4 -0 lines
Diff to previous 1.359
add the http redirect modifications to changelog


Revision 1.359 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 20:09:34 2007 UTC (16 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.358: +2 -2 lines
Diff to previous 1.358
language


Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 12:54:28 2007 UTC (16 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.357: +2 -0 lines
Diff to previous 1.357
Updated to version 3 of GPL as voted on


Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 02:07:45 2007 UTC (16 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.356: +20 -18 lines
Diff to previous 1.356
* Added patch from Dave Cheney, which fix and reactivate resource testing
  for Mac OS X Tiger (Darwin 10.4.x).


Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 22:55:20 2007 UTC (16 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.355: +10 -0 lines
Diff to previous 1.355
fix the crash on monit start when the exec action is > 256


Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 16:04:51 2007 UTC (16 years, 10 months ago) by hauk
Branch: MAIN
Changes since 1.354: +6 -3 lines
Diff to previous 1.354
Avoid filling the log with "pidfile `some file' does not contain
a valid pidnumber" statements under certain circumstances


Revision 1.354 - (view) (download) (annotate) - [select for diffs]
Fri May 25 03:03:18 2007 UTC (16 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.353: +4 -0 lines
Diff to previous 1.353
*** empty log message ***


Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Wed May 16 02:23:23 2007 UTC (16 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.352: +5 -5 lines
Diff to previous 1.352
*** empty log message ***


Revision 1.352 - (view) (download) (annotate) - [select for diffs]
Wed May 16 02:21:17 2007 UTC (16 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.351: +3 -4 lines
Diff to previous 1.351
*** empty log message ***


Revision 1.351 - (view) (download) (annotate) - [select for diffs]
Wed May 16 00:24:19 2007 UTC (16 years, 11 months ago) by hauk
Branch: MAIN
Changes since 1.350: +4 -0 lines
Diff to previous 1.350
  Added patch from Klaus Heinz which sets location of monitrc at
  configure time. The previous hardcoded alternative location,
  /usr/local/etc/monitrc can now optional be set via the configure
  switch "--sysconfdir" when running configure.


Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Sun Apr 15 23:43:12 2007 UTC (17 years ago) by hauk
Branch: MAIN
Changes since 1.349: +4 -0 lines
Diff to previous 1.349
Added patch from Klaus Heinz that fix a mutex problem in log.c


Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 20:23:55 2007 UTC (17 years ago) by martinp
Branch: MAIN
Changes since 1.348: +5 -1 lines
Diff to previous 1.348
fix the crash on monit exit when match was used with file containing  multiple expressions


Revision 1.348 - (view) (download) (annotate) - [select for diffs]
Sun Apr 1 19:33:04 2007 UTC (17 years ago) by martinp
Branch: MAIN
Changes since 1.347: +5 -2 lines
Diff to previous 1.347
use post instead of get


Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 11:04:45 2007 UTC (17 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.346: +10 -1 lines
Diff to previous 1.346
use the POST method instead of GET for stop and validate - the change was lost after savannah HW failure. Second part of the patch will be recovered later.


Revision 1.346 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 22:39:58 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
CVS Tags: release-4-9
Changes since 1.345: +2 -2 lines
Diff to previous 1.345
preparation for 4.9 release


Revision 1.345 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 23:02:58 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.344: +8 -2 lines
Diff to previous 1.344
use normal font for non-error message


Revision 1.344 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 17:14:00 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.343: +8 -4 lines
Diff to previous 1.343
*** empty log message ***


Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 17:06:41 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.342: +2 -2 lines
Diff to previous 1.342
preparation for 4.9-beta1 release


Revision 1.342 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 16:00:55 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.341: +3 -0 lines
Diff to previous 1.341
fix the linux cpu usage statistics on 32-bit platforms


Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 00:04:35 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.340: +15 -0 lines
Diff to previous 1.340
fix the reverse proxy support


Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 23:22:58 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.339: +0 -15 lines
Diff to previous 1.339
fix the reverse proxy support


Revision 1.339 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 17:59:03 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.338: +15 -0 lines
Diff to previous 1.338
add the proxy support (thanks to Josh Kelley)


Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 18:10:32 2007 UTC (17 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.337: +2 -0 lines
Diff to previous 1.337
fix the unmonitor action


Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 19:21:40 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.336: +6 -5 lines
Diff to previous 1.336
don't ask for client certificate when the certificate based authentication was not enabled (IE7 displayed certificate selection dialog which the user had to cancel to continue)


Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 19:19:42 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.335: +3 -0 lines
Diff to previous 1.335
don't ask for client certificate when the certificate based authentication was not enabled (IE7 displayed certificate selection dialog which the user had to cancel to continue)


Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 16:07:10 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.334: +6 -0 lines
Diff to previous 1.334
Byacc prepends banner where it includes the stdlib.h before the p.y
prologue section. When monit is compiled on linux as 32-bit application
with largefiles (LFS) support, the _FILE_OFFSET_BITS is not set
thus the off_t doesn't match and monit will crash. To workaround
this problem we need to include our config.h ahead of byacc banner.

Note that the issue didn't occure when:

 - either bison was used instead of byacc

 - or large files support was disabled

 - or monit was compiled with 64-bit support


Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 23:58:07 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.333: +4 -0 lines
Diff to previous 1.333
don't try to stop http thread when it wasn't started


Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 23:15:41 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.332: +5 -0 lines
Diff to previous 1.332
allow to start monit in the case that the hostname configured in control file don't resolve - this is not necesarily syntax error, since the nameservice may be don't and the user can expect that monit will fix it


Revision 1.332 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 13:46:21 2007 UTC (17 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.331: +6 -0 lines
Diff to previous 1.331
print full exec action and start/stop program description


Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 08:56:32 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.330: +1 -1 lines
Diff to previous 1.330
cosmetics


Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:13:12 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.329: +3 -0 lines
Diff to previous 1.329
don't print the inet type for unix sockets


Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 11:12:01 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.328: +6 -0 lines
Diff to previous 1.328
fix the start vs. restart race condition


Revision 1.328 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 16:13:15 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.327: +3 -0 lines
Diff to previous 1.327
fix the crash of monit CLI on mac os X


Revision 1.327 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 19:18:02 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.326: +10 -0 lines
Diff to previous 1.326
fix the extra delay for udp port tests


Revision 1.326 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 10:22:15 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.325: +2 -2 lines
Diff to previous 1.325
cosmetics


Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 12:34:14 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.324: +2 -2 lines
Diff to previous 1.324
fix the linux space usage statistics (may provide bad values for some filesystems)


Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 12:21:08 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.323: +4 -0 lines
Diff to previous 1.323
fix the linux space usage statistics (may provide bad values for some filesystems)


Revision 1.323 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 00:04:42 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.322: +4 -5 lines
Diff to previous 1.322
add the noise word 'but'


Revision 1.322 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 23:50:50 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.321: +21 -2 lines
Diff to previous 1.321
add the noalert statement and alert event list negation support


Revision 1.321 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 16:42:29 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.320: +2 -0 lines
Diff to previous 1.320
fix the Mac OS X cpu usage statistic


Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 22:08:32 2006 UTC (17 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.319: +2 -0 lines
Diff to previous 1.319
fix the -l option


Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 00:16:26 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.318: +3 -2 lines
Diff to previous 1.318
fix the possible crash when some non-event file appeared in the event queue


Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 00:14:41 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.317: +8 -2 lines
Diff to previous 1.317
fix the possible crash when some non-event file appeared in the event queue


Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 23:23:09 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.316: +1 -1 lines
Diff to previous 1.316
*** empty log message ***


Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 22:02:08 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.315: +1 -1 lines
Diff to previous 1.315
*** empty log message ***


Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 21:49:47 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.314: +1 -1 lines
Diff to previous 1.314
*** empty log message ***


Revision 1.314 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 19:36:41 2006 UTC (17 years, 5 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-8-2
Changes since 1.313: +20 -19 lines
Diff to previous 1.313
minor language changes


Revision 1.313 - (view) (download) (annotate) - [select for diffs]
Tue Oct 31 22:27:55 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.312: +2 -1 lines
Diff to previous 1.312
add the netbsd 3.x support


Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 12:04:17 2006 UTC (17 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.311: +4 -0 lines
Diff to previous 1.311
fix the state amnesia race condition on reload


Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 16:28:32 2006 UTC (17 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.310: +12 -8 lines
Diff to previous 1.310
Added clamav protocol test by Debrard Sébastien. Thanks for patch!


Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 17:16:22 2006 UTC (17 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.309: +4 -0 lines
Diff to previous 1.309
SMTP protocol bugfix


Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 21:20:43 2006 UTC (17 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.308: +8 -8 lines
Diff to previous 1.308
cosmetics


Revision 1.308 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 17:33:37 2006 UTC (17 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.307: +10 -0 lines
Diff to previous 1.307
Add the filesystem flags monitoring - currently the check is implemented
just on solaris check is implemented, another platforms will be added shortly.


Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 12:47:49 2006 UTC (17 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.306: +4 -0 lines
Diff to previous 1.306
Added large file support patch by Will Bryant


Revision 1.306 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 08:40:20 2006 UTC (17 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.305: +3 -1 lines
Diff to previous 1.305
fix the cpu usage statistic


Revision 1.305 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 09:02:43 2006 UTC (17 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.304: +3 -0 lines
Diff to previous 1.304
improve the http thread responsiveness


Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 08:47:02 2006 UTC (17 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.303: +3 -3 lines
Diff to previous 1.303
improve the explanation of sun-sshd fix


Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 23:18:40 2006 UTC (17 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.302: +3 -0 lines
Diff to previous 1.302
fix the mac os x port build and implement the per-process memory monitoring for it


Revision 1.302 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 11:05:58 2006 UTC (17 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.301: +8 -1 lines
Diff to previous 1.301
fix the sun-ssh fatal warning related to socket closure


Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Wed May 10 17:13:43 2006 UTC (17 years, 11 months ago) by martinp
Branch: MAIN
CVS Tags: release-4-8-1
Changes since 1.300: +3 -0 lines
Diff to previous 1.300
Remove the false warning about TOTALMEMORY statement on linux


Revision 1.300 - (view) (download) (annotate) - [select for diffs]
Wed May 10 13:28:07 2006 UTC (17 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.299: +3 -3 lines
Diff to previous 1.299
don't stop on assert when there is no space on the filesystem where monit state file is placed


Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Wed May 10 13:27:21 2006 UTC (17 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.298: +14 -10 lines
Diff to previous 1.298
don't stop on assert when there is no space on the filesystem where monit state file is placed


Revision 1.298 - (view) (download) (annotate) - [select for diffs]
Thu May 4 23:54:33 2006 UTC (17 years, 11 months ago) by rory
Branch: MAIN
Changes since 1.297: +3 -2 lines
Diff to previous 1.297

Fix typo, add info about va_list fix also applying to 64-bit PPC.


Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Thu May 4 23:50:03 2006 UTC (17 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.296: +11 -1 lines
Diff to previous 1.296
fix the opteron crash


Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 21:48:34 2006 UTC (18 years ago) by martinp
Branch: MAIN
CVS Tags: release-4-8
Changes since 1.295: +3 -0 lines
Diff to previous 1.295
fix the support for custom event rate of PID and PPID change tests


Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 20:16:03 2006 UTC (18 years ago) by martinp
Branch: MAIN
Changes since 1.294: +11 -0 lines
Diff to previous 1.294
add the logging priority


Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 07:45:09 2006 UTC (18 years ago) by martinp
Branch: MAIN
Changes since 1.293: +3 -0 lines
Diff to previous 1.293
Ignore the process PID or PPID change when the service restart was performed under monit control (the pid change is expected)


Revision 1.293 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 23:23:26 2006 UTC (18 years ago) by hauk
Branch: MAIN
Changes since 1.292: +8 -2 lines
Diff to previous 1.292
Fixed a bug so that \0x00 bytes actually can be sent in a send statement.
Previously, usage of \0x00 in a send string (of course) truncated the  string.


Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 20:50:59 2006 UTC (18 years ago) by martinp
Branch: MAIN
Changes since 1.291: +6 -0 lines
Diff to previous 1.291
fix the joined include file misinterpretation


Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 12:11:39 2006 UTC (18 years ago) by martinp
Branch: MAIN
Changes since 1.290: +3 -0 lines
Diff to previous 1.290
don't log the false error in queue processor when the event queue directory was not created yet


Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 11:46:00 2006 UTC (18 years ago) by martinp
Branch: MAIN
Changes since 1.289: +0 -2 lines
Diff to previous 1.289
fix the xml output when monit is listening on INADDR_ANY interface


Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 20:00:21 2006 UTC (18 years, 1 month ago) by hauk
Branch: MAIN
Changes since 1.288: +7 -0 lines
Diff to previous 1.288
Mask out port number from host-header if connection is on the standard HTTP port. Some http servers may inappropriately return a redirect response if host header also include the port number. Ref. mailing list discussion.


Revision 1.288 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 22:39:25 2006 UTC (18 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.287: +4 -0 lines
Diff to previous 1.287
add the monit.spec to the monit releases


Revision 1.287 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 21:22:48 2006 UTC (18 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.286: +2 -0 lines
Diff to previous 1.286
fix the event queue directory creation mode


Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 13:20:12 2006 UTC (18 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.285: +3 -0 lines
Diff to previous 1.285
fix the ntp protocol test - leap indicator presentation


Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 19:56:42 2006 UTC (18 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.284: +1 -1 lines
Diff to previous 1.284
language


Revision 1.284 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 19:55:28 2006 UTC (18 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.283: +6 -2 lines
Diff to previous 1.283
Added Tatsuya Nonogaki PostgresSQL protocol test


Revision 1.283 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 13:07:26 2006 UTC (18 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.282: +11 -0 lines
Diff to previous 1.282
removed file, dir and fifo check as per discussion on the mailing list


Revision 1.282 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 16:47:41 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.281: +6 -0 lines
Diff to previous 1.281
add fifo service check


Revision 1.281 - (view) (download) (annotate) - [select for diffs]
Sun Dec 25 23:03:03 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.280: +1 -1 lines
Diff to previous 1.280
the smp cpu usage fix is platform dependant - linux


Revision 1.280 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 14:19:16 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.279: +2 -0 lines
Diff to previous 1.279
fix the cpu usage statistics for SMP systems


Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 21:45:37 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.278: +4 -0 lines
Diff to previous 1.278
fix the loop on the timestamp change when restart action was used in the same service


Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 21:09:14 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.277: +2 -2 lines
Diff to previous 1.277
change the version to monit-4.7


Revision 1.277 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 21:07:09 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.276: +9 -0 lines
Diff to previous 1.276
cleanup the obsolete items


Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 18:50:11 2005 UTC (18 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.275: +5 -1 lines
Diff to previous 1.275
Dependency patch provided by Philipp Berndt


Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 08:59:24 2005 UTC (18 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.274: +3 -0 lines
Diff to previous 1.274
check file and directory path verification


Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 09:35:20 2005 UTC (18 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.273: +4 -0 lines
Diff to previous 1.273
fix the alert reminder option when combined with the events restriction list


Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 16:44:04 2005 UTC (18 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.272: +7 -6 lines
Diff to previous 1.272
minor cleanup


Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 16:25:15 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.271: +17 -0 lines
Diff to previous 1.271
add the event description to the alert message


Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 23:28:22 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.270: +3 -0 lines
Diff to previous 1.270
optimization of the event logging and action handling


Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 23:45:45 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.269: +1 -1 lines
Diff to previous 1.269
add the system check documentation


Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 22:52:39 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.268: +9 -0 lines
Diff to previous 1.268
add the new service check: system


Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 11:42:01 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.267: +2 -0 lines
Diff to previous 1.267
fix the file size test


Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 10:44:58 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.266: +6 -2 lines
Diff to previous 1.266
event queue changelog description


Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 14:09:00 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.265: +5 -0 lines
Diff to previous 1.265
add the event queue implementation


Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 14:06:10 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.264: +3 -0 lines
Diff to previous 1.264
add the socket type description to the testing output


Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 14:47:20 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.263: +1 -1 lines
Diff to previous 1.263
add tns to the documentation


Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 14:32:38 2005 UTC (18 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.262: +6 -0 lines
Diff to previous 1.262
add Artyom Khafizov's oracle protocol test (TNS)


Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 17:49:28 2005 UTC (18 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.261: +12 -12 lines
Diff to previous 1.261
hex-notation is a feature not a bug fix


Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 17:16:14 2005 UTC (18 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.260: +7 -4 lines
Diff to previous 1.260
Changed the hex notation to the usual one, that is \0xHEXHEX instead of \xHEXHEX


Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 15:36:59 2005 UTC (18 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.259: +7 -0 lines
Diff to previous 1.259
o  Added simple retransmit scheme for UDP
o  Fixed send/expect to better handle UDP protocols
o  Allow non-printable chars in a send/expect test


Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 00:49:35 2005 UTC (18 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.258: +3 -0 lines
Diff to previous 1.258
Send/expect fix


Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 23:18:17 2005 UTC (18 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.257: +1 -1 lines
Diff to previous 1.257
cleanup


Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 23:01:29 2005 UTC (18 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.256: +54 -49 lines
Diff to previous 1.256
Language cleaning


Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 00:50:24 2005 UTC (18 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.255: +4 -0 lines
Diff to previous 1.255
Using ideas from Artyom Khafizov's patch to improve read from servers. Especially, we no longer hang on banners from server. This greatly improves the throughput for many protocol tests.


Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 21:57:26 2005 UTC (18 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.254: +4 -0 lines
Diff to previous 1.254
Socket buffer added


Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 20:38:21 2005 UTC (18 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.253: +4 -0 lines
Diff to previous 1.253
extend the postfix-policy protocol test by client_name field


Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 09:16:59 2005 UTC (18 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.252: +9 -0 lines
Diff to previous 1.252
add the match bugfix description


Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Wed Oct 5 21:37:47 2005 UTC (18 years, 6 months ago) by martinp
Branch: MAIN
CVS Tags: release-4-6
Changes since 1.251: +3 -0 lines
Diff to previous 1.251
fix the icmp echo id


Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 10:25:14 2005 UTC (18 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.250: +4 -0 lines
Diff to previous 1.250
readd the failed ping test vs. following connection tests optimization


Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 10:10:32 2005 UTC (18 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.249: +1 -1 lines
Diff to previous 1.249
fix small typo


Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 12:53:25 2005 UTC (18 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.248: +4 -0 lines
Diff to previous 1.248
Allow multi-line banner in the SMTP test


Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 11:06:52 2005 UTC (18 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.247: +4 -0 lines
Diff to previous 1.247
fix the DOS eol for include statement


Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 10:09:54 2005 UTC (18 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.246: +6 -0 lines
Diff to previous 1.246
fix the smtp client-server synchronization in smtp protocol test


Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Mon Sep 5 09:51:37 2005 UTC (18 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.245: +15 -1 lines
Diff to previous 1.245
add event ratio implementation


Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 01:10:27 2005 UTC (18 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.244: +3 -1 lines
Diff to previous 1.244
fix the monit abort in file checksum test with restart action


Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 11:46:25 2005 UTC (18 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.243: +6 -0 lines
Diff to previous 1.243
Close yyin when no longer in use, so we do not hold config files unnecessary open when monit runs


Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Sun Aug 14 08:44:48 2005 UTC (18 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.242: +11 -0 lines
Diff to previous 1.242
add alert reminder option


Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Fri Aug 12 22:06:46 2005 UTC (18 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.241: +6 -0 lines
Diff to previous 1.241
fix the silent service timeout on stop method failure


Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 11:21:18 2005 UTC (18 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.240: +7 -1 lines
Diff to previous 1.240
add support for multiple icmp echo requests per cycle


Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 09:38:09 2005 UTC (18 years, 8 months ago) by chopp
Branch: MAIN
Changes since 1.239: +11 -0 lines
Diff to previous 1.239
* Logfile matching added for the file checks
  IF [NOT] MATCH {regex|file} THEN action
  IGNORE [NOT] MATCH {regex|file}
* minor warnings fixed


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Thu Aug 4 10:38:42 2005 UTC (18 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.238: +6 -0 lines
Diff to previous 1.238
add support for Postfix SMTP access policy delegation protocol test


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 22:21:33 2005 UTC (18 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.237: +4 -0 lines
Diff to previous 1.237
fix CIDR version of net allow option for http interface


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 00:52:31 2005 UTC (19 years ago) by hauk
Branch: MAIN
Changes since 1.236: +1 -1 lines
Diff to previous 1.236
language


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 22:04:25 2005 UTC (19 years ago) by hauk
Branch: MAIN
Changes since 1.235: +6 -0 lines
Diff to previous 1.235
Added URL content-length bug fix


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 21:02:56 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.234: +10 -1 lines
Diff to previous 1.234
don't stop when initprocesstree failed


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 21:04:11 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.233: +1 -1 lines
Diff to previous 1.233
update the planned faetures list post 4.5.1 release


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 07:37:46 2005 UTC (19 years ago) by martinp
Branch: MAIN
CVS Tags: release-4-5-1
Changes since 1.232: +1 -1 lines
Diff to previous 1.232
add more debug messages to trace the validation cycle


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 22:25:12 2005 UTC (19 years ago) by hauk
Branch: MAIN
Changes since 1.231: +8 -8 lines
Diff to previous 1.231
wash


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 23:05:46 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.230: +2 -2 lines
Diff to previous 1.230
version preparation for 4.5.1 release


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 22:36:46 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.229: +4 -2 lines
Diff to previous 1.229
fix service timeout  which was broken in 4.5


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 19:52:57 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.228: +12 -4 lines
Diff to previous 1.228
add status summary output


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Sun Apr 3 11:56:51 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.227: +9 -1 lines
Diff to previous 1.227
Add native DNS protocol test. It is based on request for NS record of
DNS root, which should be universal enough for generic DNS test. Both
TCP and UDP transports are supported.


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Fri Apr 1 08:07:33 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.226: +5 -1 lines
Diff to previous 1.226
update documentation for mysql protocol test


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 23:27:12 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.225: +1 -1 lines
Diff to previous 1.225
post 4.5 version cosmetics


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 23:23:59 2005 UTC (19 years ago) by martinp
Branch: MAIN
Changes since 1.224: +7 -0 lines
Diff to previous 1.224
add mysql protocol test


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Mon Mar 28 22:43:57 2005 UTC (19 years, 1 month ago) by hauk
Branch: MAIN
CVS Tags: release-4-5
Changes since 1.223: +1 -340 lines
Diff to previous 1.223
Removed historical changes. Starting summary from the 3.x series


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 22:57:43 2005 UTC (19 years, 1 month ago) by hauk
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222
Minor language cleanup


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Mon Mar 14 22:39:05 2005 UTC (19 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.221: +3 -0 lines
Diff to previous 1.221
add changelog entry


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 23:48:43 2005 UTC (19 years, 1 month ago) by hauk
Branch: MAIN
Changes since 1.220: +21 -20 lines
Diff to previous 1.220
Language


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 20:58:25 2005 UTC (19 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.219: +1 -1 lines
Diff to previous 1.219
reference actualization - the button was moved to runtime page


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 19:01:44 2005 UTC (19 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.218: +7 -0 lines
Diff to previous 1.218
add daemon wakeup support via http interface


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 17:54:33 2005 UTC (19 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.217: +4 -1 lines
Diff to previous 1.217
Add Michel Marti's NTP protocol test.

Changes:
- protocol name changed from NTP to NTP3 to allow other version support
- documentation of particular data fields
- check for leap indicator and version value in response in addition to mode


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 16:45:25 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.216: +4 -0 lines
Diff to previous 1.216
fix 'set mailserver X port Y' statement


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Tue Jan 25 04:42:35 2005 UTC (19 years, 3 months ago) by hauk
Branch: MAIN
Changes since 1.215: +15 -0 lines
Diff to previous 1.215
Added the new URL statement and content testing


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 21:50:05 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.214: +0 -11 lines
Diff to previous 1.214
preparation for collector update


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 19:24:37 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.213: +4 -0 lines
Diff to previous 1.213
fix process total memory usage monitoring (Michel Marti's patch)


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 13:54:48 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.212: +3 -1 lines
Diff to previous 1.212
add NetBSD support


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 13:59:54 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.211: +3 -0 lines
Diff to previous 1.211
Add directory /usr/local/etc/ to the search path for monitrc
(this is usual location for additional/optional services on many
systems - such as FreeBSD, etc.)


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 20:33:15 2005 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.210: +10 -0 lines
Diff to previous 1.210
add pid and ppid change monitoring


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Wed Dec 29 13:38:03 2004 UTC (19 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.209: +2 -2 lines
Diff to previous 1.209
Update of todo items:
1.) remove speech support plan (i will add it more likely to m/monit)
2.) add action rules/triggers plan


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Thu Dec 23 23:29:57 2004 UTC (19 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.208: +3 -3 lines
Diff to previous 1.208
- update collector syntax (url now must not be quoted)
- fix url report for collector


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 09:48:47 2004 UTC (19 years, 4 months ago) by chopp
Branch: MAIN
Changes since 1.207: +5 -0 lines
Diff to previous 1.207
* allow NETIP/NETMASK added


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 05:39:34 2004 UTC (19 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.206: +4 -0 lines
Diff to previous 1.206
Intermediate checkin for URL content check. This checkin compiles, and parse
properly the new syntax. The next step is to implement the actual content
check. In the process a couple of things has happen:

1) The '=' char is promoted to a real keyword. It should have been like
   this a long time ago. My fault, I remember Christian asked about it.
   The reason is that == does not scan properly and must also have been a
   problem in existing code and control files?

2) URLs are scanned directly in the lexer and is now part of the parsers
   YYSTYPE. The parseURL function is removed since it's not used anymore.
   Sorry about that but we should keep with the XP tradiotion and remove
   dead/unused code.

The current parser, parse this type of statement for URL check:

check <....>
   if failed url http://username:password@foobar.com/index.html?querystring
      and content == "regexp"
      with timeout 15 seconds
   then alert

I have taken the liberty to just check this in, without asking. I hope this
is okay? since we already has voted 'yes' on including this functionality.


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 01:50:34 2004 UTC (19 years, 4 months ago) by rory
Branch: MAIN
Changes since 1.205: +3 -0 lines
Diff to previous 1.205

Use rss for mem calcs on Linux. It appears that some of the other numbers
in /proc/pid/statm that were were using were suspect in 2.4, and bogus in
2.6.


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 02:08:54 2004 UTC (19 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.204: +3 -3 lines
Diff to previous 1.204
Language, we need language washing now..


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Sun Dec 12 23:45:08 2004 UTC (19 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.203: +6 -0 lines
Diff to previous 1.203
1) Added David Fletcher's apache-status protocol test with some refactoring
2) This checkin also include quite a bit of code cleanup. Stuff is not
   finnished but I think it's a good start. See FIXME comments in the
   code!
3) Note! the parser now parse PERCENT as a standalone token. Why this should
   be connected to a real in the first place is beyond me. Anyway I have
   cleaned up the parser to use this. But please check since I may have
   misunderstod stuff here!
4) Do check if monit works with your control file, since I may have missed
   something and not tested the code properly.


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 12:27:19 2004 UTC (19 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.202: +8 -0 lines
Diff to previous 1.202
fix the device space and inode usage statistics accuracy


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Thu Oct 7 20:48:39 2004 UTC (19 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.201: +2 -0 lines
Diff to previous 1.201
fix cpu statistic on darwin


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Thu Oct 7 20:06:39 2004 UTC (19 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.200: +3 -0 lines
Diff to previous 1.200
fix real memory usage on darwin


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 07:59:29 2004 UTC (19 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.199: +1 -1 lines
Diff to previous 1.199
cosmetics


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 19:41:12 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.198: +4 -0 lines
Diff to previous 1.198
add description of monit daemon incarnation id


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 14:24:01 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.197: +16 -1 lines
Diff to previous 1.197
add event and status upstream (collector facility)


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 12:57:10 2004 UTC (19 years, 7 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-4
Changes since 1.196: +71 -69 lines
Diff to previous 1.196
Language washing
aVS: ----------------------------------------------------------------------


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 11:56:03 2004 UTC (19 years, 7 months ago) by chopp
Branch: MAIN
Changes since 1.195: +3 -0 lines
Diff to previous 1.195
parser assert fixed


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 19:34:54 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.194: +3 -0 lines
Diff to previous 1.194
fix Darwin process code


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 19:26:01 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.193: +4 -0 lines
Diff to previous 1.193
fix OpenBSD process code


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Fri Sep 3 23:29:51 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.192: +2 -0 lines
Diff to previous 1.192
add basic FreeBSD 5.x support and refactor related sysdep process code


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 20:38:59 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.191: +5 -0 lines
Diff to previous 1.191
display space usage excluding reserved space


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 19:05:45 2004 UTC (19 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.190: +3 -0 lines
Diff to previous 1.190
added Rick Robino's MacOS X contrib


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Sat Aug 28 08:31:07 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.189: +1 -1 lines
Diff to previous 1.189
fix gramatic as described in debian monit package Bug#268530


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 21:59:42 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.188: +2 -0 lines
Diff to previous 1.188
add status data collection timestamp


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 20:48:58 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187
add system wide usage report to xml and text status


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 20:00:30 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.186: +4 -0 lines
Diff to previous 1.186
extend xml and text status to report all service parameters


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 10:54:54 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.185: +2 -2 lines
Diff to previous 1.185
set version to 4.4


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 07:33:05 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.184: +3 -0 lines
Diff to previous 1.184
add changelog entry for width fix


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Mon Aug 9 10:49:41 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.183: +1 -1 lines
Diff to previous 1.183
cosmetics


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Mon Aug 9 10:35:00 2004 UTC (19 years, 8 months ago) by chopp
Branch: MAIN
Changes since 1.182: +2 -0 lines
Diff to previous 1.182
Process resource engine restuctured and changed


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Wed Aug 4 22:02:09 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.181: +5 -0 lines
Diff to previous 1.181
display initializing monitoring state until data will be collected


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Sun Aug 1 21:01:19 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.180: +5 -0 lines
Diff to previous 1.180
redirect back to the base url after action to prevent unwanted
action repetition in the case of page refresh


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Sat Jul 31 21:36:06 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.179: +3 -0 lines
Diff to previous 1.179
add actual icmp echo response time report


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Sat Jul 31 20:15:07 2004 UTC (19 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.178: +46 -0 lines
Diff to previous 1.178
add data presentation refactoring jumbopatch


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 13:16:25 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.177: +11 -10 lines
Diff to previous 1.177
move new features to the head of the changelog


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 12:20:11 2004 UTC (19 years, 9 months ago) by chopp
Branch: MAIN
Changes since 1.176: +3 -0 lines
Diff to previous 1.176
- PORT statement for SET MAILSERVER added
- static linking explained in FAQ.txt


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 20:01:20 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.175: +5 -4 lines
Diff to previous 1.175
Display actual checksum for file in webinterface only in the case
that the checksum test was requested in monitrc. It could be bad
to compute checksum for any file in the case that it was not requested
- for example for very large file.


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 19:10:30 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.174: +5 -0 lines
Diff to previous 1.174
set content type of xml status format to text/xml


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 12:26:08 2004 UTC (19 years, 9 months ago) by chopp
Branch: MAIN
Changes since 1.173: +2 -0 lines
Diff to previous 1.173
print MD5/SHA1 hashes of a file via command line


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 20:35:57 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.172: +6 -0 lines
Diff to previous 1.172
add handling of checksum failure to the web and status interface


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 22:34:20 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.171: +5 -0 lines
Diff to previous 1.171
add memory usage calculation option changelog entry


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:17:19 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.170: +3 -2 lines
Diff to previous 1.170
add notice about Hans Rauch's report :)


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:10:28 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.169: +2 -0 lines
Diff to previous 1.169
initialize the va_list copy before while cycle and free the copy after it


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 07:42:11 2004 UTC (19 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.168: +6 -0 lines
Diff to previous 1.168
fix presentation of failed state for uid, gid and permission in monit web interface


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 21:30:20 2004 UTC (19 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.167: +1 -1 lines
Diff to previous 1.167
version++


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 21:22:48 2004 UTC (19 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.166: +4 -3 lines
Diff to previous 1.166
explanation tunning :)


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 21:04:26 2004 UTC (19 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.165: +4 -0 lines
Diff to previous 1.165
Fix double free of memory in http engine - it was able to cause tweo sorts of
crashes:

1.) because the socket S pointer was not initialized, in the case that stopped
    flag was set there was a race condition which was able to free uninitialized
    memory.

2.) double free of socket can cause monit's crash. During tests it showed very
    often as monit freeze - after examination of monit address space the stack
    was corrupted. Valgrind output:

==3261== Thread 2:
==3261== Invalid free() / delete / delete[]
==3261==    at 0x3C01F918: free (vg_replace_malloc.c:127)
==3261==    by 0x80543A8: socket_free (socket.c:283)
==3261==    by 0x805F930: start_httpd (engine.c:196)
==3261==    by 0x804E7EB: thread_wrapper (http.c:160)
==3261==  Address 0x3C3B1814 is 0 bytes inside a block of size 36 free'd
==3261==    at 0x3C01F918: free (vg_replace_malloc.c:127)
==3261==    by 0x80543A8: socket_free (socket.c:283)
==3261==    by 0x805FE1E: http_processor (processor.c:150)
==3261==    by 0x805F967: start_httpd (engine.c:191)


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 14:58:06 2004 UTC (19 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.164: +3 -0 lines
Diff to previous 1.164
add the http start message notice


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Fri Jun 11 11:07:37 2004 UTC (19 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.163: +11 -1 lines
Diff to previous 1.163
add thread race condition patch


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sat May 15 20:03:50 2004 UTC (19 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.162: +9 -0 lines
Diff to previous 1.162
Fix Solaris 64-bit version compile-time warning (reported by my friend Pavel Urban :)
and update hint for 64-bit compilation.


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Wed May 5 23:12:47 2004 UTC (19 years, 11 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-3
Changes since 1.161: +5 -0 lines
Diff to previous 1.161
Fixed the problem with CR (\r) during parsing.


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Tue May 4 18:48:52 2004 UTC (19 years, 11 months ago) by martinp
Branch: MAIN
Changes since 1.160: +4 -0 lines
Diff to previous 1.160
fix remote host status report in text, xml and html formats


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 07:54:37 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.159: +19 -3 lines
Diff to previous 1.159
update changelog according to 4.2.1 release


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 19:51:17 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.158: +12 -17 lines
Diff to previous 1.158
make changelog more clear and prepare for 4.3-beta1


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 19:05:54 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.157: +29 -30 lines
Diff to previous 1.157
- update documentation and presentation

- the FAILED word is omitted in constant form of size and timestamp tests
  again, because  when it is present, it changes the meaning of the rule
  significantly. It seems to me now that previous syntax of constant test
  form test is better, in addition it is better not to break the compatibility
  of these rules.

  The only backward incompatible changes affects the variable form of
  checksum, size and timestamp tests:

  CHECKSUM:
  ---------
   Old syntax:
    IF FAILED [hashtype] CHECKSUM [EXPECT STRING] THEN action

   New constant test syntax (behavior backward incompatible):
    IF FAILED [hashtype] CHECKSUM [EXPECT STRING] THEN action [ELSE IF RECOVERED THEN action]

   New variable rule syntax (newly added):
    IF CHANGED [hashtype] CHECKSUM THEN action


  SIZE:
  -----
   Old syntax:
    IF SIZE {CHANGED|operator NUMBER size} THEN action

   New constant test syntax (behavior backward incompatible):
    IF SIZE [operator NUMBER unit] THEN action [ELSE IF RECOVERED THEN action]

   New variable rule syntax (newly added):
    IF CHANGED SIZE THEN action


  TIMESTAMP:
  ----------
   Old syntax:
    IF TIMESTAMP {CHANGED|operator NUMBER time} THEN action

   New constant test syntax (behavior backward incompatible):
    IF TIMESTAMP [operator NUMBER time] THEN action [ELSE IF RECOVERED THEN action]

   New variable rule syntax (newly added):
    IF CHANGED TIMESTAMP THEN action


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 16:58:57 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.156: +10 -11 lines
Diff to previous 1.156
add documentation for event engine


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 14:08:11 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.155: +0 -3 lines
Diff to previous 1.155
Remove build-in events action printing (it was added during refactoring) - it
makes the output more clean.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 07:04:56 2004 UTC (20 years ago) by martinp
Branch: MAIN
Changes since 1.154: +65 -16 lines
Diff to previous 1.154
add variable tests support


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 19:19:52 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.153: +12 -6 lines
Diff to previous 1.153
update changelog for event engine refactoring


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 19:01:43 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152
update changelog for event engine refactoring


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 19:00:03 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.151: +3 -2 lines
Diff to previous 1.151
update changelog for event engine refactoring


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 18:57:39 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.150: +9 -9 lines
Diff to previous 1.150
make start, stop, restart and unmonitor alert selectors backward compatible


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 18:42:56 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.149: +10 -0 lines
Diff to previous 1.149
update changelog for event engine refactoring


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 18:27:06 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.148: +32 -0 lines
Diff to previous 1.148
update changelog for event engine refactoring


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 23:01:25 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.147: +7 -7 lines
Diff to previous 1.147
update event refactoring description


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 22:56:49 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.146: +7 -1 lines
Diff to previous 1.146
update event refactoring description


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 22:33:52 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.145: +13 -1 lines
Diff to previous 1.145
add fix for wait_start thread race condition


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 20:23:34 2004 UTC (20 years, 1 month ago) by hauk
Branch: MAIN
CVS Tags: release-4-2
Changes since 1.144: +4 -4 lines
Diff to previous 1.144
release 4.2


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Mon Mar 15 17:56:40 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.143: +2 -2 lines
Diff to previous 1.143
cosmetics


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 19:12:41 2004 UTC (20 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.142: +2 -0 lines
Diff to previous 1.142
add race condition fix


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 20:19:40 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.141: +18 -19 lines
Diff to previous 1.141
Cosmetics - move incompatible changes above bugfixes (same order as we used in 4.0)


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 14:50:55 2004 UTC (20 years, 2 months ago) by chopp
Branch: MAIN
Changes since 1.140: +4 -0 lines
Diff to previous 1.140
SHA-1 checksum computation added


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 12:53:56 2004 UTC (20 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.139: +16 -5 lines
Diff to previous 1.139
Added changes suggested by Martin


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 00:45:35 2004 UTC (20 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.138: +20 -7 lines
Diff to previous 1.138
Updated in preparation for the 4.2 release


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 01:26:34 2004 UTC (20 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.137: +8 -0 lines
Diff to previous 1.137
Added status output in different formats. The code in status.c is stripped
considerably in the process


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Sat Feb 14 22:04:41 2004 UTC (20 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.136: +7 -0 lines
Diff to previous 1.136
- made handle_event() in event.c thread-safe
- Removing of the monit pid file is done as the last thing before exit()
  to ensure that no other monit daemon can start before the current is
  absolutely finnished.
- Added a "not monitored" text for services not monitored, instead of there
  status, in the monit web interface. (This has been nagging me a while :)
- Updated the Change log with the changes


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 21:07:40 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.135: +1 -2 lines
Diff to previous 1.135
update possible parser crash fix info


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 21:03:29 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.134: +1 -1 lines
Diff to previous 1.134
update line report problem status


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 22:07:08 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.133: +2 -1 lines
Diff to previous 1.133
thanks to Peter Holdaway for bug report :)


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 21:52:27 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.132: +6 -0 lines
Diff to previous 1.132
last bugfixes description


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Fri Feb 6 20:02:20 2004 UTC (20 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.131: +3 -3 lines
Diff to previous 1.131
change my mail address - old address will be canceled soon


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 23:19:06 2004 UTC (20 years, 2 months ago) by chopp
Branch: MAIN
Changes since 1.130: +4 -0 lines
Diff to previous 1.130
Support for file inclusion added


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 15:41:18 2004 UTC (20 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.129: +1 -1 lines
Diff to previous 1.129
increment the cvs version number


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 15:29:53 2004 UTC (20 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.128: +14 -0 lines
Diff to previous 1.128
httpd version signature enable/disable option added


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 21:49:20 2003 UTC (20 years, 5 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-1-1
Changes since 1.127: +3 -2 lines
Diff to previous 1.127
Minor text changes


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 19:10:59 2003 UTC (20 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.126: +10 -3 lines
Diff to previous 1.126
Bugfix: blocking large Content-Length header value
Preparing for release 4.1.1 and refactoring away unnecessary malloc


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 14:13:00 2003 UTC (20 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.125: +0 -1 lines
Diff to previous 1.125
remove one extra empty line


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 14:13:10 2003 UTC (20 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.124: +4 -0 lines
Diff to previous 1.124
Bugfix: The ssh-protocol test will now send back proper linefeed terminated
strings to the ssh server.


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 09:03:19 2003 UTC (20 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.123: +5 -1 lines
Diff to previous 1.123
Refactoring: removed the check for a valid tty to be connected to the
standard fd's (1,2). Purpose, monit will print log messages to whatever
fd(2) points to, as long as it points to something opened.


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 06:44:46 2003 UTC (20 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.122: +1 -1 lines
Diff to previous 1.122
cosmetics


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 14:52:42 2003 UTC (20 years, 5 months ago) by hauk
Branch: MAIN
Changes since 1.121: +5 -0 lines
Diff to previous 1.121
updated with the ftp-protocol fix


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 17:16:51 2003 UTC (20 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.120: +13 -2 lines
Diff to previous 1.120
global alert statement support added


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 00:11:25 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-1
Changes since 1.119: +5 -0 lines
Diff to previous 1.119
Added David Fletcher monit.php script for viewing the monit web using apache
as a "proxy"


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 18:34:32 2003 UTC (20 years, 6 months ago) by martinp
Branch: MAIN
Changes since 1.118: +4 -0 lines
Diff to previous 1.118
add description for recent changes to changelog and beta version++


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 23:20:39 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.117: +4 -3 lines
Diff to previous 1.117
Shuffled most significant features first


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 22:34:14 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.116: +3 -0 lines
Diff to previous 1.116
Beta4; Support text and updated the change log


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 16:52:49 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.115: +3 -0 lines
Diff to previous 1.115
Forgot to add the remote checksum feature


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 14:49:54 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.114: +13 -2 lines
Diff to previous 1.114
Mail server timeout implementation is done.


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 14:30:10 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.113: +3 -2 lines
Diff to previous 1.113
Language


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Wed Oct 8 21:07:32 2003 UTC (20 years, 6 months ago) by chopp
Branch: MAIN
Changes since 1.112: +5 -0 lines
Diff to previous 1.112
- support for md5 and crypt digest passwords in htpasswd styled files:

  allow [cleartext|md5|crypt] /path [users]

  attention: the command line interface is only able to connect to monit
  if at least one cleartext password or no user credential is existant


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 13:04:16 2003 UTC (20 years, 6 months ago) by hauk
Branch: MAIN
Changes since 1.111: +4 -0 lines
Diff to previous 1.111
Bugfix: Added Marco Bisioli's bugfix for unmonitoring depend, and added
him to contrib.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 15:53:22 2003 UTC (20 years, 7 months ago) by chopp
Branch: MAIN
Changes since 1.110: +3 -0 lines
Diff to previous 1.110
- generic protocol support via SEND "string"/EXPECT "(re)string"
  -> there is still a "1 shift/reduce" I can not get rid of, even though
     I donT see the effect of it
- additional examples


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 23:12:18 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.109: +23 -11 lines
Diff to previous 1.109
Updated, "Alert limitation" is not an incompatible change, but a bug fix.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 19:59:16 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.108: +6 -0 lines
Diff to previous 1.108
add description of the alert once stuff


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 17:57:36 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
cosmetics


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 16:54:28 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.106: +5 -5 lines
Diff to previous 1.106
cosmetics


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 15:22:08 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.105: +4 -0 lines
Diff to previous 1.105
- fixed device custom exec action support
- icmp echo request support added (TODO: documentation)


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 18:08:55 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.104: +4 -0 lines
Diff to previous 1.104
- add support for logging via multilog when running monit via daemontools
- add description how to enable monit to run from daemontools to FAQ


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 07:08:31 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.103: +2 -0 lines
Diff to previous 1.103
add forgotten entry from last changes


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 07:03:52 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.102: +13 -1 lines
Diff to previous 1.102
add changelog entries for last changes and differentiate cvs branch from 4.0 distribution


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 03:25:04 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
CVS Tags: release-4-0
Changes since 1.101: +26 -27 lines
Diff to previous 1.101
Last changes and cleanup. Email addresses are masqueraded a bit in
the CHANGES.txt since this file can be read via internet.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 22:25:52 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.100: +9 -0 lines
Diff to previous 1.100
Added latest changes


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 22:12:24 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.99: +4 -0 lines
Diff to previous 1.99
-i option removed


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 19:04:42 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.98: +0 -2 lines
Diff to previous 1.98
remove the note on non-blocking code - it is already presented in the changelog in bugfix list


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 18:42:09 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.97: +3 -0 lines
Diff to previous 1.97
add Run.once related entry


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 17:51:29 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.96: +4 -0 lines
Diff to previous 1.96
add description of second fixed race condition


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 13:20:48 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.95: +6 -0 lines
Diff to previous 1.95
add description of fixed race condition


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 16:15:30 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
remote host check syntax changed as discussed. New syntax: CHECK HOST name ADDRESS address


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 21:29:03 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.93: +7 -7 lines
Diff to previous 1.93
Minor language changes, adding a few prepositions and definite articles :)


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 19:36:40 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.92: +8 -1 lines
Diff to previous 1.92
- fixed++ meminfo patch added
- mem_kbyte_max changed to long integer


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 17:34:10 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.91: +3 -0 lines
Diff to previous 1.91
fix the problem of identification running process as non-running


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 15:07:53 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.90: +5 -5 lines
Diff to previous 1.90
small typpo


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 22:52:03 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.89: +14 -0 lines
Diff to previous 1.89
- Added a few more changes in the change log
- changed configure.ac and make_dist to allow for beta releases
- Added usage of openssl to the license.html file


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 15:25:56 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
cosnmetics (add colon to headers)


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 05:37:43 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.87: +88 -88 lines
Diff to previous 1.87
reorganization of changelog entry groups order and header modification - new features commes first, then incompatible changes and last one is bugfixes


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 19:19:08 2003 UTC (20 years, 7 months ago) by martinp
Branch: MAIN
Changes since 1.86: +145 -128 lines
Diff to previous 1.86
Changelog reorganized - entries are now classified as:
- bugfixes
- incompatible extensions and changes
- extension )which don;t harm old syntax

I tried to sort it by importance and logical order too - it is not easy to do so, because all changes are important
(it is like old joke from communists timeframe - "all peoples are even to each other, but some are more even then others" :)


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 19:00:40 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.85: +44 -43 lines
Diff to previous 1.85
Added Igor's rsync patch and sorted the changes a bit on "importance".


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 00:18:14 2003 UTC (20 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.84: +55 -52 lines
Diff to previous 1.84
The last checkin before the monit 4.0 beta release


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 10:51:39 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.83: +4 -4 lines
Diff to previous 1.83
text aligning


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 06:30:54 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.82: +2 -1 lines
Diff to previous 1.82
more accurate description for unmonitor


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 23:36:43 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.81: +15 -0 lines
Diff to previous 1.81
monitor/unmonitor documentation added


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Wed Aug 13 22:18:42 2003 UTC (20 years, 8 months ago) by chopp
Branch: MAIN
Changes since 1.80: +5 -0 lines
Diff to previous 1.80
- preparation for use with dietlibc/uClibc
- configure.ac tidied up
- all .[ch] files have encapsulated #include pragmas
- sprintf -> snprintf


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Aug 12 19:40:05 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.79: +16 -7 lines
Diff to previous 1.79
- uid and gid documentation added
- permission and checksum documentation updated


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 09:32:11 2003 UTC (20 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.78: +7 -0 lines
Diff to previous 1.78
- Added IF/THEN/ELSE and FAILED, RESTART and CYCLE as keywords
- FAILED is used for "binary" if-tests and put at the front of the statement

- The following statements is new (using IF/THEN), Martin you must fix
  the remaining:

  IF FAILED host port type protocol nettimeout THEN action
  IF resource resourcecycle THEN action
  IF TIMESTAMP operator NUMBER time THEN action
  IF TIMESTAMP CHANGED THEN action
  IF SPACE operator value unit THEN action
  IF SPACE operator PERCENT THEN action
  IF SIZE operator NUMBER unit THEN action
  IF SIZE CHANGED THEN action
  IF INODE operator NUMBER THEN action
  IF INODE operator PERCENT THEN action

- TIMEOUT is changed to this new style:
   IF NUMBER RESTART NUMBER CYCLE THEN TIMEOUT
  The old style; TIMEOUT NUMBER NUMBER is deprecated.

- Fixed wrong line numbers reported from the lexer upon errors

- Removed author from UPGRADE.txt, I think this is a combined effort
  now :)


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 19:19:06 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.77: +14 -9 lines
Diff to previous 1.77
new timestamp and checksum documentation added


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 15:11:29 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.76: +5 -4 lines
Diff to previous 1.76
cosmetics


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 15:03:24 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.75: +22 -7 lines
Diff to previous 1.75
add changes checksum and timestamp description


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 07:52:11 2003 UTC (20 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.74: +5 -0 lines
Diff to previous 1.74
New:
  - Added connect timeout to the port statement
  - Changed the port statement to include an action
  - Improved socket_read to stop reading sooner if no data is available


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 19:19:39 2003 UTC (20 years, 8 months ago) by martinp
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73
Added size test for files. You can use exec statement as well as alert
statement in action field.

Two kinds of tests are supported (examples):

1.) if size changed then alert        /* timestamp like */

2.) if size > 100 MB then exec "..."  /* all operators and units supported */

etc.

I didn't prepared documentation, because i won't disturb Hauk's rings in
documentation refactoring :) As soon as the documentation will be synced, i can
add it (if it won't be already done :)


In addition optional permission test was added to device monitoring too -
it can detect cases, where intruder makes the device "world-readable"
(like 'chmod 666 /dev/hda1') and then read the device to get passwords (note:
intruder must obtain root for such trick to succeed, which is not covered by
this text :)


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 15:56:47 2003 UTC (20 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.72: +31 -16 lines
Diff to previous 1.72
Added timestamp + exec changes


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 01:33:13 2003 UTC (20 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71
Forgot to credit the person who notified me about the bug


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 01:31:57 2003 UTC (20 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.70: +4 -0 lines
Diff to previous 1.70
Updated with the qmail bugfix regarding bare line feeds


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 13:33:01 2003 UTC (20 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.69: +2 -3 lines
Diff to previous 1.69
text aligning


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 08:10:13 2003 UTC (20 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.68: +3 -0 lines
Diff to previous 1.68
Francois Isabelle's rdate patch integrated


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Jul 22 20:10:31 2003 UTC (20 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
better description for changelog


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Jul 22 19:51:19 2003 UTC (20 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.66: +6 -0 lines
Diff to previous 1.66
Fix the problem with inherited filedescriptors in spawn


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 01:02:41 2003 UTC (20 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.65: +34 -30 lines
Diff to previous 1.65
Updated doc


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 20:47:35 2003 UTC (20 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.64: +11 -0 lines
Diff to previous 1.64
Documentation fixes for the, no-start-no-notification bug


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Jun 22 20:31:16 2003 UTC (20 years, 10 months ago) by hauk
Branch: MAIN
Changes since 1.63: +4 -0 lines
Diff to previous 1.63
start/stop/restart now requires a following 'all' to work


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun Jun 22 18:02:31 2003 UTC (20 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.62: +2 -0 lines
Diff to previous 1.62
- Gracefull unbind request added to LDAPv2 and LDAPv3 tests. It is not required but is recommended by RFC.

- Consolidation of RESOURCE_INODE and RESOURCE_SPACE with present RESOURCE_ID_*, which were moved to monit.h (now it is global - no longer just process resources related)


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 12:05:30 2003 UTC (20 years, 10 months ago) by chopp
Branch: MAIN
Changes since 1.61: +5 -2 lines
Diff to previous 1.61
service names without reserved word restrictions in DEPENDS


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 11:01:11 2003 UTC (20 years, 10 months ago) by chopp
Branch: MAIN
Changes since 1.60: +5 -0 lines
Diff to previous 1.60
- new resource commands cpu, mem, totalmem
- old resource commands changed to obsolete
- little clean up of resource systax


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 19:33:41 2003 UTC (20 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.59: +22 -2 lines
Diff to previous 1.59
Device, file and directory monitoring stuff added


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 12:50:41 2003 UTC (20 years, 10 months ago) by chopp
Branch: MAIN
Changes since 1.58: +2 -0 lines
Diff to previous 1.58
- bugfix in configure.ac
- resource monitoring can be turned off with --without-resource
  in configure (slow or low memory system, e.g. embedded systems),
  sysdep_UNKNOWN.c is used instead and kvm is not used in that
  case
- correct output on UNKNOWN architecture in status


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 10:06:27 2003 UTC (20 years, 10 months ago) by chopp
Branch: MAIN
Changes since 1.57: +4 -2 lines
Diff to previous 1.57
- Support for OpenBSD added, thanks to
    Margarida Sequeira <margarida@openbsd.org>
- Contributors for AIX and OpenBSD code added


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 09:48:35 2003 UTC (20 years, 10 months ago) by martinp
Branch: MAIN
Changes since 1.56: +3 -0 lines
Diff to previous 1.56
Add facility stuff info to changelog


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 09:31:16 2003 UTC (20 years, 10 months ago) by chopp
Branch: MAIN
Changes since 1.55: +9 -2 lines
Diff to previous 1.55
- New architectures: AIX, UNKNOWN
- Revised support: HP/UX (blind implementation!)
- Child process engine:
        LINUX, SOLARIS: Working
        AIX, FREEBSD, DARWIN, HP/UX: blind implemented => untested
        UNKNOWN: disabled
- Minor changes in SSL


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 23:24:22 2003 UTC (21 years ago) by hauk
Branch: MAIN
Changes since 1.54: +7 -0 lines
Diff to previous 1.54
Added the ability to change uid and gid when a program is started.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Mar 10 13:11:18 2003 UTC (21 years, 1 month ago) by martinp
Branch: MAIN
Changes since 1.53: +2 -0 lines
Diff to previous 1.53
final update


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 16:38:00 2003 UTC (21 years, 1 month ago) by hauk
Branch: MAIN
Changes since 1.52: +9 -1 lines
Diff to previous 1.52
Adding state changes and stepped up the version in preparation for the
next release.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 23:51:55 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
Encode spaces in URL link + fix keying in menu link


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 14:24:41 2003 UTC (21 years, 2 months ago) by hauk
Branch: MAIN
CVS Tags: release-3-2
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
Fixed inline url#target


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 18:58:36 2003 UTC (21 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
Update in preparation for the monit 3.2 release


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 14:18:01 2003 UTC (21 years, 2 months ago) by hauk
Branch: MAIN
Changes since 1.48: +12 -13 lines
Diff to previous 1.48
Preparing for 3.2 release. Please check! I have moved the heartbeat doc to the
examples section, which IMO makes the doc a bit easier to read - Presenting
the important stuff first and without to much text. The make_dist script is
changed to include the examples.html file in the dist.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Feb 14 08:22:33 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
Change my mail address :)


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 22:11:41 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.46: +4 -0 lines
Diff to previous 1.46
Added cluster guide topic (to popularize it :)


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 20:30:45 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.45: +10 -0 lines
Diff to previous 1.45
- let monit reload only on SIGHUP

- new monit command 'reload' added - it will cause monit's
reinitialization (send SIGHUP to running daemon)

- new monit option '-t' added - instructs monit to run in testing mode
(just parse configuration and exit). Any error is reported by parser,
otherwise success is signalized on terminal.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 17:45:30 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.44: +3 -0 lines
Diff to previous 1.44
Note about web examples section added


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 13:55:01 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.43: +4 -2 lines
Diff to previous 1.43
Monitoring status report added


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 11:29:14 2003 UTC (21 years, 2 months ago) by chopp
Branch: MAIN
Changes since 1.42: +3 -0 lines
Diff to previous 1.42
- SSL version in port tests can be changed (syntax see monit.pod).
  For carification auto works like this:

   "A TLS/SSL connection established with these methods will understand
   the SSLv2, SSLv3, and TLSv1 protocol. A client will send out SSLv2
   client hello messages and will indicate that it also understands
   SSLv3 and TLSv1."

  A pure SSLv2 and TLSv1 server would not understand such a hello
  message.  That's why it did fail for Mark.

- Resource data (/proc stuff) is reseted when a service is found not
  running.  This should prevent wrong resource data showing after a
  start of a "externally stopped" process.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Feb 10 19:39:55 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.41: +3 -1 lines
Diff to previous 1.41
Start/stop/restart race condition fixed. Thanks to Jan Henrik :)


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Feb 10 01:10:25 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
cosmetics


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Feb 10 00:09:19 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.39: +4 -0 lines
Diff to previous 1.39
Fix for monit's daemon mode "monit restart [service]" console command bug.

Restart method/action added to the monit httpd cervlet.

Simplification/modification of process control routines (toggle_validate_flag stuff replaced by restart action).


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 23:32:12 2003 UTC (21 years, 2 months ago) by martinp
Branch: MAIN
Changes since 1.38: +4 -1 lines
Diff to previous 1.38
LDAPv2 and LDAPv3 protocol tests added. They are based on BindRequest, which is the same in both versions (RFC1777 and RFC2251) - the only difference is the protocol version number.

The test are split to make the protocol tests more effective, then thay could be in the case where we will try version3 first and in the case of "unsupported version" error revert to version 2 in each connection/test.

Today's common LDAP servers support LDAPv3 - i know only one "old-fashioned" server which is Software.com's directory server (distributed with IntermailKx mailserver) (the vendor is now Openwave and the product EmailKX and probably thay have more advanced directory :)

The implementation is based just on ASN.1 BER encoded request and expected response. I implemented it with libldap and liblber too, but i found it not so effective (i looked on the openldap's BER encoder/decoder - i saw few strange chunks of the code which i don't believe so i decided more likely to write it that way (it is library independent and as simple as possible).


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jan 21 20:30:22 2003 UTC (21 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.37: +4 -0 lines
Diff to previous 1.37
failed messages (passive mode) fixed


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Jan 15 09:01:55 2003 UTC (21 years, 3 months ago) by chopp
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36
- bugfix in util.c: daylight saving calculation now uses tm_isdst
  instead of daylight (daylight just states the if the timezone has
  dst in general, tm_isdst does it for this specific time!)
- changelog update
- minor fixes


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Jan 3 20:15:16 2003 UTC (21 years, 3 months ago) by martinp
Branch: MAIN
Changes since 1.35: +7 -1 lines
Diff to previous 1.35
Added native DWP (database wire protocol) test. It is used by iPlanetCalendarServer for scalability - frontends communicates with backend database(s) by this protocol (so it is critical fro calendar functionality).

The protocol is derived from HTTP (with some little modifications), there example session that is used to identify backend server version when frontend starts communication (original request format obtained by snoop):

root@ims1 # telnet ics-1.iol.cz 9779
Trying 192.168.100.105...
Connected to ics-1.iol.cz.
Escape character is '^]'.
HEAD / HTTP/1.1
Connection: Close

HTTP/1.1 200
Date: Fri, 03 Jan 2003 19:19:46 GMT
Content-type: bin/dwp
Content-length: 0
Last-modified: Fri, 03 Jan 2003 19:19:46 GMT
Pragma: no-cache, httppc=1, dwp=1.0.0
Expires: 0
Cache-Control: no-cache
Server: iCS/5.1.1 DWPD/5.1.1

Connection closed by foreign host.
root@ims1 #

Note thet there isn't "OK" in the status and request headers are in DWP simplier than HTTP 1.1 requires.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 19:38:58 2002 UTC (21 years, 4 months ago) by hauk
Branch: MAIN
CVS Tags: release-3-1
Changes since 1.34: +4 -5 lines
Diff to previous 1.34
Language


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 11:53:05 2002 UTC (21 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.33: +8 -3 lines
Diff to previous 1.33
Added SIGHUP


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 20:50:06 2002 UTC (21 years, 4 months ago) by hauk
Branch: MAIN
Changes since 1.32: +29 -29 lines
Diff to previous 1.32
Fixed the depend function + minor cleanup here and there


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Dec 17 20:20:57 2002 UTC (21 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.31: +4 -0 lines
Diff to previous 1.31
1.) change order of information about port and address to bind to in console verbose mode
2.) add information about monit httpd port to cervlet
3.) don't require monit restart on monit's httpd interface change in monitrc


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 20:24:19 2002 UTC (21 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
hide start/stop buttons in cervlet if they weren't defined


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 18:17:31 2002 UTC (21 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
- add forgotten timestamp alert event type to alert code
- little modification/simplification of do_restart() procedure (i think it is more "clear" now - if you don't agree, i can revert it)
- allow work with timeout statement and send alerts even if start/stop/start&stop programs weren't defined (previous monit versions returned imediately from start/stop/restart methods if there wasn't defined either start or stop program).


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 18:25:05 2002 UTC (21 years, 4 months ago) by martinp
Branch: MAIN
Changes since 1.28: +2 -0 lines
Diff to previous 1.28
add information about dependency feature to changelog


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Nov 29 13:38:51 2002 UTC (21 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.27: +2 -0 lines
Diff to previous 1.27
timestamp stuff


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 22:30:02 2002 UTC (21 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.26: +3 -0 lines
Diff to previous 1.26
Add note about added Igor's ssh test to changelog


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 18 12:51:56 2002 UTC (21 years, 5 months ago) by chopp
Branch: MAIN
Changes since 1.25: +3 -0 lines
Diff to previous 1.25
- pidfile location can be changed via SET PIDFILE statement
- monitor.c: "possible bug" with getopt on arm, powerpc and s390 linux
  systems fixed (bug reported in Debian Package Tracking System:
  #169439: wrong assumption on char signedness)


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Nov 3 21:50:30 2002 UTC (21 years, 5 months ago) by martinp
Branch: MAIN
Changes since 1.24: +11 -0 lines
Diff to previous 1.24
Replace autostart with mode statement


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 8 11:34:37 2002 UTC (21 years, 6 months ago) by chopp
Branch: MAIN
Changes since 1.23: +7 -1 lines
Diff to previous 1.23
- Server side SSL support
- Docs for SSL support


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Sep 13 00:35:50 2002 UTC (21 years, 7 months ago) by hauk
Branch: MAIN
CVS Tags: release-3-0
Changes since 1.22: +13 -11 lines
Diff to previous 1.22
Grammatical changes


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 12 16:46:07 2002 UTC (21 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.21: +4 -0 lines
Diff to previous 1.21
Merged rc file check


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 11 20:45:07 2002 UTC (21 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.20: +14 -11 lines
Diff to previous 1.20
Documentation fixes


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 17:24:13 2002 UTC (21 years, 7 months ago) by hauk
Branch: MAIN
Changes since 1.19: +14 -4 lines
Diff to previous 1.19
Updated in accordance with the latest code changes


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 16:28:39 2002 UTC (21 years, 8 months ago) by chopp
Branch: MAIN
Changes since 1.18: +11 -1 lines
Diff to previous 1.18
Resource checks added, autoconf version 2.5+ used, autoheader support


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:44:35 2002 UTC (21 years, 8 months ago) by hauk
Branch: MAIN
CVS Tags: release-2-5-1
Changes since 1.17: +16 -12 lines
Diff to previous 1.17
Preparing for release 2.5.1


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 01:40:27 2002 UTC (21 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.16: +9 -3 lines
Diff to previous 1.16
Added the changed udp test


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 17:59:16 2002 UTC (21 years, 8 months ago) by hauk
Branch: MAIN
Changes since 1.15: +12 -5 lines
Diff to previous 1.15
Updated with resent changes


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 31 16:04:43 2002 UTC (21 years, 8 months ago) by chopp
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
Unix socket support


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 09:11:15 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
comment update


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 09:10:30 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.12: +9 -9 lines
Diff to previous 1.12
comment update


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 18:04:57 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11
1.) fix monit httpd startup on monitrc reinit
2.) support %xy url encoded characters in request


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 20:32:40 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
CVS Tags: release-2-5
Changes since 1.10: +8 -8 lines
Diff to previous 1.10
Elaboration


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 12:36:01 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
Uptime command added to status and changed in other files


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 07:45:08 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
2.5


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 07:37:37 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.7: +11 -10 lines
Diff to previous 1.7
New web design


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 17:41:08 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Initial support for virtual hosts and custom request in http protocol test


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 17:39:32 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.5: +9 -0 lines
Diff to previous 1.5
Initial support for virtual hosts and custom request in http protocol test


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 05:50:58 2002 UTC (21 years, 9 months ago) by martinp
Branch: MAIN
Changes since 1.4: +8 -1 lines
Diff to previous 1.4
Use IP addresses in monitrc's allow statement instead of hostnames and support IP addresses in allow statement.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 18:53:51 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
CVS Tags: release-2-4-3
Changes since 1.3: +12 -2 lines
Diff to previous 1.3
Descriptor inheritance problem fixed


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 20:52:13 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
RFC1123 date


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 02:16:47 2002 UTC (21 years, 9 months ago) by hauk
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1
Updated and changed the interface code to only accept one optional address
(Changed the ADTs to first letter uppercase)


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 27 17:54:59 2002 UTC (21 years, 10 months ago) by hauk
Branch: MAIN
CVS Tags: release-2-4-2
Start release 2.4.2


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26