Poil
Poil
On cgraphz (that use CGP) I've patched https://github.com/Poil/CGraphz/blob/master/graph.php, feel free to use it :)
If needed ``` # curl -s -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance?api-version=2020-09-01" | jq { "compute": { "azEnvironment": "AzurePublicCloud", "customData": "", "isHostCompatibilityLayerVm": "false", "licenseType": "", "location": "westeurope", "name": "xxx-xxx-vm-1003", "offer": "0001-com-ubuntu-server-focal",...
It just dirty to have 5 lines of log in our logs, this should be more nicely catch
Hi, You can send a FLUSH command with the full (or relative) PATH to the RRDCache Socket, before reading the RRD File. Best regards,
Which version of the agent did you install ? v3 use libssl3
Sorry I had no time, I will try in the next week to check if it is possible or not to include a subfile for record, but I think it...
Perhaps we can only add a parameter on the available_zones "dynamic: True" (default to False) that will set the parameter "replace=False" on the file.managed zones ?
Also I think we can add a dependency on the service if there are some included files : ``` bind_restart: service.running: - name: {{ map.service }} - reload: False -...
Same issue with latest ansible version ``` ansible [core 2.16.6] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.11/dist-packages/ansible ansible collection location...
If I patch `site-packages/azure/identity/_internal/utils.py` with `self._additionally_allowed_tenants = additionally_allowed_tenants or ['*']` it works It looks like that the tenant is not passed to the identity library, I don't find why