|
1 | 1 | # Name or IP address of the docker server host. |
2 | 2 | # This parameter is required. There is no default value. |
3 | | -docker.hostname=bhaab01-U148604 |
| 3 | +docker.hostname= |
4 | 4 |
|
5 | 5 | # Port where docker application is listening. This parameter is required. |
6 | 6 | # There is no default value. |
7 | | -docker.port=4243 |
| 7 | +docker.port= |
8 | 8 |
|
9 | 9 | # Data collection interval in seconds. Value should be greater than 5. |
10 | 10 | # If not, the docker collector will reset this to 60 |
11 | 11 | # This parameter is required. There is no default value. |
12 | | -docker.interval.seconds=15 |
| 12 | +docker.interval.seconds= |
13 | 13 |
|
14 | 14 | # Hostname or IP address of APM API server. This parameter is required. |
15 | 15 | # There is no default value. |
16 | | -apm.apihost=bhaab01-U148604 |
| 16 | +apm.apihost= |
17 | 17 | # Port for APM API server. This parameter is required. |
18 | 18 | # There is no default value. |
19 | | -apm.apiport=8080 |
| 19 | +apm.apiport= |
20 | 20 |
|
21 | | -#Logging properties |
22 | | -#This program uses JDK Logging |
23 | | -#Any JDK logging properties can be placed in this file. |
24 | | -#Please review Java documentation for more information |
25 | | -#http://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html |
26 | | - |
27 | | -#Types of handlers to use |
28 | | -handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler |
29 | | -.level=FINEST |
30 | | - |
31 | | -#documentation for FileHandler |
32 | | -#NOTE:If you specify a directory, that folder must exist before logging can occur |
33 | | -#JDK logging does not dynamically create directories. |
34 | | -#java.util.logging.FileHandler.pattern = ./Logs/log%g.%u.txt |
35 | | - |
36 | | - |
37 | | -java.util.logging.ConsoleHandler.level=INFO |
38 | | -java.util.logging.FileHandler.level=FINEST |
39 | | - |
40 | | -#formatter to use |
41 | | -#console formatter defaults to simple |
42 | | -#file formatter defaults to xml |
43 | | -java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter |
44 | | - |
45 | | -#size of each log file in bytes |
46 | | -java.util.logging.FileHandler.limit=10000 |
47 | | - |
48 | | -#max number of rolling log files |
49 | | -java.util.logging.FileHandler.count=10 |
50 | | -java.util.logging.FileHandler.append=true |
0 commit comments