Shane Davidson
Shane Davidson
Amazing! I will have a look. thanks :)
I just tested this and I am getting the following error: ``` TypeError: match() missing 1 required positional argument: 'level' ``` Using the following code: ``` t1 = {'test': 'yes',...
For anyone coming here for a solution, this operator will only diff a list of matching paths ``` import re from typing import List from deepdiff import DeepDiff from deepdiff.operator...
@Heidistein would it be more beneficial to just switch the manifest to install agent2 rather than increasing complexity to support both? I have the following code working for redhat/centos https://github.com/shane-davidson/puppet-zabbix/tree/agent2...
Updating everything to zabbix-agent2 would also depend on a choco package so I have placed a request for the Zabbix guys to update the choco package to support zabbix-agent2 here:...
@Heidistein no worries. I have created a new branch here: https://github.com/shane-davidson/puppet-zabbix/tree/agent_agent2 It keeps all the same variables between agent and agent2 versions and switches between them with the bool $install_agent2...
Why not just query the main controller for the shard you are supposed to use. If the shard fails or goes away again just fall back to querying the main...
Our use case for this would include the option for a global schedule or a targeted schedule per cluster. With the targeted option overriding the global value. ``` defaultNamespace: test...
I came here for exactly the same reason, I have questions around scaling the fleet controller. I can scale up the deployment but I can see the fleet controller acquires...
I am having the same issue. Force sync is the only way I can get fleet to update the bundle deployment Does the fleet controller / BundleDeployment template the valuesFrom?...