Hi,
I'm trying to monitor MSMQ with a powershell script. Running the .ps1 give me the correct result, but when i try to do it with zabbix_get, it outputs me:
Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
it shows nothing, as you can see on []
I have tried every numeric value type and no one works
I cannot put text value on data type because i need to configure a trigger between a specific values
Then i try to run the system.test, but it returns me nothing. It looks like any UserParameter works
:_( any idea?
I'm running Zabbix 3.0.4 on a windows server 2012 R2 standard
I'm trying to monitor MSMQ with a powershell script. Running the .ps1 give me the correct result, but when i try to do it with zabbix_get, it outputs me:
Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
it shows nothing, as you can see on []
I have tried every numeric value type and no one works
I cannot put text value on data type because i need to configure a trigger between a specific values
Then i try to run the system.test, but it returns me nothing. It looks like any UserParameter works
:_( any idea?
I'm running Zabbix 3.0.4 on a windows server 2012 R2 standard
Comment