... |
... |
@@ -16,7
+16,7 @@ |
16 |
16 |
When starting the server, the current context name is logged. You may need to modify the [[logging settings>>doc:.UserInterface.Logging]] to see the name. There are different monitoring attributes available for each bean, which are listed below. |
17 |
17 |
|
18 |
18 |
{{table dataTypeAlpha="0" preSort="0-asc" caption="Overview of the settings for MSMonitor (master server)"}} |
19 |
|
-|=Key|=Description|=Possible options |
|
19 |
+|=Attribute|=Description|=Possible options |
20 |
20 |
|running|Whether the {{mserver/}} has been started successfully.|true/false |
21 |
21 |
|db_connected|Whether the {{mserver/}} could establish a connection to the database.|true/false |
22 |
22 |
|fs_connected|A map of the names of all {{fserver number="plural"/}} and whether they are connected to this master server|__Key:__ <serverName> |
... |
... |
@@ -25,9
+25,9 @@ |
25 |
25 |
__Return value:__ true/false |
26 |
26 |
|fs_status|A map of the names of all {{fserver number="plural"/}} and the connection status of that server.|__Key:__ <serverName> |
27 |
27 |
__Return values:__ CONNECTED, NOT_CONNECTED, ERROR, RECONNECTING, DISCONNECTING , CONNECTING, AUTHENTICATING, WAIT_FOR_CONNECTION |
28 |
|
-|fs_disconnected_count|The number of {{fserver number="plural"/}} not connected to this {{mserver/}}|A non-negative number. |
29 |
|
-|fs_connected_count|The number of {{fserver number="plural"/}} connected to this {{mserver/}}|A non-negative number. |
30 |
|
-|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number. |
|
28 |
+|fs_disconnected_count|The number of {{fserver number="plural"/}} not connected to this {{mserver/}}|A non-negative number |
|
29 |
+|fs_connected_count|The number of {{fserver number="plural"/}} connected to this {{mserver/}}|A non-negative number |
|
30 |
+|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number |
31 |
31 |
|connect_frontendserver_by_name|Triggers a connection to the frontend server by name.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection) |
32 |
32 |
__Return value:__ true/false |
33 |
33 |
|connect_frontendserver_by_id|Triggers a connection to the frontend server by id.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection) |
... |
... |
@@ -35,10
+35,10 @@ |
35 |
35 |
{{/table}} |
36 |
36 |
|
37 |
37 |
{{table dataTypeAlpha="0" preSort="0-asc" caption="Overview of the settings for FSMonitor (frontend server)"}} |
38 |
|
-|=Key|=Description|=Possible options |
|
38 |
+|=Attribute|=Description|=Possible options |
39 |
39 |
|running|Whether the {{fserver/}} has been started successfully.|true, false |
40 |
40 |
|connected|Whether this {{fserver/}} is connected to a {{mserver/}}.|true, false |
41 |
|
-|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number. |
|
41 |
+|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number |
42 |
42 |
|status|The connection status of this {{fserver/}}.|CONNECTED, NOT_CONNECTED, ERROR, RECONNECTING, DISCONNECTING, CONNECTING, AUTHENTICATING, WAIT_FOR_CONNECTION |
43 |
43 |
|restart|Triggers a restart of the frontend server.|None |
44 |
44 |
{{/table}} |