Smart Plug-in for WebLogic Server User's Guide
3-14
Chapter 3: Using and Customizing the WebLogic Server SPI
Advanced Template Customizations
Syntax Examples:
" To specify metrics to collect:
wasspi_wls_ca -c WLSSPI-61-15min -m 10-14,25,26
wasspi_wls_ca -c
<monitor_template_name> -m <metric_number_range>,
<metric_number>
" To differentiate server instances:
wasspi_wls_ca -c STAGE-WLSSPI-61-05min -m 245,246,260 -i
server_1,server_2 -t STAGE_
(Inserting “server_1” and “server_2” in the Monitor Program or MIB ID text box
of the collector template results in collecting data for the specified metrics from
these servers only).
-x Allows you to specify a
property/value as follows:
alarm:whenoff,
overrides any alarming
condition as set up in the
metric monitor template.
print:whenon,printsthe
metric name, instance
name, and metric value to
STDOUT in addition to
any configured alarming
or logging.
log:whenoff,prevents
graphing or reporting
functions.
-x <property>=<property_value>
-x alarm=off
-x print=on
-x log=off
Parameter Function Syntax with Example