WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

powerhome/ringflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ringflux

An Adhearsion plugin providing integration with InfluxDB

Configuration

As with all Adhearsion plugins, type rake config:show to see the list of configuration options.

Usage

data = {
  values: { active_calls: Adhearsion.active_calls.count },
  tags:   { environment: Adhearsion.environment, host: Adhearsion::Process.fqdn }
  # tags are optional
}

Ringflux.write_point "active_calls", data

See InfluxDB Ruby gem for more information.

About

InfluxDB plugin for Adhearsion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages