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

https://github.com/zircote/collectd-aurora

An collectd plugin for Apache Aurora
https://github.com/zircote/collectd-aurora

Last synced: about 1 year ago
JSON representation

An collectd plugin for Apache Aurora

Awesome Lists containing this project

README

          

collectd-aurora
---------------

An attempt to collect(d) Apache Aurora metrics.

# Use

```

Globals true

Modulepath "/opt/collectd/lib/collectd/plugins/python"
Import "aurora_scheduler"


instance my1
host "my1.aurora.server.com"
port 8081
path /vars
verbose false


instance my2
host "my2.aurora.server.com"
port 8081
path /vars
verbose false


instance my3
host "my3.aurora.server.com"
port 8081
ssl = true
path /vars
verbose false

```