-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from nices96/master
Add feature to alert in case of agent reconnected.
- Loading branch information
Showing
2 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
- Agent의 Memory (warning / fatal) | ||
- Agent의 Disk (warning / fatal) | ||
- 신규 Agent 연결 | ||
- Agent의 연결 해제 (연결 해제된 Agent의 재접속은 Scouter Server 내부 이슈로 지연) | ||
- Agent의 연결 해제 | ||
- Agent의 재접속 | ||
|
||
### Properties (스카우터 서버 설치 경로 하위의 conf/scouter.conf) | ||
* **_ext\_plugin\_email\_send_alert_** : Email 발송 여부 (true / false) - 기본 값은 false | ||
|
@@ -38,7 +39,7 @@ [email protected],[email protected] | |
[email protected] | ||
``` | ||
|
||
### dependencies | ||
### Dependencies | ||
* Project | ||
- scouter.common | ||
- scouter.server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters