https://github.com/sergiotocalini/msqlix
Zabbix Agent - MSSQL
https://github.com/sergiotocalini/msqlix
monitoring mssql mssql-database powershell zabbix zabbix-templates
Last synced: 4 months ago
JSON representation
Zabbix Agent - MSSQL
- Host: GitHub
- URL: https://github.com/sergiotocalini/msqlix
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2018-03-08T10:17:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T15:19:11.000Z (over 7 years ago)
- Last Synced: 2025-06-27T10:46:25.379Z (about 1 year ago)
- Topics: monitoring, mssql, mssql-database, powershell, zabbix, zabbix-templates
- Language: PowerShell
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msqlix
Zabbix Agent - MSSQL
# Dependencies
* [Powershell (latest version)](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell)
* [Git](https://git-scm.com/download/win)
* [Zabbix Agent](http://www.suiviperf.com/zabbix/index.php)
# Deploy
We need to change some options on the zabbix_agentd configuration.
```
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> edit "C:\Program Files (x86)\Zabbix Agent\zabbix_agentd.conf"
...
Include=C:\Program Files (x86)\Zabbix Agent\zabbix_agentd.d\
...
PS C:\Users\Administrator>
```
## Zabbix
Then you can run the deploy_zabbix.ps1 script as administrator.
```
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> cd .\Desktop
PS C:\Users\Administrator\Desktop> git clone https://github.com/sergiotocalini/msqlix.git
Cloning into 'msqlix'...
remote: Counting objects: 55, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 55 (delta 1), reused 7 (delta 1), pack-reused 46
Unpacking objects: 100% (55/55), done.
PS C:\Users\Administrator\Desktop> .\msqlix\deploy_zabbix.ps1
PS C:\Users\Administrator\Desktop>
```
*_Note: the installation has to be executed on the zabbix agent host and you have to import the template on the zabbix web. The default installation directory is __"C:\Program Files (x86)\Zabbix Agent\scripts\agentd\msqlix"__. Please restart the zabbix-agent after the installation of the script._