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?
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?
Comment