https://github.com/dreik/zabbixmssql
Zabbix Template and tools for Microsoft SQL Server
https://github.com/dreik/zabbixmssql
monitoring mssqlserver zabbix zabbix-templates
Last synced: 8 months ago
JSON representation
Zabbix Template and tools for Microsoft SQL Server
- Host: GitHub
- URL: https://github.com/dreik/zabbixmssql
- Owner: dreik
- License: mit
- Created: 2018-07-17T14:09:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T11:32:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T07:51:16.103Z (over 1 year ago)
- Topics: monitoring, mssqlserver, zabbix, zabbix-templates
- Language: PLpgSQL
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dreik/ZabbixMSSQL/blob/master/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.
2. Add `ZabbixMSSQL.conf` content into your `zabbix_agentd.conf`. Don't forget to modify paths to binaries according to your installation.
3. Compile .Net apps and copy binaries with dlls to path configured above. (pre-compiled binaries are available in [Releases](https://github.com/dreik/ZabbixMSSQL/releases)).
4. Restart Zabbix Agent service.
#### Influenced by
- [How to install Zabbix 3.4 monitoring server on Ubuntu 16.04 LTS](http://yallalabs.com/linux/how-to-install-zabbix-3-4-monitoring-server-on-ubuntu-16-04-lts/)
- [go-zabbix-mssql](https://github.com/khannz/go-zabbix-mssql) by khanz
- [Стиль жизни SQL](http://sqlcom.ru/) and their [Telegram group](https://t.me/sqlcom)
- [Zabbix Talks](https://t.me/ZabbixPro) telegram group (RU)
- [Zabbix plugin for Grafana](https://github.com/alexanderzobnin/grafana-zabbix)