Event Notification Configuration in netflow.cfg
To configure event notifications from AgilePoint Server, do the procedure in this topic.
Event notifications are configured in the <notification> node of the AgilePoint Server configuration file netflow.cfg.
Prerequisites
How to Start
- On the AgilePoint Server machine, in a text editor, open the file netflow.cfg.
XML Node Format
<notification
mode="[true or false]"
format="[text or html]"
smtpService="[SMTP service assembly name]:[SMTP service class name]:
[email address],[password]"
mailServer="[your mail server]"
sender="[sender email address]"
sysadm="[AgilePoint administrator email address.
If blank, the system uses the sender email address.]"
maxRetryFailedMail="[integer that specifies how many times
the server needs to send mail if it is failed]"
emailEncoding="[encoding format]"
sendMailSeparately="[true or false]"
/>
XML Node Example
<notification
mode="true"
format="text"
smtpService="Builtin::username@sbcglobal.net,mypassword"
mailServer="smtp.sbcglobal.yahoo.com"
sender="apnotifier@mycompany.com"
sysadm="adminuser@mycompany.com"
maxRetryFailedMail="35"
emailEncoding="UTF-8"
sendMailSeparately="false"
/>
Attributes
Field Name | Definition |
---|---|
mode |
|
format |
|
smtpService |
|
mailServer |
|
sender |
|
sysadm |
|
maxRetryFailedMail |
|
emailEncoding |
|
sendMailSeparately |
|