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

Forward OMi KPI Status

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

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.

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

omi<>kpi<>viewName<>ciName<>kpiName

tagomi tagkpi tagviewName tagciNametagkpiName

Location

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

Synopsis

bvd-kpi-status <connection> -view_name <View Name> [-kpi_name <KPI Name>] [-polling_interval <Polling Interval>] [-dashboard_config <BVD Config File>] -help | -verbose | -version

Options

Option Description
{‑view_name|‑vn} <View Name> Sets the name of the view for which KPI status data will be collected.
{-kpi_name|-kn} <KPI Name> Sets the name of the KPI for which status data will be collected. If omitted, bvd-kpi-status sends the status of all KPIs for all CIs that are related to the given view name.
{‑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 KPI status to BVD for all CIs in the view OprSample that have the KPI Unassigned Events assigned:

\HPBSM\opr\bin\bvd-kpi-status.bat ‑username admin -view_name OprSample -kpi_name "Unassigned Events"

Send us feedback