Hi there,
I create a set of external checks that are supposed to return numeric data.
Everything works fine until I want to (under certain conditions) do return no data.
What am I supposed to return in order for Zabbix not to stop executing the checks at all by marking the items as not supported?
I tried to return an empty value but that just gives me an improper value.
I can always return 0, but... I'd rather have an empty graph when no data was available.
Or... should I return an exit code different from 0 to make it consider as "no data available" and not entering the "not supported state" ?
I create a set of external checks that are supposed to return numeric data.
Everything works fine until I want to (under certain conditions) do return no data.
What am I supposed to return in order for Zabbix not to stop executing the checks at all by marking the items as not supported?
I tried to return an empty value but that just gives me an improper value.
I can always return 0, but... I'd rather have an empty graph when no data was available.
Or... should I return an exit code different from 0 to make it consider as "no data available" and not entering the "not supported state" ?

Comment