SQL alerts
Open in CalíopeWatches the value returned by a query of yours and flags ALERT when it crosses the threshold you define.
Where it is: Workspace › Tools › SQL Alerts
Open SQL Alerts from the workspace navigation bar. The table lists every configured rule with its current value and an ALERT / OK indicator.
Each rule is a query of yours: Calíope runs it at the defined interval, takes the value of the column you named and compares it against the threshold with the chosen operator (>, <, =, <>). There are no predefined metrics — you decide what to watch with SQL.
Auto-refresh: press the play button and enter the interval in seconds so rules re-evaluate on their own. When a rule meets its condition its row is flagged ALERT and the view footer counts how many are active. Re-evaluation stops when you press pause or close the tab.
Load example adds a ready-made rule —active connections above 100— so you start from something that works.
This tool sends no system notifications: the warning is the flagged row while the tab is open. For warnings that do reach the system, see the Server alerts and Replication monitor topics.
Keywords: SQL alerts, alert, threshold, rule, metric, watch, auto-refresh, interval, polling, monitor