EMC OL-8950-01 manual Server-.smarts.com

Page 56

Wildcards Used By EMC Smarts Software

Note: Spaces are interpreted as characters and are subject to matching even if they are adjacent to operators like "&".

Table 10: Basic Wildcard Patterns

CHARACTER DESCRIPTION

Note: Spaces specified before or after wildcard operators are interpreted as characters and are subject to matching.

?

Matches any single character.

 

For example, server?.smarts.com matches server3.smarts.com and

 

serverB.smarts.com, but not server10.smarts.com.

 

 

*

Matches an arbitrary string of characters. The string can be empty.

 

For example, server*.smarts.com matches server-ny.smarts.com and

 

server.smarts.com (an empty match).

 

 

[set]

Matches any single character that appears within [set]; or, if the first character

 

of [set] is (^), any single character that is not in the set. A hyphen (-) within

 

[set] indicates a range, so that [a-d] is equivalent to [abcd]. The character

 

before the hyphen (-) must precede the character after it or the range will be

 

empty. The character (^) in any position except the first, or a hyphen (-) at the

 

first or last position, has no special meaning.

 

Example, server[789-].smarts.com matches server7.smarts.com through

 

server9.smarts.com, but not server6.smarts.com. It also matches

 

server-.smarts.com.

 

Example: server[^12].smarts.com does not match server1.smarts.com or

 

server2.smarts.com, but will match server8.smarts.com.

 

 

<n1-n2>

Matches numbers in a given range. Both n1 and n2 must be strings of digits,

 

which represent non-negative integer values. The matching characters are a

 

non-empty string of digits whose value, as a non-negative integer, is greater

 

than or equal to n1 and less than or equal to n2. If either end of the range is

 

omitted, no limitation is placed on the accepted number.

 

For example, 98.49.<1-100>.10matches a range of IP addresses from

 

98.49.1.10 through 98.49.100.10.

 

Example of an omitted high end of the range: <50->matches any string of

 

digits with a value greater than or equal to 50.

 

Example of an omitted low end of the range: <-150>matches any value

 

between zero and 150.

 

A more subtle example: The pattern <1-10>*matches 1, 2, up through 10,

 

with * matching no characters. Similarly, it matches strings like 9x, with *

 

matching the trailing x. However, it does not match 11, because <1-10>

 

always extracts the longest possible string of digits (11) and then matches only

 

if the number it represents is in range.

 

 

Matches alternatives. For example,”abbccd” without spaces matches

 

exactly the three following strings: “ab”, “bc”, and “cd”. A as the first or

 

last character of a pattern accepts an empty string as a match.

 

Example with spaces “ab bc” matches the strings “ab “ and “ bc”.

 

 

\

Removes the special status, if any, of the following character. Backslash (\)

 

has no special meaning within a set ([set]) or range (<n1-n2>) construct.

 

 

44

EMC Smarts Application Connectivity Monitor Configuration Guide

Image 56
Contents Configuration Guide Application Connectivity MonitorLast Update 7/29/05 Contents Contents Creating and Configuring Application SignaturesGroups and Settings Wildcards Used By EMC Smarts Software Index Contents Preface PurposeIntended Audience PrerequisitesDocument Organization Documentation ConventionsPreface Document OrganizationApplication Connectivity Monitor Installation Directory YourDomainCommand Line Programs Additional ResourcesApplication Connectivity Monitor Products DocumentationTe c h n i c a l S u p p o r t EMC PowerlinkTechnical Support Xii Introduction About Application Connectivity MonitorIntroduction Managing Applications with Application Connectivity MonitorDefine the Application Automated Root- Cause and Impact Analysis Application Signature Configuration InterfaceDiscover the Software Infrastructure Application Signatures Monitoring ActionsDeploying Application Connectivity Monitor Planning the DeploymentInstalling the Software Privileges RequirementSupported Product Versions and Requirements Firewall Deployment ConsiderationsC e n s e R e m i n d e r License ReminderIntegrating Application Connectivity Monitor Availability Manager Adapter PlatformA m p l e o f D o m a i n T y p e E n t r i e s = INCHARGE-AMACM Domain Manager Global Manager A m p l e s o f D o m a i n T y p e E n t r i e sC o n f i g u r i n g t h e G l o b a l M a n a g e r INCHARGE-PMStarting and Stopping the Components Manually Summary of EMC Smarts Service NamesFault P a r a m e t e r s f o r S e r v i c e s Validating Your Integration Modifying Files With the smedit Utility# /opt/InCharge6/SAM/smarts/bin/smedit conf/ics/ics.conf Deploying Application Connectivity Monitor Creating and Configuring Application Signatures Using the Application Signature Configuration InterfaceCreating and Configuring Application Signatures Application Signature TabCreating Application Signatures Application Signature Fields Used By EMC Smarts Software on page 43 for Port Number 25 for Smtp Request No Value Response No Value Modifying Application Signatures Deleting Application SignaturesSpecifying Monitoring Action Parameters Monitoring Action DialogSpecifying System Name Patterns E c i f y i n g S y s t e m N a m e P a t t e r n sUse All Systems Matched by Pattern Customize System Match PatternsE S t a n d a r d D i s c o v e r y P r o b e Standard Discovery ProbeUse Only Selected Systems Standard tcpAction Page Scenarios for Removing Elements Groups and Settings Default Threshold Groups and SettingsThreshold Settings Threshold GroupsFault T h r e s h o l d G r o u p s a n d S e t t i n g s Parameters for Software Service ThresholdsPolling Groups Default Polling Groups and SettingsPolling Settings Wo r k i n g Wi t h G r o u p s a n d S e t t i n g s Working With Groups and SettingsOpening the Polling and Thresholds Console Layout of the Polling and Thresholds Console Provides an example of a Polling and Thresholds ConsolePolling and Thresholds Console Toolbar Buttons Polling and Thresholds Console Toolbar ButtonsHow Managed Elements Are Assigned to Groups Modifying the Properties of a GroupMethod for Adding or Removing Settings Method for Modifying the Priority of GroupsMethod for Editing Matching Criteria D i n g o r R e m o v i n g a S e t t i n gMethod for Modifying the Parameters of a Setting D i n g o r R e m o v i n g M a t c h i n g C r i t e r i a Creating New Groups Groups and Settings P y i n g a n E x i s t i n g G r o u p E a t i n g a n E m p t y G r o u pWildcards Used By EMC Smarts Software Server-.smarts.com Compound Wildcard Patterns Example 1-100&*02468 matches even numbers between 1Wildcards Used By EMC Smarts Software Index Index Page Index