Standard sheet
You can directly declare the Monitoring rules sheet as is in your report.xml
file :
<sheet type="monitoring_rules" name="Monitoring Rules"/>
Pre-configured sheets are available in your Jeyzer installation inside the analyzer/config/report/sheet/monitoring
directory.
Configuration
Specific sheet attributes :type
: must be set to monitoring_rules
Rule listing
The Monitoring Rules sheets can display the rules based on :
- the rule reference : each rule is listed only once.
This is the default if not configured.
Sheets using the rule get listed, with a link access for each.
Example (monitoring-rules.xml
) :<display list_key="rule_ref"/>
- the sheet : each rule can appear several times, once per sheet (Jeyzer 2.2 and previous versions)
Example (monitoring-rules-per-sheet.xml
) :<display list_key="sheet"/>