From version < 5.1 >
edited by sas
on 16.01.2020, 16:54
To version < 5.2 >
edited by gru
on 30.04.2020, 06:08
< >
Change comment: Code Makros angepasst

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.gru
Content
... ... @@ -89,7 +89,7 @@
89 89  {{/info}}
90 90  
91 91  {{panel title="Command" fullwidth="true" initial="hidden" triggerable="true"}}
92 -{{code}}
92 +{{code language="none"}}
93 93  define command{
94 94   command_name check_jmx4perl
95 95   command_line check_jmx4perl --url $ARG1$ --mbean $ARG2$ --attribute $ARG3$ $ARG4$
... ... @@ -98,9 +98,9 @@
98 98  {{/panel}}
99 99  
100 100  {{panel title="Service definitions" fullwidth="true" initial="hidden" triggerable="true"}}
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.
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.<br>
102 102  <br>
103 -{{code}}
103 +{{code language="none"}}
104 104  define service{
105 105   use generic-service
106 106   host_name localhost
... ... @@ -111,7 +111,7 @@
111 111  {{/panel}}
112 112  
113 113  {{panel title="Querying the database connection status of the {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
114 -{{code}}
114 +{{code language="none"}}
115 115  define service{
116 116   use generic-service
117 117   host_name localhost
... ... @@ -122,7 +122,7 @@
122 122  {{/panel}}
123 123  
124 124  {{panel title="Querying whether the {{fserver/~}~} localhost is connected to the {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
125 -{{code}}
125 +{{code language="none"}}
126 126  define service{
127 127   use generic-service
128 128   host_name localhost
... ... @@ -133,7 +133,7 @@
133 133  {{/panel}}
134 134  
135 135  {{panel title="Querying the {{fserver/~}~} whether it is connected to a {{mserver/~}~}" fullwidth="true" initial="hidden" triggerable="true"}}
136 -{{code}}
136 +{{code language="none"}}
137 137  define service{
138 138   use generic-service
139 139   host_name localhost
... ... @@ -159,7 +159,7 @@
159 159  
160 160  When Jolokia is run parallel to {{formcycle/}}, the connection to the {{fserver/}} //localhost// must be modified as follows:
161 161  
162 -{{code}}
162 +{{code language="none"}}
163 163  define service{
164 164   use generic-service
165 165   host_name fc-test
Copyright 2000-2024