Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takaishi/mackerel-plugin-standard-score
https://github.com/takaishi/mackerel-plugin-standard-score
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/takaishi/mackerel-plugin-standard-score
- Owner: takaishi
- License: mit
- Created: 2016-11-06T11:42:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T03:29:28.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T04:23:04.036Z (about 1 month ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mackerel-plugin-standard-score
====Mackerel plugin to create custom metrics standard-score from specified metrics.
## Synopsis
```
$ ./mackerel-plugin-standard-score -h
Usage of ./mackerel-plugin-standard-score:
-cli-mode
CLI Mode
-metric-name string
Metric Name
-node string
Mackerel Node Name (default: use hostname)
-role string
Role Name
-service string
Service Name
```## Example of mackerel-agent.conf
```
[plugin.metrics.memory-standard-score]
command = "MACKEREL_APIKEY='XXXX' /path/to/mackerel-plugin-standard-score -service service-name -metric-name memory.used -role role-name -node node-name"
```## Licence
[MIT](./LICENSE)
## Author
[takaishi](https://github.com/takaishi)