Hi,
I'd like to simulate in an external scripst (bash) the NODATA condition ... So zabbix notice the nodata and save it in the Database
I don't know the value to return and if it's possible ?
I've read the source code ... but i dont know more
any idea please ?
I'v tested :
- return nothing => item unsupported
- return a null string => value save by zabbix was 0
- return FAIL => value save by zabbix was 0
- return TIMEOUT_ERROR => value save by zabbix was 0
- kill the process himself => item unsupported
- A hugly sleep of 50s => intem unsupported
Thnk in advance,
alx
I'd like to simulate in an external scripst (bash) the NODATA condition ... So zabbix notice the nodata and save it in the Database
I don't know the value to return and if it's possible ?
I've read the source code ... but i dont know more

any idea please ?

I'v tested :
- return nothing => item unsupported
- return a null string => value save by zabbix was 0
- return FAIL => value save by zabbix was 0
- return TIMEOUT_ERROR => value save by zabbix was 0
- kill the process himself => item unsupported
- A hugly sleep of 50s => intem unsupported
Thnk in advance,
alx
Comment