github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-mssql/README.md (about) 1 mackerel-plugin-mssql 2 ===================== 3 4 MSSQL custom metrics plugin for mackerel.io agent. 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-mssql [-metric-key-prefix=<PREFIX>] [-instance=<SQLSERVER|SQLEXPRESS>] [-tempfile=<tempfile>] 10 ``` 11 12 ## Example of mackerel-agent.conf 13 14 ``` 15 [plugin.metrics.mssql] 16 command = "/path/to/mackerel-plugin-mssql" 17 ``` 18 19 ## Supported Version 20 21 This plugin support following version (or later) of SQL servers. 22 23 * Microsoft SQL Server 2017 24 * Microsoft SQL Express 2017 25 26 ## Development 27 28 To update lib/wmi.go, you need to install [mattn/wmi2struct](https://github.com/mattn/wmi2struct) on Windows.