Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Configure
- Configure Event Collection in Consolidated Setups
- Configure Topology Collection in Consolidated Setups
- Configure Metric Collection in a Consolidated Setup
- Configure Data Collection in Distributed Setups
- Configure Integration to Monitor Multiple VROPS Servers
- Manage Integration Services
- Configuration Options
- Entity Mappings
Configuration Options
This topic describes configurable options for integrating VROPS events, topology, and metrics with OpsCx for VROPS. All options are preconfigured with default values that you can modify. While basic options have their default values specified in the configuration files, the default values of advanced options are implicitly defined. To modify the value of an advanced option, manually add the option and its chosen value to a configuration file.
You can find integration configuration files in the <OvDataDir>/conf/HPBsmIntVROps
directory on the Operations Connector host. They are plain text files. In a configuration file, usually in the nodes
section, each option has a value that is assigned by using the following syntax:
"<OptionName>" : "<Value>"
If the appropriate option and its value are present but commented out, remove the comment delimiter //
and modify the value as needed.
When adding an advanced option to the configuration file, make sure to add it to the appropriate subsection of the nodes
section. Use the following syntax:
,"<AdvancedOptionName>" : "<Value>"
After reconfiguring an OpsCx for VROPS integration, restart the integration service as described in Restarting the Services topic. In a distributed setup, configuration file changes affect the locally running shared service.
Some option descriptions inside the configuration files might be incomplete or incorrect.
Event Integration Options
The following tables list options in vrops_event.conf
, the event integration configuration file in a consolidated setup.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection: source |
|
|
You may not alter this option. Value: |
integration-type
|
You may not alter this option. Value:
|
Subsection: sink (wseventsink) |
|
use-ssl
|
This option enables or disables secure communication using the SSL protocol. Default value: |
uri
|
String that specifies the web address to use in the REST Web Service communication between OpsCx for VROPS and Operations Connector. Specify a valid URL string without the scheme name (protocol), hostname, and port. Default value: |
use-persistency
|
This option enables or disables a local file-based message buffering mechanism. When the mechanism is enabled, message are delivered in any circumstance. Default value: |
persistency-dir
|
Path of the directory for persistency data files—an internal buffer for the not-yet-dispatched messages. You must create the directory in advance with the read and write access enabled. Default value: |
persistency-max-size
|
Size (in bytes) that a persistency data file must exceed to initiate the creation of a new data file. Default value: |
persistency-max-files
|
Maximum number of persistency data files the message buffering mechanism maintains. Default value: |
persistency-prefix
|
You may not alter this option. Value: |
retry-wait
|
Time period (in seconds) that OpsCx for VROPS waits before retrying to send the REST Web Service request. This option is ignored if the Default value: |
auth-username
|
User name used for authenticating against the REST Web Service endpoint on the Operations Connector host. Default value: |
auth-password
|
Password used for authenticating against the REST Web Service endpoint on the Operations Connector host. Default value: |
root-element
|
You may not alter this option. Default value: |
Subsection: processor (eventsplitter) |
|
copy-count
|
You may not alter this option. It is used for the generation of an event output file in the XML format for troubleshooting purposes. For instructions on how to enable event output file generation, see Troubleshooting the Collection of Events and Metrics topic. Value: |
Subsection: sink (xmleventsink) |
|
root-element
|
Name of the root element in the event output XML file. Default value: |
filename
|
Path of the event output file to which OpsCx for VROPS writes data. You do not have to create this file in advance. Default value: |
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection:source (eventsource)
|
|
filename
|
Path of the file with a valid Lua script that acquires VROPS events. Default Value:
/installation/HPBsmIntVROps/lib/vrops_alerts.lua
|
single-run
|
The option that, when set to true, causes the Lua script to be executed only once or until the first successful completion. Default value: |
script-timestamp-file
|
script-timestamp-file Path of the file in which Ops Connector for VROPS tracks the time of the latest VROPS event collection. Default value:
|
script-interval
|
Time period (in seconds) that defines the intervals at which VROPS events are collected. Default value: |
package-path
|
Additional search paths where Ops Connector for VROPS searches for Lua modules. Separate the paths with semicolons and use wildcard characters if needed. The value of this option is used to set the global Lua variable package.path. Default value:
|
Topology Integration Options
The following tables list options in vrops_topology.conf
, the topology integration configuration file in a consolidated setup.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection:source
|
|
|
You may not alter this option. Value: |
integration-type
|
You may not alter this option. Value:
|
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection: sink (vropsselfdiscoverysink) |
|
filename
|
Path of the self-discovery topology output file to which OpsCx for VROPS writes data. You do not have to create this file in advance. This value must match the value of the Default value: |
Subsection:sink (sinktopo)
|
|
filename
|
Path of the topology output file to which OpsCx for VROPS writes data. You do not have to create this file in advance. This value must match the value of the Default value:
|
Metric Integration Options
The following tables list options in vrops_metrics.conf
, the metric integration configuration file in a consolidated setup.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection: source (metricsource ) |
|
vrops-metric-keys
|
This option defines the set of VROPS metrics that are acquired for each of the VROPS topology objects of interest. The keywords are delimited by commas. The keywords of all supported VROPS metrics are listed in the configuration file right above this option. Default value: |
vrops-metric-objects
|
This option specifies the VROPS topology objects for which OpsCx for VROPS collects metrics. The keywords are delimited by commas. The keywords of all supported VROPS topology objects for metric collection are listed in the configuration file right above this option. Default value: |
filename
|
Path of the file with a valid Lua script that acquires VROPS metrics. Default value: |
single-run
|
See Events Integration Options on page 1. |
script-timestamp-file
|
Path of the file in which OpsCx for VROPS tracks the time of the latest VROPS metric collection. Default value: |
script-interval
|
Time period (in seconds) that defines the intervals at which VROPS metrics are collected. Default value: |
script-metric-age
|
Time period (in minutes) that defines the maximum age of the stored metric collection timestamp. When the timestamp reaches this age, VROPS metrics are collected again, regardless of the configured metric collection interval. Default value: |
package-path
|
See Events Integration Options topic. |
Subsection: sink (metricwssink) |
|
uri
|
String that specifies the web address to use in the REST Web Service communication between OpsCx for VROPS and Operations Connector. Specify a valid URL string without the scheme name (protocol), hostname, and port. Default value: |
use-ssl
|
See Events Integration Options topic. |
root-element
|
You may not alter this option. Default value: |
use-persistency
|
See Events Integration Options topic. |
persistency-dir
|
See Events Integration Options topic. |
persistency-prefix
|
You may not alter this option. Value: |
Subsection: processor (metricsplitter ) |
|
copy-count
|
You may not alter this option. It is used for the generation of a metric output file in the XML format for troubleshooting purposes. For instructions on how to enable metric output file generation, see Troubleshooting the Collection of Events and Metrics on page 1. Value: |
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection: sink (metricxmlsink) |
|
filename
|
Path of the metric output file to which OpsCx for VROPS writes data. You do not have to create this file in advance. Default value: |
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: