Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 616 Bytes

File metadata and controls

28 lines (18 loc) · 616 Bytes

mackerel-plugin-mssql

MSSQL custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-mssql [-metric-key-prefix=<PREFIX>] [-instance=<SQLSERVER|SQLEXPRESS>] [-tempfile=<tempfile>]

Example of mackerel-agent.conf

[plugin.metrics.mssql]
command = "/path/to/mackerel-plugin-mssql"

Supported Version

This plugin support following version (or later) of SQL servers.

  • Microsoft SQL Server 2017
  • Microsoft SQL Express 2017

Development

To update lib/wmi.go, you need to install mattn/wmi2struct on Windows.