This article explains how to use the Smarts IP Configuration Manager feature (available in Smarts IP Manager 9.3 and later) to apply a consistent set of polling and threshold settings to all target domains in the Smarts IP environment.
Configuration Manager is a feature available in Smarts IP Manager 9.3 and later versions that provides a method for applying a consistent set of Smarts IP polling and threshold settings to a set of target domains in the user interface using the Configuration Manager import file. The following sections show how to modify the import file for your Smarts IP polling and threshold setting requirements, and how to use the import file to add an additional group of settings to the Configuration Manager.
Modifying the polling and threshold settings in Configuration Manager import files
In the Configuration Manager import file, each Smarts IP Polling & Threshold group of settings starts with the keyword "config". Each group of configuration settings is separated from the next group by a blank line. The unedited config line contains only config [group name] as in the following example:
config Proxy Devices
To apply a group of Smarts IP polling and threshold settings to a group of target domains, edit the config line to list the domain names. To do this, you must add a colon ( : ) after the group name of the settings, and use a pipe character ( | ) as the domain name separator, as shown in the following:
config Proxy Devices: ampm|ampm2|ampm3
You can also apply the group of configuration settings to only a single domain as in the following:
config Proxy Devices: ampm
Note the following about the config line example:Import File Example
config Proxy Devices: ampm|ampm2|ampm3
match IsProxy TRUE
priority 10300
param IsReadOnly FALSE
param Description
setting Connectivity_ExternalPolling_Setting
param InstrumentBlades FALSE
param InstrumentIPs TRUE
param InstrumentCards FALSE
param InstrumentFibreChannelPort FALSE
param InstrumentNetworkAdapters TRUE
param DisplayName Connectivity Polling - External Poller
param InstrumentComputeFabricManager FALSE
param AnalysisMode ENABLED
param InstrumentSNMPAgents TRUE
param InstrumentEVCEndPoints FALSE
param InitialStatus UNKNOWN
param Description
Adding additional group of settings to the Configuration Manager using import file
An efficient method for adding settings to the Configuration Manager is to first import all common Polling and Threshold settings, and then add other domain specific groups. This can be done as follows:
./sm_perl sm_settings.pl -s ampm1 -export=cm-export
./sm_perl sm_settings.pl -s INCHARGE-CM --import cm-export
Command usage notes