Ad Widget

Collapse

Module without returning a value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmussons
    Junior Member
    • Sep 2016
    • 14

    #1

    Module without returning a value

    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.
Working...