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 / Polling.conf.backup < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  2.3 KB  |  56 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <POLLING_CONF>
  3. <!--
  4. This file is used to configure data collection for the devices discovered
  5. by Web NMS.Before editing this file please read the help documentation and 
  6. look at examplePolling.conf which gives the full details of what all can be 
  7. done and how it should be done. Remember the examplePolling.conf file is not 
  8. read by the Web NMS server, it just serves as example as to how configuration 
  9. can be done.Only this file is read by the server.
  10.  
  11. For TL1 Data Collection configuration refer to the examplePolling.conf file at
  12. the end of the file. Configuring TL1 data collection parameters is easy and
  13. pretty simple. Some example entries have been provided in the
  14. examplePolling.conf file, and you can cut and paste them into this as such      and try it out.
  15. -->
  16. <POLLING_OBJECT name="Win_95">
  17. <MATCH_CRITERIA>
  18. <MO_PROPERTIES>
  19. <STRING_TYPE condition="startswith" value=".1.3.6.1.4.1.311.1.1.3.2" property="sysOID"/>
  20. </MO_PROPERTIES>
  21. </MATCH_CRITERIA>
  22. <DATA_COLLECTION pollingPeriod="300">
  23. <DATA_TO_POLL type="interface" name="INTERFACE_in_octets" oid="2.2.1.10"/>
  24. <DATA_TO_POLL type="interface" name="INTERFACE_out_octets" oid="2.2.1.16"/>
  25. <DATA_TO_POLL type="node" name="NODE_sysOID" oid="1.2.0"/>
  26. </DATA_COLLECTION>
  27. </POLLING_OBJECT>
  28. <POLLING_OBJECT name=".1.3.6.1.4.1.43.1.8.13">
  29. <MATCH_CRITERIA>
  30. <MO_PROPERTIES>
  31. <STRING_TYPE condition="startswith" value=".1.3.6.1.4.1.43.1.8.13" property="sysOID"/>
  32. </MO_PROPERTIES>
  33. </MATCH_CRITERIA>
  34. <DATA_COLLECTION pollingPeriod="600">
  35. <DATA_TO_POLL type="interface" name="INTERFACE_in_discards" oid="2.2.1.13"/>
  36. <DATA_TO_POLL type="interface" name="INTERFACE_out_discards" oid="2.2.1.19"/>
  37. </DATA_COLLECTION>
  38. </POLLING_OBJECT>
  39. <POLLING_OBJECT name="snmpnode">
  40. <MATCH_CRITERIA>
  41. <MO_PROPERTIES>
  42. <STRING_TYPE condition="equals" value="true" property="isSNMP"/>
  43. </MO_PROPERTIES>
  44. </MATCH_CRITERIA>
  45. <DATA_COLLECTION pollingPeriod="600">
  46. <DATA_TO_POLL type="interface" name="INTERFACE_out_octets" oid="2.2.1.16."/>
  47. <DATA_TO_POLL type="interface" name="INTERFACE_in_octets" oid="2.2.1.10."/>
  48. </DATA_COLLECTION>
  49. </POLLING_OBJECT>
  50. <PROVIDER>
  51. <PROTOCOL SNMP="com.adventnet.nms.poll.SnmpProtocolProvider"/>
  52. <PROTOCOL TL1="com.adventnet.nms.poll.tl1.TL1DataCollectorAsync"/>
  53. <PROTOCOL CORBA="com.adventnet.nms.poll.corba.CorbaPollProvider"/>
  54. </PROVIDER>
  55. </POLLING_CONF>
  56.