@@ -4,7 +4,7 @@ Naemon Gearman Module
44What is Mod-Gearman
55-------------------
66
7- http ://labs .consol.de/nagios /mod-gearman[Mod_Gearman] is an easy way
7+ https ://omd .consol.de/docs /mod-gearman/ [Mod_Gearman] is an easy way
88of distributing active Naemon checks across your network and
99increasing Naemon scalability. Mod-Gearman can even help to reduce the
1010load on a single Naemon host, because its much smaller and more
@@ -20,7 +20,7 @@ It consists of three parts:
2020 Worker can be configured to only run checks for specific host- or
2121 servicegroups.
2222 There is a (deprecated) worker included. The new worker is here:
23- https://github.com/ConSol/mod-gearman-worker-go/[mod-gearman-worker-go].
23+ https://github.com/ConSol-Monitoring /mod-gearman-worker-go/[mod-gearman-worker-go].
2424 * And you need at least one http://gearman.org[Gearman Job Server]
2525 running.
2626 * See the <<common-scenarios,common scenarios>> for some examples.
@@ -60,9 +60,8 @@ Download
6060
6161Support
6262-------
63- * Professional support and consulting is available via http://www.consol.de/open-source- monitoring/support/ [www.consol.de ]
63+ * Professional support and consulting is available via http://www.consol.com/ monitoring[www.consol.com ]
6464 * https://groups.google.com/group/mod_gearman[google groups mailinglist]
65- * http://www.monitoring-portal.org[german monitoring portal]
6665 * Mod-Gearman has been succesfully tested with latest Naemon.
6766 See <<supported-dependencies,Supported Dependencies>> for details.
6867 * There are no known bugs at the moment. Let me know if you find one.
@@ -152,7 +151,7 @@ worker which covers the other queues. There can be more than one
152151worker on each queue to share the load.
153152
154153++++
155- <a title="mod gearman queues" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_queues.png"><img src="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_queues.png" alt="mod_gearman architecture " width="360" height="270" style="float:none" /></a>
154+ <a title="mod gearman queues" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ mod_gearman_queues.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /mod_gearman_queues.png" alt="mod_gearman architecture " width="360" height="270" style="float:none" /></a>
156155++++
157156
158157
@@ -163,7 +162,7 @@ Load Balancing
163162~~~~~~~~~~~~~~
164163
165164++++
166- <a title="Load Balancing" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/sample_load_balancing.png"><img src="http ://labs .consol.de/nagios /mod-gearman/sample_load_balancing.png" alt="Load Balancing" width="300" height="125" style="float:none" /></a>
165+ <a title="Load Balancing" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ sample_load_balancing.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /sample_load_balancing.png" alt="Load Balancing" width="300" height="125" style="float:none" /></a>
167166++++
168167
169168The easiest variant is a simple load balancing. For example if your
@@ -186,7 +185,7 @@ Distributed Monitoring
186185~~~~~~~~~~~~~~~~~~~~~~
187186
188187++++
189- <a title="Distributed Monitoring" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/sample_distributed.png"><img src="http ://labs .consol.de/nagios /mod-gearman/sample_distributed.png" alt="Distributed Monitoring" width="350" height="125" style="float:none" /></a>
188+ <a title="Distributed Monitoring" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ sample_distributed.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /sample_distributed.png" alt="Distributed Monitoring" width="350" height="125" style="float:none" /></a>
190189++++
191190
192191If your checks have to be run from different network segments, then
@@ -210,9 +209,7 @@ Distributed Monitoring with Load Balancing
210209~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211210
212211++++
213- <a title="Distributed Monitoring with Load Balancing" rel="lightbox[mod_gm]"
214- href="http://labs.consol.de/nagios/mod-gearman/sample_distributed_load_balanced.png"><img
215- src="http://labs.consol.de/nagios/mod-gearman/sample_distributed_load_balanced.png" alt="Distributed Monitoring with Load Balancing" width="350" height="225" style="float:none" /></a>
212+ <a title="Distributed Monitoring with Load Balancing" rel="lightbox[mod_gm]" href="https://omd.consol.de/docs/mod-gearman/usage/sample_distributed_load_balanced.png"><img src="https://omd.consol.de/docs/mod-gearman/usage/sample_distributed_load_balanced.png" alt="Distributed Monitoring with Load Balancing" width="350" height="225" style="float:none" /></a>
216213++++
217214
218215Your distributed setup could easily be extended to a load balanced
@@ -234,9 +231,7 @@ NSCA Replacement
234231~~~~~~~~~~~~~~~~
235232
236233++++
237- <a title="NSCA Replacement" rel="lightbox[mod_gm]"
238- href="http://labs.consol.de/nagios/mod-gearman/nsca_replacement.png"><img
239- src="http://labs.consol.de/nagios/mod-gearman/nsca_replacement.png" alt="NSCA Replacement" width="300" height="220" style="float:none" /></a>
234+ <a title="NSCA Replacement" rel="lightbox[mod_gm]" href="https://omd.consol.de/docs/mod-gearman/usage/nsca_replacement.png"><img src="https://omd.consol.de/docs/mod-gearman/usage/nsca_replacement.png" alt="NSCA Replacement" width="300" height="220" style="float:none" /></a>
240235++++
241236
242237If you just want to replace a current NSCA solution, you could load
@@ -256,7 +251,7 @@ Distributed Setup With Remote Scheduler
256251~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
257252
258253++++
259- <a title="Distributed Setup With Remote Scheduler" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/advanced_distributed.png"><img src="http ://labs .consol.de/nagios /mod-gearman/advanced_distributed.png" alt="Distributed Setup With Remote Scheduler" width="360" height="270" style="float:none" /></a>
254+ <a title="Distributed Setup With Remote Scheduler" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ advanced_distributed.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /advanced_distributed.png" alt="Distributed Setup With Remote Scheduler" width="360" height="270" style="float:none" /></a>
260255++++
261256
262257In case your network is unstable or you need a gui view from the
@@ -283,7 +278,7 @@ Gearman Proxy
283278~~~~~~~~~~~~~
284279
285280++++
286- <a title="Gearman Proxy" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/gearman_proxy.png"><img src="http ://labs .consol.de/nagios /mod-gearman/gearman_proxy.png" alt="Gearman Proxy" width="360" height="270" style="float:none" /></a>
281+ <a title="Gearman Proxy" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ gearman_proxy.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /gearman_proxy.png" alt="Gearman Proxy" width="360" height="270" style="float:none" /></a>
287282++++
288283
289284Sometimes you may need to reverse the direction of the initial
@@ -1131,8 +1126,8 @@ easily setup 100.000 services at a 5 minute interval with a single
11311126Nagios box. The amount of worker boxes depends on your check types.
11321127
11331128++++
1134- <a title="mod gearman performance" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_performance_2.png"><img src="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_performance_2.png" alt="mod_gearman performance" width="473" height="122" style="float:none" /></a>
1135- <a title="mod gearman performance" rel="lightbox[mod_gm]" href="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_performance_1.png"><img src="http ://labs .consol.de/nagios /mod-gearman/mod_gearman_performance_1.png" alt="mod_gearman performance" width="424" height="176" style="float:none" /></a>
1129+ <a title="mod gearman performance" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ mod_gearman_performance_2.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /mod_gearman_performance_2.png" alt="mod_gearman performance" width="473" height="122" style="float:none" /></a>
1130+ <a title="mod gearman performance" rel="lightbox[mod_gm]" href="https ://omd .consol.de/docs /mod-gearman/usage/ mod_gearman_performance_1.png"><img src="https ://omd .consol.de/docs /mod-gearman/usage /mod_gearman_performance_1.png" alt="mod_gearman performance" width="424" height="176" style="float:none" /></a>
11361131++++
11371132
11381133See this article about benchmarks with https://labs.consol.de/mod-gearman/nagios/omd/2012/10/23/monitoring-core-benchmarks.html[Nagios3, Nagios4 and Mod-Gearman].
@@ -1245,8 +1240,7 @@ After installing strawberry perl, you need to install the
12451240 pp -l zlib1__.dll -l ssleay32__.dll -l libeay32__.dll -x -z 9 -o send_gearman.exe send_gearman.pl
12461241--------------------------------------
12471242
1248- Or just use the prebuild one from labs.consol.de:
1249- http://mod-gearman.org/archive/send_gearman.zip[send_gearman.exe].
1243+ Or just use the prebuild one from labs.consol.de: http://mod-gearman.org/archive/send_gearman.zip[send_gearman.exe].
12501244
12511245
12521246
0 commit comments