Hello,
I have the following UserParam:
areca[],/usr/local/bin/areca-info $1 $2
There are about 10 different values that are monitored. i.e. areca[1] through areca[10] each giving different information and monitored as seperate items of course.
As these go on and off, if they are off, zabbix does not need to continuously monitor it. The way it works is fine.
The problem I am having is because one of the areca[] values returns no data, Zabbix goes unsupported.
Does this sound correct or could there be another problem I am not seeing?
As a workaround I could change the `/usr/local/bin/areca-info` script to return 0 instead of nothing but this could also be a problem returning 0 possibly could also be an emergency event (temperature or complete failure).
I have the following UserParam:
areca[],/usr/local/bin/areca-info $1 $2
There are about 10 different values that are monitored. i.e. areca[1] through areca[10] each giving different information and monitored as seperate items of course.
As these go on and off, if they are off, zabbix does not need to continuously monitor it. The way it works is fine.
The problem I am having is because one of the areca[] values returns no data, Zabbix goes unsupported.
Does this sound correct or could there be another problem I am not seeing?
As a workaround I could change the `/usr/local/bin/areca-info` script to return 0 instead of nothing but this could also be a problem returning 0 possibly could also be an emergency event (temperature or complete failure).

Comment