알림 타입 별 제목과 메시지
애플리케이션 알림
애플리케이션 알림은 Event Title, Event Message 모두 제공됩니다. 해결된 이벤트 알림 기능을 사용하는 경우, 이벤트 발생 조건이 해제되었을 때 Evnet Off Message가 전송됩니다.
Event Type |
Event Level |
Event Title |
Event Message |
Event Off Message |
애플리케이션 CPU |
Warning |
HIGH_CPU |
CPU is high. ${value}% (>= ${threshold}%) |
RECOVERED: CPU is high. less than ${threshold}% |
애플리케이션 CPU |
Critical |
CRITICAL_HIGH_CPU |
CPU is too high. ${value}% (>= ${threshold}%) |
RECOVERED: CPU is too high. less than ${threshold}% |
애플리케이션 메모리 |
Warning |
HIGH_MEMORY |
Memory is high. ${value}% (>= ${threshold}%) |
RECOVERED: Memory is high. less than ${threshold}% |
애플리케이션 메모리 |
Critical |
CRITICAL_HIGH_MEMORY |
Memory is too high ${value}% (>= ${threshold}%) |
RECOVERED: Memory is too high. less than ${threshold}% |
애플리케이션 디스크 |
Warning |
HIGH_DISK |
Disk is high ${value}% (>= ${threshold}%) |
RECOVERED: Disk id high. less than ${threshold}% |
애플리케이션 디스크 |
Critical |
CRITICAL_HIGH_DISK |
Disk is too high ${value}% (>= ${threshold}%) |
RECOVERED: Disk is too highf. less than ${threshold}% |
정상 트랜잭션 |
Warning |
HIGH_ACTIVE_TRANSACTION |
Active Transaction Count is over ${value} (>= ${threshold}) |
RECOVERED: Active Transaction Count is less than ${threshold} |
에러 트랜잭션 |
Warning |
HIGH_ERROR_TRANSACTION |
Error Transaction Count is over ${threshold} (${value})" |
RECOVERED: Error Transaction Count is less than ${threshold} |
느린 트랜잭션 |
Warning |
TOO_MANY_SLOW_TX |
Too many delayed transactions (${value}, above ${time} ms) |
RECOVERED: Too many delayed transactions. less than ${threshold} |
서버 알림
서버 알링은 Event Title 없이 Event Message만 제공됩니다.
Event Type |
Event Level |
Event Message |
Event Off Message |
재시작 |
Critical |
System Rebooted" |
미지원 |
미수신 |
Warning |
Agent No Data" |
미지원 |
포트 |
Warning |
Port ${port} is down" |
"Port ${port} is up" |
포트(IP를 알 수 있는 경우) |
Warning |
IP ${ip} Port ${port} is down" |
"IP ${ip} Port ${port} is up" |
네트워크 IOPS |
Warning or Critical |
NETWORK ${deviceId} pps > ${value} pps" |
- |
네트워크 BPS |
Warning or Critical |
NETWORK ${deviceId} bps > ${value} ps" |
- |
디스크 I/O |
Warning or Critical |
Disk ${mountPoint} IO Usage > ${value} %" |
- |
디스크 사용량 |
Warning or Critical |
Disk ${mountPoint} Used > ${value} %" |
- |
inode |
Warning or Critical |
Disk ${mountPoint} inode usage > ${value} %" |
- |
CPU |
Warning or Critical |
CPU Used > ${value} %" |
- |
메모리 |
Warning or Critical |
Memory Used > ${value} %" |
- |
steal |
Warning or Critical |
CPU Steal > ${value} %" |
- |
스왑 |
Warning or Critical |
Swap Used > ${value} %" |
- |
프로세스 수 경고 |
Warning or Critical |
Process ${processName} Count >= ${value}" |
"Process ${groupName} Count < ${value}" |
프로세스 수 위험 |
Warning or Critical |
Process ${processName} Count < ${value}" |
"Process ${groupName} Count >= ${value}" |
프로세스 CPU |
Warning or Critical |
Process ${processName} CPU > ${value}" |
- |
프로세스 메모리 |
Warning or Critical |
Process ${processName} Memory > ${value}" |
- |
Event Type |
Event Level |
Event Message |
Event Off Message |
LOG_DEFAULT |
Warning or Critical |
LOG ${logContent}" |
- |
LOG_FILE |
Warning or Critical |
LOG File: ${filePath}, Keyword : ${keyword}, [Event] ${logContent}" |
- |
LOG_WINDOW_EVENT |
Warning or Critical |
LOG ${logContent}" |
- |
LOG_AUDIT |
Warning or Critical |
AUDIT ${logContent}" |
- |
LOG_SCRIPT |
Warning or Critical |
SCRIPT ${logContent}" |
- |