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
host_name petals-esb-node-1
service_description se-ase-queue-size
check_command check_munin!activemq _size!10!50
use generic-munin-service
}
host_name petals-esb-node-1
service_description se-ase-queue-traffic
check_command check_munin!activemq _traffic!500!1000
use generic-munin-service
}
- and according to our volumetric estimations, we should not have more than 500 messages per 5 min. We accept up to twice our estimation: 1000 messages per 5 min.

Next, restart Naggios, start Petals and ActiveMQ. Go to the Nagios console:

On network domain configuration error, the message "{{I can't guess your domain, please add the domain manually}}" can appear on services associated to the queue size and queue traffic. So update:
- the command {{check_munin}} to force the domain name:
{code}
define command{
command_name check_munin
command_line /usr/lib/nagios/plugins/check_munin_rrd.pl -H $HOSTALIAS$ -d $ARG4$ -M $ARG1$ -w $ARG2$ -c $ARG3$
}
{code}
- service definitions:
{code}
define service{
host_name petals-esb-node-1
service_description se-ase-queue-traffic
check_command check_munin!activemq_traffic!500!1000!localdomain
use generic-munin-service
}
{code}





h3. Screenshots