Search found 38 matches

by klajosh2
Thu May 26, 2016 8:09 am
Forum: Open Source Nagios Projects
Topic: multiple perfdata collector at same time
Replies: 3
Views: 1373

Re: multiple perfdata collector at same time

You misunderstood my question. I did not ask you to support nagflux/omd. My question was: is there a way (a good working solution) to send the plug-ins' perfdata output to multiple visualizer programs? Forget nagflux etc. what if I would like to store performance data output into 3 different databas...
by klajosh2
Wed May 25, 2016 4:16 am
Forum: Open Source Nagios Projects
Topic: multiple perfdata collector at same time
Replies: 3
Views: 1373

multiple perfdata collector at same time

Hi, currently I am using pnp4nagios to visualize perfdata output in my nagios core environment. In parallel to pnp4nagios I would like to use another perfdata visualizer tool eg. https://labs.consol.de/omd/packages/nagflux/index.html or graphite. Please recommend how to do this without loosing the u...
by klajosh2
Tue Sep 15, 2015 5:43 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

ok I think we found the solution for issue II. (This: II. the current one: the checks from one of my workers are lost... at least nagios sees them as orphaned so reschedule the checks and load grows to 60 or above ) the problem was that time on the worker was not set properly. When I said that it wa...
by klajosh2
Mon Sep 14, 2015 10:45 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

1. ok I will do so. regarding this, I have workers in different timezones with proper tz settings on servers. So far this did not cause any trouble. 2. ok I will do so. one more interesting thing, I think I know what causes the high load on the worker. I examined the nagios.log once more and there I...
by klajosh2
Mon Sep 14, 2015 8:52 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

yes we are running ntp on all servers.
by klajosh2
Mon Sep 14, 2015 7:52 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

one more thing I noticed what is very very strange: the gearmand logstap is late with a month! . how can this be? zless /var/log/gearmand/gearmand.log-20150911.gz (one day minus is ok since who logrotate works) do you have any idea? ERROR 2015-08-10 01:39:02.000000 [ 3 ] lost connection to client re...
by klajosh2
Mon Sep 14, 2015 7:32 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

load of the central server: this is a good question. when problem struck the load is close to zero. (about my environment: central server not just runs the gearmand, nagios, thruk processes but has a mod_gearman_worker also and runs checks against specific hosts). NEB module's debug log does not sho...
by klajosh2
Fri Sep 11, 2015 5:25 am
Forum: Open Source Nagios Projects
Topic: Nagios distributed monitoring
Replies: 34
Views: 18521

Re: Nagios distributed monitoring

Sorry for getting back so late. I still experience orphaned checks with mod_gearman. And currently I experience extreme load on one of my collectors (machine runs only mod_gearman_worker to execute checks). It is very annoying because I did not do any specific, I did not add thousand more services t...
by klajosh2
Tue Jun 23, 2015 10:41 am
Forum: Open Source Nagios Projects
Topic: host active_checks_enabled vs. scheduling checks
Replies: 5
Views: 2389

Re: host active_checks_enabled vs. scheduling checks

jdalrymple, rather the opposite. I am asking for clarification because I do care. So setting the active_checks_enabled 0 is not a good idea. Then what should I do to move the host checks to service checks but I want to keep these: On-demand when a service associated with the host changes state. On-d...
by klajosh2
Tue Jun 23, 2015 6:20 am
Forum: Open Source Nagios Projects
Topic: host active_checks_enabled vs. scheduling checks
Replies: 5
Views: 2389

Re: host active_checks_enabled vs. scheduling checks

thanks for answer. Are your assertions true when I have active_checks_enabled 0 but I have host check defined for my host objects? I am asking because of this: http://nagios.sourceforge.net/docs/3_0/activechecks.html in other words: Nagios would have the ability to check the host (check is added to ...