Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 484 Bytes

File metadata and controls

21 lines (14 loc) · 484 Bytes

mackerel-plugin-postgres

PostgreSQL custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-postgres -user=<username> -password=<password>

Example of mackerel-agent.conf

[plugin.metrics.postgres]
command = "/path/to/mackerel-plugin-postgres -user=test -password=secret"

References