Dennis Hoppe

Results 60 comments of Dennis Hoppe

> @dhoppe - what do you mean by "prevent" the service from starting for these tasks? They are for configuring the sensor, so when a change is made, the state...

> I hear you. But the workflow is generally like this (linux): > > 1. Install the sensor. For some reason our sensor gets installed in `started` state 🤷🏼‍♂️ ....

Why exactly do you need multiple Telegraf instances? As far as I know, you can route the inputs based on a tag to a specific output. * https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#metric-filtering

Telegraf uses an interval of 10s by default, but you can override this for a specific plugin. For example: ``` [[inputs.snmp]] interval = "1m" ``` Correct. As far as I...

The following code should work: ``` ... ProtectSystem=full ProtectHostname=true PrivateDevices=yes CapabilityBoundingSet= = 0 { -%> NoNewPrivileges=true = 0 { -%> MemoryDenyWriteExecute=yes RestrictRealtime=yes = 0 { -%> ProtectControlGroups=true ProtectKernelModules=true ProtectKernelTunables=true =...

@jovandeginste That would be great. Thank you very much.

This module depends on ```deric/zookeeper``` which is responsible for starting ZooKeeper. Please let me know, if this issue can be closed.

This should be solved, since we updated the test environment multiple times. Please let me know, if this issue can be closed.

Since we are using the module `voxpupuli/puppet-archive` instead of wget, it should be possible to use a different source than http. I think we just need to update the validation...

Can you please use the current version of the module and check if the problem still exists? Thanks.