SAP ASE (Sybase) RS Partition Status and Space Used rules
说明
How the RS_PartitionSpaceUse and RS_PartitionStatus rules for SAP ASE (Sybase) defined and implemented?
解决办法
Both rules depend on running the following query
admin disk_space
RS_PartitionStatus
If the state is ON-LINE, nothing happens.
If the state is OFF-LINE or DROPPED, rule then fires the alarm. The rule gets the agent name, then fires a messages including the Agent Name, Partition name, Logical Name, state, and Partition ID.
RS_PartitionSpaceUse
Fires a warning if the #space_used_pct# (Used/Total Segs) is more than 75
Fires a critical if the #space_used_pct# (Used/Total Segs) is more than 90