Try without notify in telegraf class, SC-2522
This commit is contained in:
parent
df0b334edc
commit
98e381c712
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class eid::telegraf2 (
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
notify => [Sunet::Docker_compose["telegraf"]]
|
#notify => [Sunet::Docker_compose["telegraf"]]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Below not pretty but I'm piggy-backing on this class to add a secondary output to test the new influx2-server
|
# Below not pretty but I'm piggy-backing on this class to add a secondary output to test the new influx2-server
|
||||||
|
|
Loading…
Add table
Reference in a new issue