Hello,
I have developed a module to extend Zabbix functionallities that compares two values from different items and return the last one in time. But If the lastone have the same value of previous value I don't want to return nothing.
It's possible to tell Zabbix that the module execution is good (return SYSINFO_RET_OK) without returning a value to store to database (that is without SET_UI64_RESULT(result, Value)
?
Thank you.
Miquel.
I have developed a module to extend Zabbix functionallities that compares two values from different items and return the last one in time. But If the lastone have the same value of previous value I don't want to return nothing.
It's possible to tell Zabbix that the module execution is good (return SYSINFO_RET_OK) without returning a value to store to database (that is without SET_UI64_RESULT(result, Value)
?Thank you.
Miquel.