Re: [icinga-users] mod_gearman configuration

2013-11-01 Thread Michael Friedrich
On 25.10.2013 14:56, Adrián López wrote: > > > If you want to have a single dashboard to monitorice several icinga > core instances, you may also just use icinga core, idoutils and icinga web provided by the native icinga stack. you may also use the shared database involved in that setup for ic

Re: [icinga-users] mod_gearman configuration

2013-10-25 Thread Adrián López
I think that you have misunderstand the gearman configuration. Icinga, throw mod_gearman_neb, puts checks in the gearmand server queue. Then, gearman workers (which uses mod_gearman_worker.cfg file), connect to that queue to obtain the checks, execute them, and put the results back in the same g

[icinga-users] mod_gearman configuration

2013-10-17 Thread Jones, Matt
I have followed the documentation here: https://icinga.org/display/howtos/Icinga+with+mod_gearman+on+RHEL+and+Debian http://labs.consol.de/lang/en/nagios/mod-gearman/mod-gearman-quickstart-guide/ My goal is a single dashboard for multiple icinga servers. I have gearmond version 1.4.8 running on

Re: [icinga-users] mod_gearman

2013-06-04 Thread Max Zhang
Ah, looks like I'll follow the distributed monitoring doc on Icinga site then. On Wed, May 29, 2013 at 1:33 PM, Michael Friedrich < michael.friedr...@gmail.com> wrote: > Using mod_gearman as agent is like nrpe with comnand args (-a) - remote > can execute any command. Better use check_by_ssh ins

Re: [icinga-users] mod_gearman

2013-05-29 Thread Michael Friedrich
Using mod_gearman as agent is like nrpe with comnand args (-a) - remote can execute any command. Better use check_by_ssh instead of nrpe. Am 29.05.2013 18:49 schrieb "Max Zhang" : > Who is using mod_gear man with Icinga here and what do you think about it? > To use mod_gearman to replace nrpe actu

Re: [icinga-users] mod_gearman

2013-05-29 Thread Markus Frosch
Hey Max, I'm not using mod_gearman in any of my setups, so I don't want to give a recommendation or anything. But just a quick note: mod_gearman is *not* a replacement for nrpe in my opinion. It's meant to distribute checks over a large setup or network segments. For checking remote stuff on eve

[icinga-users] mod_gearman

2013-05-29 Thread Max Zhang
Who is using mod_gear man with Icinga here and what do you think about it? To use mod_gearman to replace nrpe actually will increase the vulnerability of your whole monitoring system, is that true? I heard that's because lots of information will actually be shared on remote nodes too? Thank you, M

Re: [icinga-users] mod_gearman to replace nrpe?

2011-09-22 Thread Michael Friedrich
Diana Scannicchio wrote: > Hi all, > does someone know if mod_gearman, that happily works with Icinga, can be used > to replace NRPE? > > > From documentation > https://github.com/sni/mod_gearman > it is clear that mod_gearman can be used to replace NSCA and have passive > checks, but I did not

Re: [icinga-users] mod_gearman to replace nrpe?

2011-09-21 Thread Stig Sandbeck Mathisen
Diana Scannicchio writes: > does someone know if mod_gearman, that happily works with Icinga, can > be used to replace NRPE? I recommend you do not. A combination of mod_gearman and NRPE is good. NRPE should be used for the monitored nodes, mod_gearman should be used for distributing jobs in the

Re: [icinga-users] mod_gearman to replace nrpe?

2011-09-21 Thread Sven Nierlein
On 21.09.2011 12:54, Diana Scannicchio wrote: > Hi all, > does someone know if mod_gearman, that happily works with Icinga, can be used > to replace NRPE? > >> From documentation > https://github.com/sni/mod_gearman > it is clear that mod_gearman can be used to replace NSCA and have passive > ch

[icinga-users] mod_gearman to replace nrpe?

2011-09-21 Thread Diana Scannicchio
Hi all, does someone know if mod_gearman, that happily works with Icinga, can be used to replace NRPE? >From documentation https://github.com/sni/mod_gearman it is clear that mod_gearman can be used to replace NSCA and have passive checks, but I did not found any way to get rid of NRPE and use