aszubarev / collectd-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collectd-runner

Requirements

Environment variables

  • HOST_NAME
    • Will be sent to Graphite
    • Required
  • GRAPHITE_HOST
    • Graphite IP or hostname
    • Required
  • GRAPHITE_PORT
    • Graphite port
    • Optional, defaults to 2003
  • GRAPHITE_PREFIX
    • Graphite prefix
    • Optional, defaults to collectd.
  • REPORT_BY_CPU
    • Report per-CPU metrics if true, global sum of CPU metrics if false (details: collectd.conf man page)
    • Optional, defaults to false.
  • COLLECT_INTERVAL
    • Collection interval and thus resolution of metrics
    • Optional, defaults to 10

Deploy

Run in root directory

./start

The following parameters are supported:

Parameter Description
-d Run server as daemon

When you first start you must make the scripts executable

chmod +x ./start && chmod +x ./stop && chmod +x ./restart

Manage

For managing server use next scripts:

Command Description
start Build all containers and run
stop Stop all containers
restart Restart only api container. Database container isn't restart

About


Languages

Language:Shell 100.0%