l 2 monitoring client: add more telegraf defaults
This commit is contained in:
parent
7d9bd20248
commit
10b97adc5f
@ -3,10 +3,13 @@ with import <stockholm/lib>;
|
||||
{
|
||||
lass.telegraf = {
|
||||
enable = true;
|
||||
interval = "1s";
|
||||
|
||||
|
||||
outputs = ''
|
||||
[outputs.influxdb]
|
||||
urls = ["http://prism:8086"]
|
||||
database = "all_data"
|
||||
database = "telegraf_db"
|
||||
user_agent = "telegraf"
|
||||
'';
|
||||
inputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user