I do most of my external Zabbix monitoring now with UserParameter configs calling PowerShell scripts. I also have some other PowerShell scripts that execute the zabbix_sender.exe. I see that with Zabbix 2.2 the agent comes with a native DLL that encapsulates the sender exe functionality.
I was wondering if anyone has had any experience with this functionality yet? Are you consuming it with other native C/C++ code/executeables or have you wrapped it in .NET? Has anyone tired using it with Pinvoke and PowerShell?
Going to start testing soon with 2.2 and wanted to find some experiences if there were any yet.
Thanks,
Joel.
I was wondering if anyone has had any experience with this functionality yet? Are you consuming it with other native C/C++ code/executeables or have you wrapped it in .NET? Has anyone tired using it with Pinvoke and PowerShell?
Going to start testing soon with 2.2 and wanted to find some experiences if there were any yet.
Thanks,
Joel.
Comment