github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-unicorn/README.md (about)

     1  mackerel-plugin-unicorn
     2  =======================
     3  
     4  Unicorn custom metrics plugin for mackerel.io agent.
     5  
     6  Synopsis
     7  --------
     8  
     9  ```sh
    10  mackerel-plugin-unicorn [-pidfile=<path>] [-tempfile=<tempfile>] [-metric-key-prefix=<prefix>]
    11  ```
    12  
    13  Example of mackerel-agent.conf
    14  ------------------------------
    15  
    16  ```conf
    17  [plugin.metrics.unicorn]
    18  command = "/path/to/mackerel-plugin-unicorn -pidfile=/var/www/app/shared/tmp/pids/unicorn.pid"
    19  ```