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 / PollAdmin.conf < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-17  |  735 b   |  29 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <PollAdmin>
  3.  
  4. <Category name="Desktop">
  5. <Poll type="StatusPolling" enable="false" displayName="Status Polling" >
  6. <Protocol name="SPOLL"/>
  7. <Protocol name="SRPOLL"/>
  8. </Poll>
  9. <Poll type="DataCollection" enable="false" displayName="Data Collection">
  10. <Protocol name="SNMP"/>
  11. </Poll>
  12. </Category>
  13.  
  14. <Category name="Server">
  15. <Poll type="StatusPolling" enable="true" displayName="Status Polling" >
  16. <Protocol name="SPOLL"/>
  17. <Protocol name="SRPOLL"/>
  18. </Poll>
  19.  
  20. <Poll type="ServicesPolling" enable="false" displayName="Services Polling">
  21. <Protocol name="SERPOLL"/>
  22. </Poll>
  23.  
  24. <Poll type="DataCollection" enable="false" displayName="Data Collection">
  25. <Protocol name="SNMP"/>
  26. </Poll>
  27. </Category>
  28.  
  29. </PollAdmin>