Skip to content

Commit

Permalink
Merge pull request #17 from scouter-project/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bill23-kim committed Jul 29, 2015
2 parents e2b7dc5 + 6ce6497 commit f1449e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion scouter.common/src/scouter/net/RequestCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f1449e6

Please sign in to comment.