Skip to content

Collect Munin metrics, convert and push them into OpenTSDB

License

Notifications You must be signed in to change notification settings

busyrack/munin-opentsdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munin-opentsdb

Collect Munin metrics, convert and push them into OpenTSDB

Usage

Munin collector to OpenTSDB

Usage: munin-collector.py (options)

Options:
    -T --opentsdb-host <opentsdb host>      OpenTSDB host name or IP
    -P --opentsdb-port <opentsdb port>      OpenTSDB port
    -M --munin-nodes <munin nodes>          List of Munin nodes separated by comma.
                                            Example: server1:4949,server2:4949

Examples

nohup python munin-collector.py -T 192.168.0.10 -P 4242 -M server1:4949,server2:4949,server3:4949 &

About

Collect Munin metrics, convert and push them into OpenTSDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages