|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page HistoryOn 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, example:
{code}
define command{
command_name check_munin
define command{
command_name check_munin
command_line /usr/lib/nagios/plugins/check_munin_rrd.pl -H $HOSTALIAS$ localhost.localdomain -d $ARG4$ localdomain -M $ARG1$ -w $ARG2$ -c $ARG3$
}
{code}
{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}
{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