Skip to content

mschenck/collectd-aurora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collectd-aurora

An attempt to collect(d) Apache Aurora metrics.

Use

<LoadPlugin python>
  Globals true
</LoadPlugin>

<Plugin python>
  Modulepath "/opt/collectd/lib/collectd/plugins/python"
  Import "aurora_scheduler"

  <Module aurora_scheduler>
    instance my1
    host "my1.aurora.server.com"
    port 8081
    path /vars
    verbose false
  </Module>
  <Module aurora_scheduler>
    instance my2
    host "my2.aurora.server.com"
    port 8081
    path /vars
    verbose false
  </Module>
  <Module aurora_scheduler>
    instance my3
    host "my3.aurora.server.com"
    port 8081
    ssl = true
    path /vars
    verbose false
  </Module>
</Plugin>

About

An collectd plugin for Apache Aurora

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%