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

Announcement Support for this product will end on November 3, 2025. We recommend that you use PATROL for Linux, PATROL for AIX, or PATROL for Solaris to monitor operating systems.

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'

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*