Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • This might be helpful. We are using this to monitor our server farm. I'm pretty sure this will have the feature to track a table change in DB. Unfortunately we haven't configured up to table level. So, I'm not aware of configuring up to table level. Commented May 7, 2015 at 5:20
  • Thanks for the comment. But how can nagios help? I have only database access. I can't install anything on remote machines. Commented May 7, 2015 at 5:24
  • 3
    Do you really want to be notified -- in real time -- every time a row is inserted or updated? Think again. Commented Aug 14, 2015 at 15:02
  • Is there any valid reason why you don't have an application layer? It would seem to me the best way to do things, i.e. to have an application layer that handles the monitoring. E.g. sending e-mail from database server doesn't look like a clean architecture. Commented Jul 11, 2017 at 10:03
  • 1
    I have a small mysql plugin that does this: github.com/Cyclonecode/mysql-notification Commented Oct 2, 2019 at 5:29