Hello everyone,
In the past, we have been using this code through a discovery rule to find App Pools to monitor. We recently updated the zabbix agent on a server to match our current version of Zabbix (version 4.2.3). What we have found now is that we get the below error.
Invalid discovery rule value: cannot parse as a valid JSON object: invalid object format, expected opening character '{' or '[' at: 'Get-ChildItem : Cannot retrieve the dynamic parameters for the cmdlet.
Retrieving the COM class factory for component with CLSID
{688EEEE5-6A7E-422
Is there anything within Zabbix that has changed which would prevent the code from executing correctly? I have confirmed that running this code in a powershell session returns the expected results.
Regards.
In the past, we have been using this code through a discovery rule to find App Pools to monitor. We recently updated the zabbix agent on a server to match our current version of Zabbix (version 4.2.3). What we have found now is that we get the below error.
Invalid discovery rule value: cannot parse as a valid JSON object: invalid object format, expected opening character '{' or '[' at: 'Get-ChildItem : Cannot retrieve the dynamic parameters for the cmdlet.
Retrieving the COM class factory for component with CLSID
{688EEEE5-6A7E-422
Is there anything within Zabbix that has changed which would prevent the code from executing correctly? I have confirmed that running this code in a powershell session returns the expected results.
Regards.
Comment