Skip to main content

HP NNMi LAM Reference

This is a reference for the HP NNMi LAM and UI integration. The HP NNMi LAM configuration file is located at $MOOGSOFT_HOME/config/hp_nnmi_lam.conf.

Caution

Before you deploy the HP NNMi LAM, contact your Moogsoft technical account manager for the latest best practice.

The following properties are unique to the HP NNMi LAM and UI integration.

See the LAM and Integration Reference for a full description of all common properties used to configure LAMs and UI integrations.LAM and Integration Reference

See the Microfocus documentation for details on NNMi components.

webservice_endpoint

Location of the HP NNMi webservice endpoint, where examplehpnnmi is hostname or IP address. For example: http://examplehpnnmi/IncidentBeanService/IncidentBean.

Type

String

Required

Yes

Default

N/A

username

Your HP NNMi console username.

Type

String

Required

Yes

Default

N/A

password

Your HP NNMi console password.

Type

String

Required

If you are not using encrypted_password

Default

N/A

encrypted_password

If you are using an encrypted password to log in to the HP NNMi console, enter it into this field and comment the password field. The encrypted_password property overrides password.

Type

String

Required

If you are not using password

Default

N/A

filter

Filters by incident source and/or specifies the number of events that are fetched in a single call.

Type

Object

Required

No

Default

N/A

Valid Values

See the origin and maxObjects properties below.

Example

filter :
{
    {
        origin :           "REMOTELYGENERATED",
        maxObjects :           "999",
    }
}

origin

Filters by incident source.

Type

String

Required

No

Default

N/A

Valid Values

SNMPTRAP, MANAGEMENTSOFTWARE, SYSLOG, REMOTELYGENERATED, MANUALLYCREATED, OTHER.

maxObjects

Specifies the number of events that are fetched in a single call.

Type

Integer

Required

No

Default

1000