home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE FAILOVER SYSTEM "FailOver.dtd">
- <!-- AdventNet Web NMS Back End Fail Over Configuration XML -->
- <!-- $Id: FailOver.xml,v 1.1 2003/08/19 08:51:48 navaneethaj Exp $ -->
-
- <FAILOVER>
- <!-- If primary role is selected, then heart beat interval has to be given.
- If StandBy role is selected, then the xml will be like the one below.
- <STANDBY
- FAIL_OVER_INTERVAL="60"
- RETRY_COUNT="1">
- <BACKUP
- ENABLED="TRUE"
- BACKUP_INTERVAL="600" />
- <SEND_EMAIL
- SMTP_SERVER="mail-server1"
- TO_ADDRESS="srikanth@india.adventnet.com"
- FROM_ADDRESS="webnms-admin@india.adventnet.com"
- SUBJECT="Web NMS Primary Server Failed"
- BODY="The Web NMS Back End Server is failed and taken over by the Hot Stand By Server"/>
- </STANDBY>
- The entries subject and body are optional -->
-
- <PRIMARY HEART_BEAT_INTERVAL="4" />
- </FAILOVER>
-