Petals SE-ASE 1.0.x

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

Changes (5)

View Page History
define command{
command_name activemq_queue_size
command_line /usr/lib/nagios/plugins/check_jmx -U service:jmx:rmi:///jndi/rmi://$HOSTADDRESS$:$_HOSTJMXPORT$/jmxrmi -O org.apache.activemq:BrokerName=$ARG1$,Type=Queue,Destination=$ARG2$ -A QueueSize -w '$ARG3$' $ARG3$ -c '$ARG4$' $ARG4$
}

define command{
command_name activemq_queue_traffic
command_line /usr/lib/nagios/plugins/check_jmx -U service:jmx:rmi:///jndi/rmi://$HOSTADDRESS$:$_HOSTJMXPORT$/jmxrmi -O org.apache.activemq:BrokerName=$ARG1$,Type=Queue,Destination=$ARG2$ -A EnqueueCount -w '$ARG3$' $ARG3$ -c '$ARG4$' $ARG4$
}
{code}
host_name activemq-node
service_description se-ase-queue-size
check_command activemq_queue_size!localhost!testQueue!10!50
use generic-service
}
host_name activemq-node
service_description se-ase-traffic
check_command activemq_queue_size!testQueue!500!1000 activemq_queue_traffic!localhost!testQueue!500!1000
use generic-service
}
{code}

h42. Monitoring with Cacti

{tip}Solution based on an [article of R.I.Pienaar|http://www.devco.net/archives/2010/07/25/monitoring_activemq.php]{tip}