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
- Host: GitHub
- URL: https://github.com/zircote/collectd-aurora
- Owner: zircote
- License: apache-2.0
- Created: 2015-04-06T02:05:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T18:16:40.000Z (over 10 years ago)
- Last Synced: 2025-03-23T19:51:30.222Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```