Hello Everyone,
Unfortunately Zabbix Forums have not been very helpful to me in this matter. Hopefully someone here can change my mind about the state of the forum and how helpful it really can be.
There is no official MS SQL support in Zabbix - a nagging problem I've dived deep for hours in an attempt to find a working solution. The one "Official" solution that Zabbix provides has no support and no documentation to follow.
I have an item prototype to run a powershell script on Windows. See below item. When it runs, it fails, saying that it's an unsupported item key.
system.run["powershell C:\zabbix\scripts\database_status_disc.ps1 -instName 'PayMentServer' -dbName 'Payment'"]
What is wrong with my syntax?
Unfortunately Zabbix Forums have not been very helpful to me in this matter. Hopefully someone here can change my mind about the state of the forum and how helpful it really can be.
There is no official MS SQL support in Zabbix - a nagging problem I've dived deep for hours in an attempt to find a working solution. The one "Official" solution that Zabbix provides has no support and no documentation to follow.
I have an item prototype to run a powershell script on Windows. See below item. When it runs, it fails, saying that it's an unsupported item key.
system.run["powershell C:\zabbix\scripts\database_status_disc.ps1 -instName 'PayMentServer' -dbName 'Payment'"]
What is wrong with my syntax?
Comment