Go to main content
Oracle® ZFS Storage Appliance Analytics ガイド、Release OS8.6.x

印刷ビューの終了

更新: 2016 年 9 月
 
 

しきい値アラートの構成 (CLI)

  1. configuration alerts thresholds に移動します。
  2. create」と入力します。
    hostname:configuration alerts thresholds> create
  3. しきい値アラートのプロパティーのリストを表示するには、「show」と入力します。
  4. プロパティーを設定します。

    この例では、任意の曜日に少なくとも 1 時間にわたって 80% を超えた場合の、システムプールの容量しきい値アラートを設定します。このアラートは、条件が持続される間は毎日再送信されるほか、少なくとも 1 日にわたって条件がクリアされた場合もアラートが送信されます。

    hostname:configuration alerts threshold (uncommitted)> set statname=syscap.percentused
                                       statname = syscap.percentused (uncommitted)
    hostname:configuration alerts threshold (uncommitted)> set limit=80
                                       limit = 80 (uncommitted)
    hostname:configuration alerts threshold (uncommitted)> set minpost=3600
                                       minpost = 1 hours (uncommitted)
    hostname:configuration alerts threshold (uncommitted)> set days=all
                                       days=all (uncommitted)
    hostname:configuration alerts threshold (uncommitted)> set frequency=86400
                                       frequency = 1 days (uncommitted)
    hostname:configuration alerts threshold (uncommitted)> set minclear=86400
                                       minclear = 1 days (uncommitted)
  5. タスクを完了するには、「commit」と入力します。
    hostname:configuration alerts threshold (uncommitted)> commit