Go to main content
Oracle® ZFS Storage Appliance Analytics 설명서, 릴리스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

임계값 경보 구성(CLI)

  1. configuration alerts thresholds로 이동합니다.
  2. create를 입력합니다.
    hostname:configuration alerts thresholds> create
  3. show를 입력하여 임계값 경보 등록 정보 목록을 표시합니다.
  4. 등록 정보를 설정합니다.

    이 예에서는 어느 요일에든 1시간 이상 80%를 초과할 경우 시스템 풀에 대한 용량 임계값 경보를 설정합니다. 경보는 조건이 지속되는 동안 매일 재게시됩니다. 조건이 하루 이상 해제되는 경우에도 경보가 게시됩니다.

    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