Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Examples
Example 1
Show a composite parameter that triggers a PATROL alarm when CPU 1 has more than 2,000 interrupts per second, that is, CPUprcrInterruptsPerSec > 2000.
'/CPU/CPU_1/CPUprcrInterruptsPerSec' > 2000
Example 2
Show a composite parameter that triggers a PATROL alarm indicating a low memory condition when both of the following conditions are true:
MEMmemPagesPerSec is greater than 10 and
MEMmemPageFaultsPerSec is greater than MEMmemCacheFaultsPerSec.
'/MEMORY/MEMORY/MEMmemPagesPerSec' >10 && '/MEMORY/MEMORY/MEMmemPageFaultsPerSec' > '/MEMORY/MEMORY/MEMmemCacheFaultsPerSec'