Ad Widget

Collapse

Programming Loadable Modules - result messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Linwood
    Senior Member
    • Dec 2013
    • 398

    #1

    Programming Loadable Modules - result messages

    I've got a loadable module that works fine, but there's one mystery....

    SET_MSG_RESULT can be used (and is in the example dummy.c) to return error messages that might result in a failure (though it appears also can return for success).

    But where does that ever appear? It doesn't come up on the "unsupported" hover (it just says "ZBX_NOTSUPPORTED"). I don't see it in any of the database tables. I set debug to 4 and it doesn't come out there, at least that I saw.

    Is there a place these errors are supposed to bubble up and be visible?
  • Linwood
    Senior Member
    • Dec 2013
    • 398

    #2
    Does no one use loadable modules? Or am I asking a silly question?

    Comment

    Working...