Appboard/2.4/builder/data sources/third party/hp nnmi: Difference between revisions

imported>Andy.hopper
imported>Andy.hopper
Line 14: Line 14:
!Description
!Description
|-
|-
|'''host'''
|'''url'''
|  The hostname or IP address referring to the HP NNMi database.
|  The URL referring to the HP NNMi instance.
|-
|-
|'''port'''
|'''cacheTimeout'''
| The TCP port of the HP NNMi database. Default value is <tt>4100</tt>.
|How long the cache manager will keep a response before re-running the command.
|-
|-
|'''dbname'''
|'''httpAuthUsername'''
| The name of the HP NNMi database. Default value: <tt>NCOMS</tt>
|User name credential used to connect to HP NNMi.
|-
|-
|'''connectTimeout'''
|'''httpAuthPassword'''
|Time (in seconds) to wait for the host to respond before abandoning the establishment of a connection to a datasource. If there is latency between AppBoard and the database, due to network configuration, this value may need to be increased.
|User password credential used to connect to HP NNMi.
|-
|'''timeout'''
|Time to wait (in seconds) to wait before abandoning the retrieval of a new connection from the datasource. In the case that a great number of connections are made to this host, the size of the pool may need to be increased as a timeout typically indicates that the pool is exhausted and are waiting for a new connection "slot" to become available.
|-
|'''username'''
|User name credential used to connect to database.
|-
|'''password'''
|User password credential used to connect to database.
|}
|}

Revision as of 17:15, 31 October 2013


The HP NNMi adapter retrieves information about nodes and incidents from the HP Network Node Manager (NNMi) application.


Data Source Configuration

Configure Connection Settings

The table below details the settings you can configure for a HP NNMi Data Source:

Name Description
url The URL referring to the HP NNMi instance.
cacheTimeout How long the cache manager will keep a response before re-running the command.
httpAuthUsername User name credential used to connect to HP NNMi.
httpAuthPassword User password credential used to connect to HP NNMi.