Re: [Nagios-users] check_mk panel

2012-06-15 Thread Jake Xu
Hi Marco, have you added your username to the multisite.mk? You need a new permission to access the multisite webpage Jake On Thu, Jun 14, 2012 at 2:13 AM, Marco Borsani wrote: > ** ** > > ** ** > > Hi all > > ** ** > > I am testing check_mk. > > Installation without problems, create in

Re: [Nagios-users] Large scale installation

2012-06-11 Thread Jake Xu
Also, you might want to find out the performance of your service checks. The nagios profiler is a very good tool to find execution time of individual services. http://exchange.nagios.org/directory/Plugins/Network-and-Systems-Management/Nagios/Profiler-to-check-plugin-execution-time/details On Mo

Re: [Nagios-users] check_ping strange behavior with google

2012-06-08 Thread Jake Xu
Thank you Holger. That fixes a red light for me! On Thu, Jun 7, 2012 at 11:21 PM, Cosmin Neagu wrote: > You were right. It need to be told to use ipv4 with -4 switch. > Thanks > > Cosmin Neagu > NOC Team Leader > Str. I. G. Duca nr. 36 > Otopeni, Judetul Ilfov, 075100 Romania > www.omnilogic

Re: [Nagios-users] check_snmp_ibm_imm.sh Plugin Help

2012-06-04 Thread Jake Xu
In the HOSTNAME variable, you might want to use the ip of the IMM instead of the ip of the host. IBM server itself doesn't support this IMM check. You should be running the check against the IBM IMM device. Jake On Fri, Jun 1, 2012 at 1:56 AM, Giles Coochey wrote: > On 01/06/2012 00:18, Stuart

Re: [Nagios-users] High Service Check Latency

2012-06-04 Thread Jake Xu
Simon, have you tried enabling the use_large_installation_tweaks=1 option in nagios.cfg? Enabling that option helps me eliminate the check latency but increases the load on cpu significantly. You may want to give that a try. Jake On Wed, May 23, 2012 at 2:52 AM, Simone Felici wrote: > So, cpul

Re: [Nagios-users] R: use_large_installation_tweaks

2012-04-23 Thread Jake Xu
I've just turned on this use_large_installation_tweaks option today. It reduces the check latency significantly. Other than that, not so much. I had tried using mod_gearman as well. It's a very nice addition to distribute loads to other servers, but I had a hard time doing configuration, deciding

[Nagios-users] Configuration Management for Nagios services/hosts/commands definitions

2012-02-01 Thread Jake Xu
Dear Nagios Friends, I'd like to know some best practices for managing all those Nagios configuration files. In our environment, we use git for version control, but managing and deploying config files to different Nagios servers is still a pain. I wonder if any can share some good practices or go

Re: [Nagios-users] How to reschedule multiple/all services at once

2012-01-10 Thread Jake Xu
ke Multisite. Thanks for all the response! Jake On Tue, Jan 10, 2012 at 1:18 AM, Andreas Ericsson wrote: > On 01/09/2012 08:53 PM, Jake Xu wrote: > > Hi everyone, > > > >> From time to time, I need to restart or reschedule all services to > verify > > that some n

[Nagios-users] How to reschedule multiple/all services at once

2012-01-09 Thread Jake Xu
Hi everyone, >From time to time, I need to restart or reschedule all services to verify that some new checks or new hosts are working properly. Is there any easy way to do that? I have a large number of hosts and services, so it would be tedious to click through a bunch of links via the web interf