Skip to content

Captures data from collectd's write_http and puts it in redis

Notifications You must be signed in to change notification settings

macros/redis-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needs collectd and the write_http module enabled

<Plugin write_http>
  <URL "http://localhost:8080/">
    Format "json"
    StoreRates false
  </URL>
</Plugin>

About

Captures data from collectd's write_http and puts it in redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages