Name

%select_names — filter rows that should be listed in subsequent tables by entry name

Synopsis

%select [ pattern ]

Description

This statement should only be used within %Page statements. It selects the entries that should be displayed in subsequently specified tables by entry name (host name). The pattern is a perl regular expression. Multiple patterns may be listed. For instance,

%select_names s.* a.*
%table ALL

will display a table containing all hosts with names starting with "s" or "a".