Hello guys and girls,
So i'm facing a little trouble in here. I have a script that goes through SSH and collects the epoch from a file and bring it back to the screen
As you can see on the image, the ssh connection takes a little bit long, but it returns me the value i'm expecting
But, when configuring it on Zabbix's GUI, i get this message:
"Received value [] is not suitable for value type [Numeric (float)]"
I tried with integer as well, but it does not work. It seems like Zabbix is getting no value from it, but it works on CLI.
Do anyone have any idea on how to help me?
So i'm facing a little trouble in here. I have a script that goes through SSH and collects the epoch from a file and bring it back to the screen
As you can see on the image, the ssh connection takes a little bit long, but it returns me the value i'm expecting
But, when configuring it on Zabbix's GUI, i get this message:
"Received value [] is not suitable for value type [Numeric (float)]"
I tried with integer as well, but it does not work. It seems like Zabbix is getting no value from it, but it works on CLI.
Do anyone have any idea on how to help me?
Comment