Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
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