Hi,
I'm using MONyog right now against a MySQL cluster that has the galera patch.
That's playing all nice so far except one thing is annoying. Which are the alerts for the long running queries.
I get to many email alerts for long running queries.
An example looks like this.
Thread ID 4
User system user
Host
Time Taken 12 Seconds
Action Notify
Query COMMIT
State committing 244888
It's always from the system user. There are constantly 10 processes that do something.
Question is, is there a way to customize the alert for long running queries that I can exclude things for the “system user”?
Thanks
Marco