From version < 6.1 >
edited by sas
on 01.06.2021, 14:00
To version < 5.1 >
edited by sas
on 16.01.2020, 16:54
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,32 +15,24 @@
15 15  
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 -{{table dataTypeAlpha="0" preSort="0-asc" caption="Overview of the settings for MSMonitor (master server)"}}
18 +{{table caption="Overview of the settings for MSMonitor (master server)" dataTypeAlpha="0" preSort="0-asc"}}
19 19  |=Key|=Description|=Possible options
20 -|running|Whether the {{mserver/}} has been started successfully.|true/false
21 -|db_connected|Whether the {{mserver/}} could establish a connection to the database.|true/false
22 -|fs_connected|A map of the names of all {{fserver number="plural"/}} and whether they are connected to this master server|__Key:__ <serverName>
23 -__Return value:__ true/false
24 -|fs_active|A map of the names of all {{fserver number="plural"/}} and whether this master server should attempt to establish a connection to that server automatically.|__Key:__ <serverName>
25 -__Return value:__ true/false
26 -|fs_status|A map of the names of all {{fserver number="plural"/}} and the connection status of that server.|__Key:__ <serverName>
27 -__Return values:__ CONNECTED, NOT_CONNECTED, ERROR, RECONNECTING, DISCONNECTING , CONNECTING, AUTHENTICATING, WAIT_FOR_CONNECTION
20 +|running|Whether the {{mserver/}} has been started successfully.|true, false
21 +|db_connected|Whether the {{mserver/}} could establish a connection to the database.|true, false
22 +|fs_connected|A map of the names of all {{fserver number="plural"/}} and whether they are connected to this master server|<serverName> : true, false
23 +|fs_active|A map of the names of all {{fserver number="plural"/}} and whether this master server should attempt to establish a connection to that server automatically.|<serverName> : true, false
24 +|fs_status|A map of the names of all {{fserver number="plural"/}} and the connection status of that server.|<serverName> : CONNECTED, NOT_CONNECTED, ERROR, RECONNECTING, DISCONNECTING , CONNECTING, AUTHENTICATING, WAIT_FOR_CONNECTION
28 28  |fs_disconnected_count|The number of {{fserver number="plural"/}} not connected to this {{mserver/}}|A non-negative number.
29 29  |fs_connected_count|The number of {{fserver number="plural"/}} connected to this {{mserver/}}|A non-negative number.
30 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 -|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 -__Return value:__ true/false
33 -|connect_frontendserver_by_id|Triggert eine Verbindung zum Frontend-Servers per ID an.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection)
34 -__Return value:__ true/false
35 35  {{/table}}
36 36  
37 -{{table dataTypeAlpha="0" preSort="0-asc" caption="Overview of the settings for FSMonitor (frontend server)"}}
30 +{{table caption="Overview of the settings for FSMonitor (frontend server)" dataTypeAlpha="0" preSort="0-asc"}}
38 38  |=Key|=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 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 -|restart|xxx|None
44 44  {{/table}}
45 45  
46 46  == JSON REST API ==
... ... @@ -97,7 +97,7 @@
97 97  {{/info}}
98 98  
99 99  {{panel title="Command" fullwidth="true" initial="hidden" triggerable="true"}}
100 -{{code language="none"}}
92 +{{code}}
101 101  define command{
102 102   command_name check_jmx4perl
103 103   command_line check_jmx4perl --url $ARG1$ --mbean $ARG2$ --attribute $ARG3$ $ARG4$
... ... @@ -106,9 +106,9 @@
106 106  {{/panel}}
107 107  
108 108  {{panel title="Service definitions" fullwidth="true" initial="hidden" triggerable="true"}}
109 -Querying the number of {{fserver number="plurar"/}} not connected to this {{mserver/}}. When there are any disconnected servers, a warning will be displayed. When there is more than one disconnected server, Nagios will treat this warning as critical.<br>
101 +Querying the number of {{fserver number="plurar"/}} not connected to this {{mserver/}}. When there are any disconnected servers, a warning will be displayed. When there is more than one disconnected server, Nagios will treat this warning as critical.
110 110  <br>
111 -{{code language="none"}}
103 +{{code}}
112 112  define service{
113 113   use generic-service
114 114   host_name localhost
... ... @@ -119,7 +119,7 @@
119 119  {{/panel}}
120 120  
121 121  {{panel title="Querying the database connection status of the {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
122 -{{code language="none"}}
114 +{{code}}
123 123  define service{
124 124   use generic-service
125 125   host_name localhost
... ... @@ -130,7 +130,7 @@
130 130  {{/panel}}
131 131  
132 132  {{panel title="Querying whether the {{fserver/~}~} localhost is connected to the {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
133 -{{code language="none"}}
125 +{{code}}
134 134  define service{
135 135   use generic-service
136 136   host_name localhost
... ... @@ -141,7 +141,7 @@
141 141  {{/panel}}
142 142  
143 143  {{panel title="Querying the {{fserver/~}~} whether it is connected to a {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
144 -{{code language="none"}}
136 +{{code}}
145 145  define service{
146 146   use generic-service
147 147   host_name localhost
... ... @@ -167,7 +167,7 @@
167 167  
168 168  When Jolokia is run parallel to {{formcycle/}}, the connection to the {{fserver/}} //localhost// must be modified as follows:
169 169  
170 -{{code language="none"}}
162 +{{code}}
171 171  define service{
172 172   use generic-service
173 173   host_name fc-test
Copyright 2000-2024