prometheus-mssql-exporter

0.1.0 • Public • Published

Prometheus MSSQL Exporter Docker Container

Prometheus exporter for Microsoft SQL Server. Exposes the following metrics

  • UP (gauge)
  • mssql_connections (gauge)
  • TBD.

Usage

command line

SERVER=sqlserver PORT=sqlport<1443> USERNAME=sqluser PASSWORD=sqluserpassword RECONNECT=ms<1000> INTERVAL=ms<1000> EXPOSE=webport<4000> node ./index.js

for example: SERVER=192.168.56.102 USERNAME=SA PASSWORD=qkD4x3yy node ./index.js

building and pushing image to dockerhub

npm run push

pull and running latest from docker hub

docker run -e SERVER=192.168.56.102 -e USERNAME=SA -e PASSWORD=qkD4x3yy -e DEBUG=app -p 4000:4000 awaragi/prometheus-mssql-exporter

Package Sidebar

Install

npm i prometheus-mssql-exporter

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • awaragi