Agents Administration - Tests
 

Default Parameters for EMCPvMeTrapsTest

This test intercepts the SNMP traps sent out by the EMC PowerVault ME storage system and reports the number and details of the SNMP trap messages so sent.

This page depicts the default parameters that need to be configured for the EMCPvMeTrapsTest.

  • The TEST PERIOD list box helps the user to decide how often this test needs to be executed.

  • Specify a comma-separated list of IP addresses or address patterns of the hosts from which traps are considered in this test in the SOURCEADDRESS text box. For example, 10.0.0.1,192.168.10.*. A leading ‘*’ signifies any number of leading characters, while a trailing ‘*’ signifies any number of trailing characters.

  • Provide a comma-separated list of OID and value pairs returned by the traps in the OIDVALUE text box. The values are to be expressed in the form, DisplayName:OID-OIDValue. For example, assume that the following OIDs are to be considered by this test: .1.3.6.1.4.1.9156.1.1.2 and .1.3.6.1.4.1.9156.1.1.3. The values of these OIDs are as given hereunder:

    OID Value
    .1.3.6.1.4.1.9156.1.1.2 Host_system
    .1.3.6.1.4.1.9156.1.1.3 NETWORK

    In this case the OIDValue parameter can be configured as Trap1:.1.3.6.1.4.1.9156.1.1.2-Host_system,Trap2:.1.3.6.1.4.1.9156.1.1.3-Network, where Trap1and Trap2 are the display names that appear as descriptors of this test in the monitor interface.

    An * can be used in the OID/value patterns to denote any number of leading or trailing characters (as the case may be). For example, to monitor all the OIDs that return values which begin with the letter ‘F’, set this parameter to Failed:*-F*.

    Typically, if a valid value is specified for an OID in the OID-value pair configured, then the test considers the configured OID for monitoring only when the actual value of the OID matches with its configured value. For instance, in the example above, if the value of OID .1.3.6.1.4.1.9156.1.1.2 is found to be Host and not Host_system, then the test ignores OID .1.3.6.1.4.1.9156.1.1.2 while monitoring. In some cases however, an OID might not be associated with a separate value - instead, the OID itself might represent a value. While configuring such OIDs for monitoring, your OIDValue specification should be: DisplayName:OID-any. For instance, to ensure that the test monitors the OID .1.3.6.1.4.1.9156.1.1.5, which in itself, say represents a failure condition, then your specification would be:

    Trap5: .1.3.6.1.4.1.9156.1.1.5-any.

  • Specifying True against SHOWOID will ensure that the detailed diagnosis of this test shows the OID strings along with their corresponding values. If you enter False, then the values alone will appear in the detailed diagnosis page, and not the OIDs.

  • The Management Controller of the EMC PowerVault ME storage system provides access for monitoring and management via the HTTP and HTTPS protocols for XML API request/response semantics. To enable the eG agent to access the management controller, invoke the XML API commands, and collect the required metrics, you need to specify the SERVICE PORT on the controller that listens for HTTP/HTTPS requests for XML API semantics. By default, this is port 80.

  • By default, TRAPOIDs parameter is set to all, indicating that the eG agent considers all the traps received from the specified Sourceaddresses. To make sure that the agent considers only specific traps received from the SourceAddress, then provide a comma-separated list of OIDs in the TrapOIDs text box. A series of OID patterns can also be specified here, so that the test considers only those OIDs that match the specified pattern(s). For instance, *94.2*,*.1.3.6.1.4.25*, where * indicates leading and/or trailing spaces.

  • DD FREQUENCY refers to the frequency with which detailed diagnosis measures are to be generated for this test. The default is 1:1. This indicates that, by default, detailed measures will be generated every time this test runs, and also every time the test detects a problem. You can modify this frequency, if you so desire. Also, if you intend to disable the detailed diagnosis capability for this test, you can do so by specifying none against DD frequency.

  • Once the necessary values have been provided, clicking on the UPDATE button will register the changes made.

When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz*” and $port will be changed to “80” when configuring a test.