0

How do I configure EverServe to notify me of certain events?

There is no way to configure Everserve to do this. However, the log files are always appended, so it is possible to write a program that examines the contents of the log files and performs actions based upon them.
For example, $ grep –i error $NILE_HOME/server/everserve.log | > mail –s “Everserve errors” admin@example.com