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.
See the Microfocus documentation for details on NNMi components.
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 |
Your HP NNMi console username.
Type | String |
Required | Yes |
Default | N/A |
Your HP NNMi console password.
Type | String |
Required | If you are not using |
Default | N/A |
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 |
Default | N/A |
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 |
Example
filter :
{
{
origin : "REMOTELYGENERATED",
maxObjects : "999",
}
}
Filters by incident source.
Type | String |
Required | No |
Default | N/A |
Valid Values |
|
Specifies the number of events that are fetched in a single call.
Type | Integer |
Required | No |
Default | 1000 |