Event Collection Options

Windows: %OvDataDir%\conf\HPBsmIntOneView\genint\oneview_events.conf

Linux: /var/opt/OV/conf/HPBsmIntOneView/genint/oneview_events.conf

Source options

Option Description

oneview-hostname

Hostname of the OneView system.

oneview-service

Service or port number, used for the connection. The default is https, which corresponds to port 443.

Default: 443

oneview-timestamp-file

Defines where the time stamp file is stored.

Default:

Linux: /var/opt/OV/tmp/HPBsmIntOneView/oneview-alerts.timestamp

Windows: %OvDataDir%\tmp\HPBsmIntOneView\oneview-alerts.timestamp

oneview-interval

If polling mode is enabled, defines the time interval (in seconds) for collecting alarms from the OneView server.

Default: 45

oneview-page-size

The amount of alerts that are fetched per page or request.

Default: 50

oneview-init-age

Specifies the maximum age of the old (existing) alerts that are collected on the initial run.

During the initial run (if there is no timestamp file), the integration fetches only alerts which have the modification timestamp not older than the given init age in minutes.

Default: 120

filename

Internal option. Do not modify it.

The name of the Lua script file used. The file must exist and be a valid Lua script.

single-run

Internal option used by the connector.

Default: true

package-path

Internal option. Do not modify it.

An additional search path for Lua modules.

Sink options

The sink options are in the section sink.

Parameter Description/default value
use-ssl

If set to true, the connections will be encrypted using SSL v3.

Default: true

uri

The URI to send the web service request to. The string must not contain the protocol, hostname or port fields but only the URI part of an URL.

Default: /bsmc/rest/events/HPBsmIntOneView

server-name

Hostname or IP address of the remote host.

Default: localhost

port

The service name or port to use for establishing the connection.

Default: 30005

use-persistency

If set to true, all incoming messages will first be persisted into a file-based store before sending them to the remote host. It also enables the retry mechanism.

Default: true

persistency-dir

Directory path, used for the persistence layer. Directory must exist.

Default: /var/opt/OV/tmp/HPBsmIntOneView (Linux)
${OvDataDir}\tmp\HPBsmIntOneView (Windows)

persistency-max-size

File size limit (in KB), which needs to be exceeded before the persistence layer starts writing into a new output file.

Default: 10240

persistency-max-files

Maximum number of persistence files to keep.

Default: 10

persistency-prefix

Prefix for the persistence files. This will be used for looking up existing persistence files on program start.

Default: 'HPBsmIntOneView-events

retry-wait

Amount of seconds to wait before retrying to send an HTTPS request, in case of an error. The retry mechanism requires the parameter use-persistency to be set to true.

Default: 30

auth-username

Username for authentication against the remote web service endpoint.

auth-password

Password for the authentication.

root-element

Name of the XML root element

Default: oneview_event_message