Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takaishi/mackerel-plugin-standard-score


https://github.com/takaishi/mackerel-plugin-standard-score

Last synced: 21 days ago
JSON representation

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)