%select — filter rows that should be listed in subsequent tables
%select
[ comparison
] [ color
]
This statement should only be used within %Page statements. It selects the host that should appear in subsequent tables. "comparison" must be one out of "<", ">", "<=" or ">=", color must be one of the known status colors. Only hosts with the selected status will be displayed. For instance,
%select <green %table ALL
will display a table containing all hosts that have at least one test with a status worse than green.