graphite_options => [ {
'enabled' => true,
'database' => 'graphite',
'bind-address' => ':2003',
'protocol' => tcp,
'consistency-level' => 'one',
'name-separator' => '.',
'batch-size' => 1000,
'batch-pending' => 5,
'batch-timeout' => '1s',
'udp-read-buffer' => 0,
},
{
'enabled' => true,
'database' => 'graphite2',
'bind-address' => ':2011',
'protocol' => tcp,
'consistency-level' => 'one',
'name-separator' => '.',
'batch-size' => 1000,
'batch-pending' => 5,
'batch-timeout' => '1s',
'udp-read-buffer' => 0,
} ],
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template influxdb/influxdb.conf.erb:
Filepath: /etc/puppet/modules/influxdb/templates/influxdb.conf.erb
Line: 128
Detail: undefined method `key' for nil:NilClass
at /etc/puppet/modules/influxdb/manifests/server/config.pp:96 on node influxdbnode-96jxf36fl7tdfn7
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Please advice. Thank you!
Hi there,
Is it possible to define more than one graphite database?
And if it is, what should be the syntax for graphite_options?
I tried this code:
But I've got an error:
Please advice. Thank you!