github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-uptime/README.md (about) 1 mackerel-plugin-uptime 2 ===================== 3 4 uptime custom metrics plugin for mackerel.io agent. 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-uptime [-metric-key-prefix=uptime] 10 ``` 11 12 ## Example of mackerel-agent.conf 13 14 ``` 15 [plugin.metrics.uptime] 16 command = "/path/to/mackerel-plugin-uptime" 17 ```