![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/50/f501ce35-295f-40ff-bbe6-89d89d516b14/f501ce35-295f-40ff-bbe6-89d89d516b14-bg16.png)
22 C611M-B (7/05)
You can configure the notifications allowed by the NVR300 as desired. To do so, perform the following steps:
CONFIGURE THE SCRIPT
1. Double-click My Computer>Local Disk (C:)>Program Files>Pelco>Email Alert.
2. Right-click ChkArray.
3. Select Edit. The Notepad Text Configuration window appears.
Figure 9. Notepad Text Configuration Window
• Locate the second block of text. The first line reads REM *** SCRIPT CONSTANTS ***. Count down six lines.
• The sixth line down reads SET _MailTo=. Change the text after the equal sign (=) to the desired e-mail address to which you want
the alert sent.
• Count down two more lines.
• The eighth line reads SET _MailSvr=. Change the text after the equal sign (=) to the IP address of your mail server.
4. Click the File menu and then click Save.
5. Click the File menu and then click Exit.
CONFIGURING ALERTS FOR AN EXTERNAL RAID NVR300
NOTE: The following information applies to external NVR300 RAID models only; and not to non-RAID models.
If a hard disk drive fails or a communication error occurs within an external RAID configuration, the NVR300 allows three types of default
notification to alert you of the failure or problem:
• RAID Manager Messages. These appear on the RAID Manager web page (access this page using the RAID Manager icon located on the
desktop) in case of failure of one or more storage components. These messages contain the error details. They cannot be controlled; that is,
they activate automatically.
• E-Mail Notifications. An e-mail server must be available and configured properly for this to work. Alert messages will be sent to an
e-mail address defined on the Email Setting tab in the RAID Manager Gateway Config menu.
• Net Send Event Notifications. These appear on the view station screen in case of failure of one or more storage components. These
messages also contain the error details. However, they can be controlled from the Event Notification window.
@ECHO OFF
REM *** THIS FILE CREATED BY PELCO, 20050126 ***
REM *** SCRIPT CONSTANTS ***
REM * You may modify values in this section.
REM * MailFrom is where the alert e-mails return address is set to
SET _MailFrom=ALERT@%COMPUTERNAME%
REM * MailTo is the address to where the alert e-mail is sent
SET _MailTo=default@Pelco.com
REM * MailSvr is the server that the e-mails are relayed through
SET _MailSvr=0.0.0.0
REM *** SETUP ***
ECHO =[ Checking Array Drives