Skip to content

ekini/puppet-telegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module to install and configure telegraf --- an OSS influxdb client

Supports telegraf 0.1.9+

Example:

class { '::telegraf':
  tags => {
    dc => $::dc,
    # some other tags if you like...
  }
}
class { '::telegraf::outputs::amqp':
  url         => 'amqp://sample_user:sample_password@sample_mq_host:5672/sample_vhost',
  exchange    => 'telegraf',
  routing_tag => 'dc',
}

About

puppet module for telegraf - native client for influxdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published