I added a template for monitoring MS SQL Server to the wiki
http://www.zabbix.com/wiki/doku.php?...trib:templates
It is based on SQL 2005 but most everything should work on SQL 2000 as well.
If you have more than one instance you need to change the services and perf_counter checks to the names of the instance
SQLServer = MSSQL$<Your Instance Name>
SQLAgent = SQLAgent$<Your Instance Name>
ReportServer = ReportServer$<Your Instance Name>
MSSQLServerOLAPService = MSOLAP$<Your Instance Name>
Up next is my exchange template which I am still fine tuning.
http://www.zabbix.com/wiki/doku.php?...trib:templates
It is based on SQL 2005 but most everything should work on SQL 2000 as well.
If you have more than one instance you need to change the services and perf_counter checks to the names of the instance
SQLServer = MSSQL$<Your Instance Name>
SQLAgent = SQLAgent$<Your Instance Name>
ReportServer = ReportServer$<Your Instance Name>
MSSQLServerOLAPService = MSOLAP$<Your Instance Name>
Up next is my exchange template which I am still fine tuning.

Comment