- This is a simple project to catch other system's event ` 1. support mement event like program exception or error
- support long time event
- only support send email to notify the happened events
- Client buries point in its program via logging
- deps:
- mysql
- configures
- strategy can be set in config.py
-
long time event can set duration and times
-
monment only can set times
-
agent module:
- Collect all the client's event and record into mysql database
- event_parser module:
- Parse all event and send mail if achieving the configure threshold