NodeWatch.Actions


 
##################################################
#
# NodeWatch Action Database
#
#
#
# This database maintains a set of action identifiers and their definitions.
# A special identifier may be used in the action definitions: _MSG_.  This
# will be replaced with messages NodeWatch issues, which will be surrounded
# by single quotes.
#
# There is an action identifier which must be in the database at all times.
# That identifier is the special identifier.  This specifies the action
# to take to send out status reports or when status reporting options are
# changed.  This is also the only action that will be acted upon in the
# case of a router being down.
#
# The format of an entry is
#
#    = 
#
##################################################

# Example:
#
# special = /usr/local/bin/qpage -f "" -p duty _MSG_
#
# techs = /usr/local/bin/qpage -f "" -p techs _MSG_
# admin = /usr/local/bin/qpage -f "" -p admin _MSG_
# jsmith = /usr/local/bin/qpage -f "" -p jsmith _MSG_
# mail-jsmith = /bin/echo _MSG_ /usr/bin/mailx -s "NodeWatch Msg" jsmith