Introduction:
This document is a draft for the next major release of monit, monit
4.0. Each feature item is listed with the responsible for the
implementation, the current progress (the color will go from blue to
green) and how we judge the importance of this feature (high, medium,
low).
Items marked with a low importance will probably not make it
into the release. If you would like to change anything or add stuff to
the list join the mailing
lists and let us know.
Feature list:
- Monitoring file systems and devices.
Responsible: | Martin |
Progress: |
100% |
Importance: | HIGH |
- Execute programs via the alert statement.
This functionality will allow you to start any program in an alert
statement, like so:
alert "/usr/bin/snpp -m "Monit: $EVENT for $PROGRAM on $HOST" rladams"
and because the alert statement is associated with events you may even
be more specific, like so:
alert "/bin/program" on { checksum }
This version of the alert statement is going to be a "fire-and-forget"
operation. That is, you cannot check the return value from the script
and do stuff like this
if alert "myprogram" > 0 then
do stuff
else
do other stuff
Never the less we think this will cover most of the need for calling
programs outside monit without implementing a regular pluggin
architecture, which we really do not want to implement.
Responsible: | Jan-Henrik |
Progress: |
0% |
Importance: | HIGH |
|