Hello sandro,
thank you for your KB-Post.
Well, if you're speaking of Microsoft SQL, there are two approaches available:
Monitoring the SQL Metrics/Statistics over WMI
This can be done with the multiple Microsoft SQL Server XXXX sensors. Here's the complete list:
These sensors will list several metrics, polled directly over WMI. This is interesting for checking up the server's usage/performance but you need to define limits/thresholds of your own for alerting. Since every environment is different, we can't hard-code alerts.
Monitoring the SQL via SQL Queries
This can be done with a specific sensor for any supported SQL Version:
This sensor however requires you to create a SQL script-file that the sensor will run after connecting to the host. This can do essentially anything that is possible with an SQL query, checking replications, tasks, uptime and so on. But since again each deployment greatly varies, we're not able to create something "standard" that will fit everyone.
However, this gives you immense flexibility. I encourage you to check with your DBA and explain what can be done, then ask about the relevant metrics, afterwards all you will need to do is to deploy his suggested queries as sensors.
Best Regards,
Luciano Lingnau [Paessler Support]
Add comment