#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(5)
#

rule	pmcd.pmda_status
	default	= "$rule$"
	enumerate = hosts
	predicate =
"some_host (
    some_inst (
        pmcd.agent.status $hosts$ != 0
    )
)"
	enabled	= yes
	version	= 1
	help	=
"For at least one Performance Metric Domain Agent (PMDA), the
agent has been observed to be unresponsive.

When any unresponsive PMDA is detected, a signal will be sent
to the local pmcd(1) to attempt to restart all such agents.";

string	rule
	default	= "Unresponsive PMDAs"
	modify	= no
	display	= no;

string	action_expand
	default	= "pmda%i[%v]"
	display	= no
	modify	= no;

string	email_expand
	default	= "host: %h pmda: %i status=%v"
	display	= no
	modify	= no;

# 
# --- DO NOT MODIFY THIS FILE --- see pmieconf(5)
