HP StorageWorks Clustered File System 3.2.1 Windows Storage Server Edition Administration Guide (February 2006)
Chapter 13: Configure Notifiers 139
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 batch file can be used in conjunction with a command-line
tool to send e-mail when notifier events are generated.
@echo off
set TMPDIR=C:\WINNT\tmp
set MAILFILE=%TMPDIR%\mailit
set SUBJECT="HP Clustered File System Event Notifier"
set EMAILTO=username@domain.com
echo %SUBJECT% > %MAILFILE%
echo Command Line: %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 >>
%MAILFILE%
<<ENTER YOUR COMMAND-LINE MAIL TOOL HERE>>