3.5.1 Matrix Server Administration Guide
Chapter 15: Configure Notifiers 259
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
Sample Notifier Messages
Following is an example of a notifier message:
10.10.1.1 State VHOSTS 130 Oct 31 2000 13:13:00 Virtual
host change - 10.1.1.1 now active on 10.10.1.1
The Test Notifier option causes a test event to be generated for each of the
event/entity combinations that you configure for the notifier. Following is
an example:
10.10.1.1 Error SERVICEMONITORS 0 Oct 31 2000 13:31:31
TEST Notifier message for <notifier name>
A Sample Notifier Script
The following script sends a notifier event to the root user.
#!/bin/bash
# Basic Notifier script that sends email to root
# on the local host
exec mail -s “Matrix Notifier Event” root@localhost