Is anyone using Cacti to monitor SQL server counters (disk queue length, i/o requests etc).
If you are, how did you go about accomplishing this? Basically I gather a number of performance counters on my SQL Servers. I need a way to create graphs and slice and dice the data that I have gathered? If you know of any other graphing solutions let me know?
Is anyone using Cacti to monitor SQL server counters (disk queue length, i/o requests
Share
Yes, done this a few times:
http://docs.cacti.net/usertemplate:host:microsoft:sqlserver
It works really well. You need access to create a login. This is the script you run which is not invasive:
Once it’s run and you’ve added the scripts as per the installation documentation, you will be able to graph SQL metrics.
Mike