Hi all. I have a powershell script that I would like to use is a discovery rule. The scrip is copied into the external scripts folder and I've created a .sh file. This is all tested via terminal and working ( giving me a Json output). The problem is when I try and test it via the zabbix web I'm seeing missing modules from my powershell script for the same .sh file. (Similar errors as to when the module isn't installed)
In my script I'm calling the Azure module AZ which I've installed when logged onto the server
server.
Any suggestions on what/how to go about working out why they aren't available when using the zabbix functionality? Could it be the process that zabbix uses (e.g. zabbix user) potentially doesn't have the script access?
In my script I'm calling the Azure module AZ which I've installed when logged onto the server
server.
Any suggestions on what/how to go about working out why they aren't available when using the zabbix functionality? Could it be the process that zabbix uses (e.g. zabbix user) potentially doesn't have the script access?
Comment