IntroductionNagios is a complete infrastructure monitoring solution. Get more details about Nagios. The integration of Petals ESB and Nagios is based on getting information about the JVM. This is done using SNMP probes. InstallationNagios installationThe Nagios integration was experienced on a Linux distribution "Ubuntu Maverick Meerkat (10.10)". Nagios 3 is available through the default Ubuntu repository. So, just install the package "nagios3" using the standard way. Enabling the SNMP agents of the Petals ESB JVMsAs the Cacti integration will use SNMP probes to get information from the JVM running Petals ESB, we need to enable the SNMP agent of the JVM of each Petals ESB node. Waiting a better manner to enable the SNMP agent, on each Petals node, add the following system properties on the java command line of the script starting Petals ESB: -Dcom.sun.management.snmp.port=16161 -Dcom.sun.management.snmp.acl.file=$PETALS_HOME/conf/snmp.acl where:
acl = {
{
communities = public, private
access = read-only
managers = localhost
}
}
|
Table of contents Contributors
No contributors found for: authors on selected page(s)
|