dreik / ZabbixMSSQL

Zabbix Template and tools for Microsoft SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license

ZabbixMSSQL

Zabbix Template and tools for Microsoft SQL Server

This template is PoC due to the nature of SQL monitoring (every DBA would have to his own things depending on the type of load):

  • There is no triggers;
  • There is no graphs, etc;
  • You can easily extend SP to get metrics you need from your MSSQL even business metrics.

Requirements

  • Zabbix > 3.4
  • Microsoft SQL Server > 2008 R2
  • .Net Framework > 4.0

Installation

  1. Import ZabbixMSSQL.xml template into your Zabbix and attach to SQL server.
  2. Execute ZabbixMSSQL.sql on your SQL server.
  3. Add ZabbixMSSQL.conf content into your zabbix_agentd.conf. Don't forget to modify paths to binaries according to your installation.
  4. Compile .Net apps and copy binaries with dlls to path configured above. (pre-compiled binaries are available in Releases).
  5. Restart Zabbix Agent service.

Influenced by

About

Zabbix Template and tools for Microsoft SQL Server

License:MIT License


Languages

Language:PLpgSQL 51.6%Language:C# 48.4%