# configuration file for automatic actions on alerts
#
# contributet by Wulf Dietrich w_dietrich@hotmail.com 14.04.2000
#
# file format:
# [<agent> - <pattern in attached file>]
# .
# commands text
# .
# [<agent> - <pattern in attached file>]
# .
# commands text
# .
# [end]

# sample action for error on filesystem /var
[fs - error - filesystem /var]

# we can do something on sending site
rsh $SENDING_HOST "hostname ; date"

# we can do something on sending site with extra configured permissions
rsh $SENDING_HOST "$SUDO hostname ; $SUDO date"

# we can do something on receiving site
hostname ; date

# we can do something on any other site
# OTHER_HOST must be set in bcnulocal
rsh $OTHER_HOST "hostname ; date"

# Do not remove the following line
[end]
