home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / FailOver.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  904 b   |  26 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE FAILOVER SYSTEM "FailOver.dtd">
  3. <!-- AdventNet Web NMS Back End Fail Over Configuration XML -->
  4. <!-- $Id: FailOver.xml,v 1.1 2003/08/19 08:51:48 navaneethaj Exp $ -->
  5.  
  6. <FAILOVER>
  7.     <!-- If primary role is selected, then heart beat interval has to be given.
  8.       If StandBy role is selected, then the xml will be like the one below.
  9.     <STANDBY
  10.         FAIL_OVER_INTERVAL="60"
  11.         RETRY_COUNT="1">
  12.         <BACKUP
  13.             ENABLED="TRUE"
  14.             BACKUP_INTERVAL="600" />
  15.         <SEND_EMAIL
  16.             SMTP_SERVER="mail-server1"
  17.             TO_ADDRESS="srikanth@india.adventnet.com"
  18.             FROM_ADDRESS="webnms-admin@india.adventnet.com"
  19.             SUBJECT="Web NMS Primary Server Failed"
  20.             BODY="The Web NMS Back End Server is failed and taken over by the Hot Stand By Server"/>
  21.     </STANDBY>
  22.         The entries subject and body are optional -->
  23.  
  24.     <PRIMARY HEART_BEAT_INTERVAL="4" />
  25. </FAILOVER>
  26.