You are here: Data Integration > OMi Integration > OMi 10.10 Integration > Forward OMi Event Status

Forward OMi Event Status

Use the bvd-event-status command-line interface to forward event status data from OMi to BVD.

BVD data channels opened up by the bvd-event-status command-line interface:

tagomi tagmdb tagdashboard_name taglabeltagtype

Before you can use the tool, install it as described in Install and configure the event and KPI status forwarding tools on the OMi server.

Location

<OMi_HOME>/opr/bin/bvd-event-status.[bat|sh]

Synopsis

bvd-event-status <connection> -dashboard_name <Dashboard Name> [-polling_interval <Polling Interval>] [-dashboard_config <BVD Config File>] -help | -verbose | -version

Options

Option Description
{‑dashboard_name|‑dn} <Dashboard Name> Sets the name of the dashboard for which event status data will be collected.
{‑polling_interval|‑pi} <Polling Interval>

Sets the polling interval (in milliseconds) for collecting event status data.

Default: 10,000 milliseconds (10 seconds)

{‑dashboard_config|‑dc} <BVD Config File>

Sets the path to the BVD configuration file bvdconf.json. If omitted, it assumes the file in the following directory:

Windows: %OvDataDir%\shared\server\conf\opr\bvdconf.json

Linux: /var/opt/OV/shared/server/conf/opr/bvdconf.json

{‑post2|‑p2} For internal use only.
{‑help|‑h} Displays a summary of the command options.
{-verbose|-v} Prints verbose output.
‑version Displays version information for the tool.

Exit Status

Exit Status

Description

Output

0

Successful completion of the requested operation

No output.
1

Failure of the requested operation

An error message stating why the operation failed, followed by the tool's help text.
300‑399

HTTP Redirection (300-399)

An error message stating the HTTP error number and description.

For more information about HTTP error status values, see publicly available HTTP documentation.

400‑499

HTTP Client Error (400-499)

500‑599

HTTP Internal Server Error (500-599)

Examples

The following example forwards event status from the OMi monitoring dashboard OMi Health Status to BVD:

\HPBSM\opr\bin\bvd-event-status.bat ‑username admin ‑dashboard_name "OMi Health Status"

Send us feedback