0 Replies Latest reply on Apr 26, 2006 10:36 AM by dode

    Don't succeed to send SNMP traps

    dode

      I would like to send server errors, in addition to being logged to server.log, via SNMP to our monitoring system.

      So I uncommented the TRAP_LOG appender, adapted the ManagementHost and also changed the LocalTrapSendPort to some unprivileged port as JBoss is running as ordinary user, and added the TRAP_LOG appender to the root category, below the CONSOLE and FILE appender-refs, but it never seems to send anything.

      I tried to do the same with the SMTP appender, this works perfectly fine.

      When i move the TRAP_LOG appender-ref so it is above the CONSOLE and FILE appender-refs in the root category setup, nothing is logged, not even to CONSOLE and FILE anymore.

      I also tried to uncomment the TRAP_LOG categories but like this also nothing is logged anymore.

      Does anyone have an idea what I am missing here?

      Torsten