From fbcb15bdcd0f55b66c762472e61e5f4e15745d4d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jul 2015 11:42:45 +0900 Subject: [PATCH 1/2] Add request command --- scouter.common/src/scouter/net/RequestCmd.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scouter.common/src/scouter/net/RequestCmd.java b/scouter.common/src/scouter/net/RequestCmd.java index cce0fedd2..41cd0fd0a 100644 --- a/scouter.common/src/scouter/net/RequestCmd.java +++ b/scouter.common/src/scouter/net/RequestCmd.java @@ -205,7 +205,9 @@ public class RequestCmd { public static final String DEBUG_SERVER = "DEBUG_SERVER"; public static final String DEBUG_AGENT = "DEBUG_AGENT"; - public static final String REALTIME_SERVICE_GROUP = "REALTIME_SERVICE_GROUP"; + public static final String REALTIME_SERVICE_GROUP = "REALTIME_SERVICE_GROUP"; + + public static final String STATUS_AROUND_VALUE = "STATUS_AROUND_VALUE"; // MANAGE ACCOUNT public static final String LIST_ACCOUNT = "LIST_ACCOUNT"; From 6ce6497b7ba104ad23548bcf042e012ea97d8b30 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jul 2015 11:45:54 +0900 Subject: [PATCH 2/2] Link Q&A --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f6913810f..3b472c760 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ SCOUTER is just simple. This configuration is simple. It will quickly provide th - Clients are avaliable on Windows, MAC OSX and Linux. - It will also be automatically upgraded. - Key features such as Response-distribution, Active-service, Tag-count analysis are provided. + +### Q&A + - [Google Groups](https://groups.google.com/forum/#!forum/scouter-project) + ### License Licensed under the Apache License, Version 2.0