Hi Andreas,
great stuff, this will surely be very helpful. I think its a candidate
for the wiki, if not for the distro itself - would you mind adding a
page?
Thanks
Boris
On 01.07.2005, at 14:56, Andreas Weder wrote:
And here is what we do:
We start SEC to monitor *the public instance only* using this
shell script:
#!/bin/bash
#
# Start the monitor of the public instance
#
# We use SEC to monitor the log files.
#
# Author: Andreas Weder, NOSE Applied Intelligence AG
#
NOTIFY_ADDR="[EMAIL PROTECTED]"
echo "." | mail -A lognet -s "Notice: Web monitor started. You will be
notified on restart." $NOTIFY_ADDR
...
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------