File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/scouter/plugin/server/alert/email Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public void run() {
87
87
88
88
ap .level = AlertLevel .WARN ;
89
89
ap .objHash = objHash ;
90
- ap .title = "Thread count exceed a threahold ." ;
90
+ ap .title = "Thread count exceed a threshold ." ;
91
91
ap .message = objectPack .objName + "'s Thread count(" + threadCount + ") exceed a threshold." ;
92
92
ap .time = System .currentTimeMillis ();
93
93
ap .objType = objectPack .objType ;
@@ -251,7 +251,7 @@ public void xlog(XLogPack pack) {
251
251
252
252
ap .level = AlertLevel .WARN ;
253
253
ap .objHash = pack .objHash ;
254
- ap .title = "Elapsed time exceed a threahold ." ;
254
+ ap .title = "Elapsed time exceed a threshold ." ;
255
255
ap .message = "[" + AgentManager .getAgentName (pack .objHash ) + "] "
256
256
+ pack .service + "(" + serviceName + ") "
257
257
+ "elapsed time(" + pack .elapsed + " ms) exceed a threshold." ;
@@ -298,7 +298,7 @@ public void counter(PerfCounterPack pack) {
298
298
299
299
ap .level = AlertLevel .WARN ;
300
300
ap .objHash = objHash ;
301
- ap .title = "GC time exceed a threahold ." ;
301
+ ap .title = "GC time exceed a threshold ." ;
302
302
ap .message = objName + "'s GC time(" + gcTime + " ms) exceed a threshold." ;
303
303
ap .time = System .currentTimeMillis ();
304
304
ap .objType = objType ;
You can’t perform that action at this time.
0 commit comments