Markus Fischbacher

Results 31 issues of Markus Fischbacher

A simple devcontainer (based on the python-3) for developing Ansible projects and collections/roles - without ballast not really needed.

info-needed

Anyone tried to add prometheus metrics/integration yet? Speaking anything against it?

enhancement

fixes #430 - Include a default datadog_skip_install variable set to false/no as default - Don't override datadog_skip install in set-parse-version.yml but check if its set or use default false

It would be great if there is an option to skip creating a custom repo entry on linux. For example if the agent is uploaded to a private repository which...

## Summary Currently it's not possible to override the datadog_skip_install variable directly from host_vars (for example from inventory). It will be overridden by `set-parse-version.yml`. The only way currently is to...

Currently the setting is placed as a property in the array as are the settings itself. while for all other targets the scopes are under config.scope.* Moving the property would...

Currently no "standalone" hosts can't be scanned as in "VesterTemplate.Tests.ps1" around line 41 there is `'Host' {$Datacenter | Get-Cluster -Name $cfg.scope.cluster | Get-VMHost -Name $cfg.scope.host}` ## Expected Behavior Also scan...

##### SUMMARY Currently the condition type string to int conversion (`_construct_conditiontype`) doesn't take the zabbix version into account at all. So if at some point the api uses an id...

enhancement

##### SUMMARY zabbix_service 5.4 tests failling on: ``` fatal: [testhost]: FAILED! => {"changed": false, "msg": "Trigger Zabbix http poller processes more than 75% busy not found on host Zabbix server"}...

bug
Zabbix 5.4/6.0 support

##### SUMMARY This is a tricky one for me where I need your opinions. To do it cleanly we basically should copy all integration tests over with the new connection...

documentation
enhancement
question