You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Using the EU Data Center? Click here!](#eu-data-center)
15
+
* [Using the EU Data Center? Click here!](#global-settings)
16
16
* [Agent settings](#agent-settings)
17
17
* [Proxy settings](#proxy-settings)
18
18
* [Dashboard deployment](#dashboard-deployment)
19
19
*[Other configurations](#other-configurations)
20
-
* [Deploying Dashboards from separate server/desktop](#deploying-dashboards-from-separate-serverdesktop)
20
+
* [Deploying Dashboards from separate server or desktop](#deploying-dashboards-from-separate-server-or-desktop)
21
21
* [Fix for using the WebSphere JDK](#fix-for-using-the-websphere-jdk)
22
22
* [Enabling Debug Mode](#debug-mode)
23
23
@@ -70,7 +70,7 @@ _Note: A full example of the possible fields in `plugin.json` can be found in `p
70
70
### Agent settings
71
71
These settings are found in the `agents` object.
72
72
73
-
*`name`: If set to `auto`, the plugin will use that server's hostname. Otherwise, sets the hostname and agentName to whatever is set here.
73
+
*`name`: If set to `auto`, the plugin will use that server's hostname. Otherwise, sets the hostname and agentName to whatever is set here.
74
74
*`static` (optional): An object containing static attributes (as name-value pairs) you want to appear in every event from this plugin. For example:
75
75
```json
76
76
"agents": [
@@ -79,7 +79,7 @@ These settings are found in the `agents` object.
79
79
"static": {
80
80
"data_center": "Philadelphia",
81
81
"customer": "Eagles",
82
-
"rank": 1
82
+
"rank": 1
83
83
}
84
84
}
85
85
]
@@ -109,7 +109,7 @@ If you don't want the dashboard deployment to run at startup, leave `admin_api_k
109
109
110
110
## Other configurations
111
111
112
-
### Deploying Dashboards from separate server/desktop
112
+
### Deploying Dashboards from separate server or desktop
113
113
If you want to initiate the dashboard install from a standalone machine (i.e. a tools server or your own mac, linux or cygwin laptop/desktop), you will need the following:
114
114
115
115
*`pluginctl.sh`
@@ -159,4 +159,3 @@ Note: You will need to restart the Unix Monitor to pick up these changes.
159
159
1. Remove `"debug": true` from `config/plugin.json` or change to `"debug": false`
160
160
2. Replace `config/logback.xml` with `config/logback-info.xml`
0 commit comments