File tree Expand file tree Collapse file tree 4 files changed +45
-0
lines changed Expand file tree Collapse file tree 4 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
5
+ <attributes >
6
+ <attribute name =" owner.project.facets" value =" java" />
7
+ </attributes >
8
+ </classpathentry >
9
+ <classpathentry combineaccessrules =" false" kind =" src" path =" /scouter.common" />
10
+ <classpathentry combineaccessrules =" false" kind =" src" path =" /scouter.server" />
11
+ <classpathentry kind =" lib" path =" lib/activation-1.1.1.jar" />
12
+ <classpathentry kind =" lib" path =" lib/commons-email-1.4.jar" />
13
+ <classpathentry kind =" lib" path =" lib/javax.mail-1.5.2.jar" />
14
+ <classpathentry kind =" output" path =" bin" />
15
+ </classpath >
Original file line number Diff line number Diff line change 1
1
* .class
2
+ .settings
2
3
3
4
# Mobile Tools for Java (J2ME)
4
5
.mtj.tmp /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >scouter-plugin-server-alert-email</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.wst.common.project.facet.core.builder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
21
+ <nature >org.eclipse.jdt.core.javanature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change 2
2
### Scouter server plugin to send a alert via email
3
3
4
4
- 본 프로젝트는 스카우터 서버 플러그인으로써 서버에서 발생한 Alert 메시지를 Email로 발송하는 역할을 한다.
5
+ - 현재 지원되는 Alert의 종류는 다음과 같다.
6
+ - Agent의 CPU (warning / fatal)
7
+ - Agent의 Memory (warning / fatal)
8
+ - Agent의 Disk (warning / fatal)
9
+ - 신규 Agent 연결
10
+ - Agent의 연결 해제 (연결 해제된 Agent의 재접속은 Scouter Server 내부 이슈로 지연)
5
11
6
12
### Properties (스카우터 서버 설치 경로 하위의 conf/scouter.conf)
7
13
* ** _ ext\_ plugin\_ email\_ send_alert_ ** : Email 발송 여부 (true / false) - 기본 값은 false
You can’t perform that action at this time.
0 commit comments