Monitoring Petals ESB with Cacti

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
[Get more details about Cacti.|http://www.cacti.net/]


The integration of Petals ESB and Cacti is to get information about the JVM. This is done using SNMP probes.

{code}
-Dcom.sun.management.snmp.port=16161 -Dcom.sun.management.snmp.acl.file=$PETALS_HOME/conf/snmp.acl
{code}where:
{code}where:* * com.sun.management.snmp.port defines the listen port of the SNMP agent.{note} Caution, if Petals ESB runs with a user different from root, you need to use a port upper than 1024. To use a port lower than 1024 with a Petals ESB launches with a standard user, refers to the utility *privbind* (available in standard Ubuntu repository).{note}{note}To use the same port on the same machine for several java processes, refers to snmpd used as proxy.
{note}