Table of Contents

Enabling DataMiner SNMP agent functionality

By default, the DataMiner SNMP agent functionality is disabled, so that polling of active alarms and general DataMiner information is not possible.

To enable this functionality:

  1. Stop the DataMiner software.

  2. Open the file C:\Skyline DataMiner\DataMiner.xml.

  3. Set the enableDataMinerAgentPolling attribute of the <SNMP> tag to "true".

    <DataMiner>
      ...
      <SNMP enableDataMinerAgentPolling="true" />
      ...
    </DataMiner>
    
  4. Save the file.

  5. Restart the DataMiner software.