Skip to content

Commit 9364f1b

Browse files
committed
Merge pull request #33 from scouter-project/dev
Dev
2 parents ac4c223 + 3250d6f commit 9364f1b

File tree

864 files changed

+2572
-960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

864 files changed

+2572
-960
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ scouter.agent.host/bin/*
1616
scouter.agent.host.boot/bin/*
1717
scouter.server.boot/bin/*
1818
*.log
19-
scouter.enduser.script/.project
19+
scouter.enduser.script/.project
20+
.idea/*
21+
scouter.agent.java/.settings/*
22+
scouter.enduser.script/.idea/*
23+
scouter.enduser.script/.settings/*

README.md

Lines changed: 3 additions & 2 deletions

scouter.agent.host/src/scouter/agent/BackJobs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/Configure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one or more
55
* contributor license agreements. See the NOTICE file distributed with

scouter.agent.host/src/scouter/agent/counter/CounterBasket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/counter/CounterExecutingManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/counter/anotation/Counter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/counter/task/AgentHeartBeat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

scouter.agent.host/src/scouter/agent/netio/data/DataProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 LG CNS.
2+
* Copyright 2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)