Discussion:
[Nagios-users] Nagios check latency
Muhamad Faiz
2013-08-13 03:49:19 UTC
Permalink
Hi guys,

My Nagios setup are having high service check latency.

Check nagios latency result is 240 seconds!

./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!

Modification in my Nagios.cfg file is only as below. Other than this, is default.

# MODIFIED
admin_email=***@asia.xchanging.com
admin_pager=***@asia.xchanging.com
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40


# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL

Website: http://www.nagios.org
Timing information on object configuration processing is listed
below. You can use this information to see if precaching your
object configuration would be useful.

Object Config Source: Config files (uncached)

OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings


RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec


Timing information on configuration verification is listed below.

CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings


EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec


Projected scheduling information for host and service checks
is listed below. This information assumes that you are going
to start running Nagios with your current config files.

HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013


SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013


CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600


PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.

Any advice will be much appreciated.

Regards,
Faiz
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
Andreas Ericsson
2013-08-13 09:09:45 UTC
Permalink
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Change to Nagios 4 and your latency will most likely go away.
--
Andreas Ericsson ***@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
Muhamad Faiz
2013-08-21 02:38:43 UTC
Permalink
Hi Andreas Ericsson,

Until it is in Stable release, we will not update it. I guess misconfiguration was done somewhere.

Regards,

Faiz

-----Original Message-----
From: Andreas Ericsson [mailto:***@op5.se]
Sent: Tuesday, August 13, 2013 5:10 PM
To: Nagios Users List
Cc: Muhamad Faiz
Subject: Re: [Nagios-users] Nagios check latency
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Change to Nagios 4 and your latency will most likely go away.
--
Andreas Ericsson ***@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and terror, I think we should give some serious thought to declaring war on peace.
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
Daniel Wittenberg
2013-08-21 10:21:36 UTC
Permalink
I guess that depends on your definition of stable. I've been using it in
large production environments for almost a year.

Dan
Post by Muhamad Faiz
Hi Andreas Ericsson,
Until it is in Stable release, we will not update it. I guess
misconfiguration was done somewhere.
Regards,
Faiz
-----Original Message-----
Sent: Tuesday, August 13, 2013 5:10 PM
To: Nagios Users List
Cc: Muhamad Faiz
Subject: Re: [Nagios-users] Nagios check latency
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Change to Nagios 4 and your latency will most likely go away.
--
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war on
peace.
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential
and may also be privileged. If you are not the intended recipient of this
e-mail you may not copy, forward, disclose or otherwise use it or any part
of it in any form whatsoever. If you are not the intended recipient please
telephone or e-mail the sender and delete this message and any attachment
from your system."
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
Randal, Phil
2013-08-13 09:16:47 UTC
Permalink
What are your

check_result_reaper_frequency

and

max_check_result_reaper_time

set to?

I use 3 and 15 respectively here.

Cheers,

Phil
--
Phil Randal
Infrastructure Engineer
Hoople Ltd | Thorn Office Centre | Hereford HR2 6JT
Tel: 01432 260415 | Email: ***@hoopleltd.co.uk<mailto:***@hoopleltd.co.uk>

From: Muhamad Faiz [mailto:***@Asia.Xchanging.com]
Sent: 13 August 2013 04:49
To: Nagios Users List
Subject: [Nagios-users] Nagios check latency

Hi guys,

My Nagios setup are having high service check latency.

Check nagios latency result is 240 seconds!

./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!

Modification in my Nagios.cfg file is only as below. Other than this, is default.

# MODIFIED
admin_email=***@asia.xchanging.com<mailto:admin_email=***@asia.xchanging.com>
admin_pager=***@asia.xchanging.com<mailto:admin_pager=***@asia.xchanging.com>
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40


# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL

Website: http://www.nagios.org
Timing information on object configuration processing is listed
below. You can use this information to see if precaching your
object configuration would be useful.

Object Config Source: Config files (uncached)

OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings


RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec


Timing information on configuration verification is listed below.

CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings


EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec


Projected scheduling information for host and service checks
is listed below. This information assumes that you are going
to start running Nagios with your current config files.

HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013


SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013


CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600


PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.

Any advice will be much appreciated.

Regards,
Faiz

"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."

Hoople Ltd, Registered in England and Wales No. 7556595
Registered office: Plough Lane, Hereford, HR4 0LE

"Any opinion expressed in this e-mail or any attached files are those of the individual and not necessarily those of Hoople Ltd. You should be aware that Hoople Ltd. monitors its email service. This e-mail and any attached files are confidential and intended solely for the use of the addressee. This communication may contain material protected by law from being passed on. If you are not the intended recipient and have received this e-mail in error, you are advised that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error please contact the sender immediately and destroy all copies of it."
Muhamad Faiz
2013-08-21 02:40:25 UTC
Permalink
Hi Phil,

check_result_reaper_frequency=10
max_check_result_reaper_time=30

Regards,

Faiz
Monitoring

From: Randal, Phil [mailto:***@hoopleltd.co.uk]
Sent: Tuesday, August 13, 2013 5:17 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Nagios check latency

What are your

check_result_reaper_frequency

and

max_check_result_reaper_time

set to?

I use 3 and 15 respectively here.

Cheers,

Phil
--
Phil Randal
Infrastructure Engineer
Hoople Ltd | Thorn Office Centre | Hereford HR2 6JT
Tel: 01432 260415 | Email: ***@hoopleltd.co.uk<mailto:***@hoopleltd.co.uk>

From: Muhamad Faiz [mailto:***@Asia.Xchanging.com]
Sent: 13 August 2013 04:49
To: Nagios Users List
Subject: [Nagios-users] Nagios check latency

Hi guys,

My Nagios setup are having high service check latency.

Check nagios latency result is 240 seconds!

./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!

Modification in my Nagios.cfg file is only as below. Other than this, is default.

# MODIFIED
admin_email=***@asia.xchanging.com<mailto:admin_email=***@asia.xchanging.com>
admin_pager=***@asia.xchanging.com<mailto:admin_pager=***@asia.xchanging.com>
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40


# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL

Website: http://www.nagios.org
Timing information on object configuration processing is listed
below. You can use this information to see if precaching your
object configuration would be useful.

Object Config Source: Config files (uncached)

OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings


RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec


Timing information on configuration verification is listed below.

CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings


EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec


Projected scheduling information for host and service checks
is listed below. This information assumes that you are going
to start running Nagios with your current config files.

HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013


SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013


CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600


PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.

Any advice will be much appreciated.

Regards,
Faiz

"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
Hoople Ltd, Registered in England and Wales No. 7556595
Registered office: Plough Lane, Hereford, HR4 0LE

"Any opinion expressed in this e-mail or any attached files are those of the individual and not necessarily those of Hoople Ltd. You should be aware that Hoople Ltd. monitors its email service. This e-mail and any attached files are confidential and intended solely for the use of the addressee. This communication may contain material protected by law from being passed on. If you are not the intended recipient and have received this e-mail in error, you are advised that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error please contact the sender immediately and destroy all copies of it."
Jim Avery
2013-08-13 13:14:19 UTC
Permalink
Post by Muhamad Faiz
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
...
Post by Muhamad Faiz
Any advice will be much appreciated.
If you haven't stopped / started the nagios daemon lately, then do that
("/etc/init.d/nagios stop" then "/etc/init.d/nagios start" , NOT
"/etc/init.d/nagios reload"). I find that after a couple of weeks the
service check latency starts creeping up, and stopping/starting the nagios
daemon sorts it.

I hope that helps.

Jim
Muhamad Faiz
2013-08-21 02:42:50 UTC
Permalink
Hi Jim Avery,

I do a lot of configuration recently so starting and stopping was done quite a lot as well.

I guess two Nagios instance was running.

Regards,

Faiz

From: Jim Avery [mailto:***@jimavery.me.uk]
Sent: Tuesday, August 13, 2013 9:14 PM
To: nagios List
Subject: Re: [Nagios-users] Nagios check latency
Post by Muhamad Faiz
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
...
Post by Muhamad Faiz
Any advice will be much appreciated.
If you haven't stopped / started the nagios daemon lately, then do that ("/etc/init.d/nagios stop" then "/etc/init.d/nagios start" , NOT "/etc/init.d/nagios reload"). I find that after a couple of weeks the service check latency starts creeping up, and stopping/starting the nagios daemon sorts it.

I hope that helps.

Jim
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
Justin Pryzby
2013-08-13 13:51:29 UTC
Permalink
Could you check that you're not accidentally running 2 nagios daemons?
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Modification in my Nagios.cfg file is only as below. Other than this, is default.
# MODIFIED
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40
# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL
Website: http://www.nagios.org
Timing information on object configuration processing is listed
below. You can use this information to see if precaching your
object configuration would be useful.
Object Config Source: Config files (uncached)
OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings
RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec
Timing information on configuration verification is listed below.
CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings
EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec
Projected scheduling information for host and service checks
is listed below. This information assumes that you are going
to start running Nagios with your current config files.
HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013
SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013
CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600
PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.
Any advice will be much appreciated.
Regards,
Faiz
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
BEGIN:VCARD
VERSION:2.1
X-MS-SIGNATURE:YES
N;LANGUAGE=en-us:Faiz
FN:Faiz
ORG:YTLC Network Operations Monitoring Team
TEL;WORK;VOICE:+60 192260176
ADR;WORK;PREF:;;;;;;United States of America
X-MS-OL-DEFAULT-POSTAL-ADDRESS:2
X-MS-IMADDRESS:Skype: me.faiz
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUa
GRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgc
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAAR
CAAVADYDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA
AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK
FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG
h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl
5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA
AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk
NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE
hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk
5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2/wAWnWYNI+1aDciKSAlpUKBg6dyPkY5H
oBzzXK6d8SW07SpB4hVp7zf+5EcboZV753RoBj8c5rf+IXjOHwV4Ye7ba95NmO0hP8b46kf3
R1P4DvXinhexuPFE51rU7YLbo5QFIwkckmMkDBXGMg8GvUwdCFWF6i0/F+R5OPxE6WlJ6/gv
M9w0HxhDrWmz6hPbNYWcLBfOncbWJOPyGRz71uw3ttPGksE8ciO7RqysMMwJBA9SNp/I1hxx
6VP4HazgdrOxeL7PIIwGdAxww78nJ55POa5+HQfCyqInvnuYY12KkkCuUULsVd2zdtUYwPUZ
OSa5XTjKUuVNK/qdFKrKNOPPJNtb7Ho2ajEqGQxhxvABK55APfH4GvP4/DfhoTvdSajNKZB8
knlDcGDlt+4JkuCSNx5xiqmn+HtAtoWa/wBSWSZzmMQwhVj2qFDj5Bhh13ccn8SvYLu/uZbx
CXb7z0/rRXL+B9Ni03SrlIbmO5SW437o49mMRogzwMkhQScdSaKwlCzsbxqXVzo5LeKfBmiS
THTeoOKq32lWl/YNazR7Ys5AjO0qfUEdKKKUZNPQc4xcWmiHSdCtdIaQ2jTESYDLJKWGfXnv
WoEVSSABk5PHWiinKTlK7JpwjGNooasSRghFVQTkgDGSe9SYHoKKKk0sgooooGf/2Q==
X-MS-OL-DESIGN;CHARSET=utf-8:<card xmlns="http://schemas.microsoft.com/office/outlook/12/electronicbusinesscards" ver="1.0" layout="right" bgcolor="ffffff"><img xmlns="" align="midright" area="50" use="cardpicture"/><fld xmlns="" prop="name" align="left" dir="ltr" style="b" color="000000" size="10"/><fld xmlns="" prop="org" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="title" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="dept" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="telwork" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="email" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="addrwork" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="im" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/></card>
REV:20121031T020436Z
END:VCARD
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
Muhamad Faiz
2013-08-21 02:49:27 UTC
Permalink
Hi Justin,

Is this the right way to check this? I have stop and start back only one line exist now. I'm watching the latency now.

[***@nagios ~]# ps faux | grep nagios.cfg
root 21594 0.0 0.0 103244 832 pts/0 S+ 10:42 0:00 \_ grep nagios.cfg
nagios 29669 52.4 13.6 1677324 1095904 ? Rsl Aug13 6014:30 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21086 0.3 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21291 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21293 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21295 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21296 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21338 0.6 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21346 0.4 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21453 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21519 1.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21521 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21530 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21538 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21547 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21555 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21579 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21586 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21589 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21591 2.0 13.6 1677324 1094328 ? R 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg

Regards,

Faiz
Monitoring


-----Original Message-----
From: Justin Pryzby [mailto:***@norchemlab.com]
Sent: Tuesday, August 13, 2013 9:51 PM
To: nagios-***@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios check latency

Could you check that you're not accidentally running 2 nagios daemons?
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Modification in my Nagios.cfg file is only as below. Other than this, is default.
# MODIFIED
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file
-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-b
ulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40
# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community
03-15-2013
License: GPL
Website: http://www.nagios.org
Timing information on object configuration processing is listed below.
You can use this information to see if precaching your object
configuration would be useful.
Object Config Source: Config files (uncached)
OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings
RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec
Timing information on configuration verification is listed below.
CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings
EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec
Projected scheduling information for host and service checks is listed
below. This information assumes that you are going to start running
Nagios with your current config files.
HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013
SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013
CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600
PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.
Any advice will be much appreciated.
Regards,
Faiz
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
BEGIN:VCARD
VERSION:2.1
X-MS-SIGNATURE:YES
N;LANGUAGE=en-us:Faiz
FN:Faiz
ORG:YTLC Network Operations Monitoring Team
TEL;WORK;VOICE:+60 192260176
ADR;WORK;PREF:;;;;;;United States of America
X-MS-OL-DEFAULT-POSTAL-ADDRESS:2
X-MS-IMADDRESS:Skype: me.faiz
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGB
Ua
GRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHB
gc
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wA
AR
CAAVADYDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtR
AA
AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2Jygg
kK
FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhI
WG
h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+
Tl
5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtR
EA
AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRCh
Yk
NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6go
OE
hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4u
Pk
5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2/wAWnWYNI+1aDciKSAlpUKBg6dyPkY
5H
oBzzXK6d8SW07SpB4hVp7zf+5EcboZV753RoBj8c5rf+IXjOHwV4Ye7ba95NmO0hP8b46k
f3
R1P4DvXinhexuPFE51rU7YLbo5QFIwkckmMkDBXGMg8GvUwdCFWF6i0/F+R5OPxE6WlJ6/
gv
M9w0HxhDrWmz6hPbNYWcLBfOncbWJOPyGRz71uw3ttPGksE8ciO7RqysMMwJBA9SNp/I1h
xx
6VP4HazgdrOxeL7PIIwGdAxww78nJ55POa5+HQfCyqInvnuYY12KkkCuUULsVd2zdtUYwP
UZ
OSa5XTjKUuVNK/qdFKrKNOPPJNtb7Ho2ajEqGQxhxvABK55APfH4GvP4/DfhoTvdSajNKZ
B8
knlDcGDlt+4JkuCSNx5xiqmn+HtAtoWa/wBSWSZzmMQwhVj2qFDj5Bhh13ccn8SvYLu/uZ
bx
CXb7z0/rRXL+B9Ni03SrlIbmO5SW437o49mMRogzwMkhQScdSaKwlCzsbxqXVzo5LeKfBm
iS
THTeoOKq32lWl/YNazR7Ys5AjO0qfUEdKKKUZNPQc4xcWmiHSdCtdIaQ2jTESYDLJKWGfX
nv
WoEVSSABk5PHWiinKTlK7JpwjGNooasSRghFVQTkgDGSe9SYHoKKKk0sgooooGf/2Q==
X-MS-OL-DESIGN;CHARSET=utf-8:<card
xmlns="http://schemas.microsoft.com/office/outlook/12/electronicbusine
sscards" ver="1.0" layout="right" bgcolor="ffffff"><img xmlns=""
align="midright" area="50" use="cardpicture"/><fld xmlns=""
prop="name" align="left" dir="ltr" style="b" color="000000"
size="10"/><fld xmlns="" prop="org" align="left" dir="ltr"
color="000000" size="8"/><fld xmlns="" prop="title" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="dept"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="telwork" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="email"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="addrwork" align="left" dir="ltr" color="000000" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="im" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank"
size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank"
size="8"/></card> REV:20121031T020436Z END:VCARD
----------------------------------------------------------------------
-------- Get 100% visibility into Java/.NET code with AppDynamics
Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.c
lktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
Nagios-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
Justin Pryzby
2013-08-21 03:30:02 UTC
Permalink
I would have written: ps -fC nagios3 (but I guess your daemon is
called "nagios"). Note that all the "2ndary" lines are commands being
run (checks, notifications). This will show only the parent
"scheduler" processes: ps -O ppid -C nagios3 |awk '$2==1'

Justin
Post by Muhamad Faiz
Hi Justin,
Is this the right way to check this? I have stop and start back only one line exist now. I'm watching the latency now.
root 21594 0.0 0.0 103244 832 pts/0 S+ 10:42 0:00 \_ grep nagios.cfg
nagios 29669 52.4 13.6 1677324 1095904 ? Rsl Aug13 6014:30 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21086 0.3 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21291 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21293 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21295 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21296 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21338 0.6 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21346 0.4 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21453 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21519 1.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21521 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21530 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21538 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21547 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21555 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21579 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21586 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21589 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21591 2.0 13.6 1677324 1094328 ? R 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
Regards,
Faiz
Monitoring
-----Original Message-----
Sent: Tuesday, August 13, 2013 9:51 PM
Subject: Re: [Nagios-users] Nagios check latency
Could you check that you're not accidentally running 2 nagios daemons?
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Modification in my Nagios.cfg file is only as below. Other than this, is default.
# MODIFIED
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-file
-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-b
ulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40
# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community
03-15-2013
License: GPL
Website: http://www.nagios.org
Timing information on object configuration processing is listed below.
You can use this information to see if precaching your object
configuration would be useful.
Object Config Source: Config files (uncached)
OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings
RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec
Timing information on configuration verification is listed below.
CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings
EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
Schedule service times: 0.002476 sec
Schedule service events: 0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec
Projected scheduling information for host and service checks is listed
below. This information assumes that you are going to start running
Nagios with your current config files.
HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013
SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013
CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600
PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.
Any advice will be much appreciated.
Regards,
Faiz
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
BEGIN:VCARD
VERSION:2.1
X-MS-SIGNATURE:YES
N;LANGUAGE=en-us:Faiz
FN:Faiz
ORG:YTLC Network Operations Monitoring Team
TEL;WORK;VOICE:+60 192260176
ADR;WORK;PREF:;;;;;;United States of America
X-MS-OL-DEFAULT-POSTAL-ADDRESS:2
X-MS-IMADDRESS:Skype: me.faiz
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGB
Ua
GRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHB
gc
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wA
AR
CAAVADYDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtR
AA
AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2Jygg
kK
FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhI
WG
h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+
Tl
5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtR
EA
AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRCh
Yk
NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6go
OE
hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4u
Pk
5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2/wAWnWYNI+1aDciKSAlpUKBg6dyPkY
5H
oBzzXK6d8SW07SpB4hVp7zf+5EcboZV753RoBj8c5rf+IXjOHwV4Ye7ba95NmO0hP8b46k
f3
R1P4DvXinhexuPFE51rU7YLbo5QFIwkckmMkDBXGMg8GvUwdCFWF6i0/F+R5OPxE6WlJ6/
gv
M9w0HxhDrWmz6hPbNYWcLBfOncbWJOPyGRz71uw3ttPGksE8ciO7RqysMMwJBA9SNp/I1h
xx
6VP4HazgdrOxeL7PIIwGdAxww78nJ55POa5+HQfCyqInvnuYY12KkkCuUULsVd2zdtUYwP
UZ
OSa5XTjKUuVNK/qdFKrKNOPPJNtb7Ho2ajEqGQxhxvABK55APfH4GvP4/DfhoTvdSajNKZ
B8
knlDcGDlt+4JkuCSNx5xiqmn+HtAtoWa/wBSWSZzmMQwhVj2qFDj5Bhh13ccn8SvYLu/uZ
bx
CXb7z0/rRXL+B9Ni03SrlIbmO5SW437o49mMRogzwMkhQScdSaKwlCzsbxqXVzo5LeKfBm
iS
THTeoOKq32lWl/YNazR7Ys5AjO0qfUEdKKKUZNPQc4xcWmiHSdCtdIaQ2jTESYDLJKWGfX
nv
WoEVSSABk5PHWiinKTlK7JpwjGNooasSRghFVQTkgDGSe9SYHoKKKk0sgooooGf/2Q==
X-MS-OL-DESIGN;CHARSET=utf-8:<card
xmlns="http://schemas.microsoft.com/office/outlook/12/electronicbusine
sscards" ver="1.0" layout="right" bgcolor="ffffff"><img xmlns=""
align="midright" area="50" use="cardpicture"/><fld xmlns=""
prop="name" align="left" dir="ltr" style="b" color="000000"
size="10"/><fld xmlns="" prop="org" align="left" dir="ltr"
color="000000" size="8"/><fld xmlns="" prop="title" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="dept"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="telwork" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="email"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="addrwork" align="left" dir="ltr" color="000000" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="im" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank"
size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank"
size="8"/></card> REV:20121031T020436Z END:VCARD
----------------------------------------------------------------------
-------- Get 100% visibility into Java/.NET code with AppDynamics
Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.c
lktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
Muhamad Faiz
2013-08-21 03:53:58 UTC
Permalink
One line,

# ps -O ppid -C nagios | awk '$2==1'
22561 1 R ? 00:07:02 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg

Latency is OK now!

# ./check_nagios_latency.sh -w 30 -c 60
OK: Latency at 3.388 seconds. | latency=3.388;30;60

Regards,

Faiz

-----Original Message-----
From: Justin Pryzby [mailto:***@norchemlab.com]
Sent: Wednesday, August 21, 2013 11:30 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Nagios check latency

I would have written: ps -fC nagios3 (but I guess your daemon is called "nagios"). Note that all the "2ndary" lines are commands being run (checks, notifications). This will show only the parent "scheduler" processes: ps -O ppid -C nagios3 |awk '$2==1'

Justin
Post by Muhamad Faiz
Hi Justin,
Is this the right way to check this? I have stop and start back only one line exist now. I'm watching the latency now.
root 21594 0.0 0.0 103244 832 pts/0 S+ 10:42 0:00 \_ grep nagios.cfg
nagios 29669 52.4 13.6 1677324 1095904 ? Rsl Aug13 6014:30 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21086 0.3 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21291 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21293 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21295 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21296 0.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21338 0.6 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21346 0.4 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21453 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21519 1.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21521 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21530 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21538 2.5 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21547 2.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21555 1.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21579 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21586 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21589 4.0 13.6 1677328 1094340 ? S 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 21591 2.0 13.6 1677324 1094328 ? R 10:42 0:00 \_ /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
Regards,
Faiz
Monitoring
-----Original Message-----
Sent: Tuesday, August 13, 2013 9:51 PM
Subject: Re: [Nagios-users] Nagios check latency
Could you check that you're not accidentally running 2 nagios daemons?
Post by Muhamad Faiz
Hi guys,
My Nagios setup are having high service check latency.
Check nagios latency result is 240 seconds!
./check_nagios_latency.sh -w 30 -c 60
CRITICAL: Latency at 240.183 seconds!
Modification in my Nagios.cfg file is only as below. Other than this, is default.
# MODIFIED
translate_passive_host_checks=1
log_event_handlers=0
use_large_installation_tweaks=1
enable_environment_macros=0
enable_embedded_perl=0
use_embedded_perl_implicitly=0
max_concurrent_checks=1600
service_perfdata_file_processing_command=process-service-perfdata-fi
le
-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp
-b
ulk
service_perfdata_file_processing_interval=60
host_perfdata_file_processing_interval=60
status_update_interval=40
# /usr/local/nagios/bin/nagios -s /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community
03-15-2013
License: GPL
Website: http://www.nagios.org
Timing information on object configuration processing is listed below.
You can use this information to see if precaching your object
configuration would be useful.
Object Config Source: Config files (uncached)
OBJECT CONFIG PROCESSING TIMES (* = Potential for precache savings with -u option)
----------------------------------
Read: 0.415803 sec
Resolve: 0.006900 sec *
Recomb Contactgroups: 0.001862 sec *
Recomb Hostgroups: 3.819786 sec *
Dup Services: 0.637380 sec *
Recomb Servicegroups: 3.419804 sec *
Duplicate: 0.000417 sec *
Inherit: 0.013748 sec *
Recomb Contacts: 0.000000 sec *
Sort: 0.000000 sec *
Register: 0.616385 sec
Free: 0.029930 sec
============
TOTAL: 8.962015 sec * = 7.899897 sec (88.15%) estimated savings
RETENTION DATA TIMES
----------------------------------
Read and Process: 0.863815 sec
============
TOTAL: 0.863815 sec
Timing information on configuration verification is listed below.
CONFIG VERIFICATION TIMES (* = Potential for speedup with -x option)
----------------------------------
Object Relationships: 0.080360 sec
Circular Paths: 0.001152 sec *
Misc: 0.011244 sec
============
TOTAL: 0.092756 sec * = 0.001152 sec (1.2%) estimated savings
EVENT SCHEDULING TIMES
-------------------------------------
Get service info: 0.051265 sec
Get host info info: 0.032301 sec
Get service params: 0.000010 sec
0.002514 sec
Get host params: 0.000000 sec
Schedule host times: 0.000937 sec
Schedule host events: 0.001287 sec
============
TOTAL: 0.090790 sec
Projected scheduling information for host and service checks is
listed below. This information assumes that you are going to start
running Nagios with your current config files.
HOST SCHEDULING INFORMATION
---------------------------
Total hosts: 11753
Total scheduled hosts: 7
Host inter-check delay method: SMART
Average host check interval: 300.00 sec
Host inter-check delay: 42.86 sec
Max host check spread: 30 min
First scheduled check: Tue Aug 13 11:43:54 2013
Last scheduled check: Tue Aug 13 11:43:54 2013
SERVICE SCHEDULING INFORMATION
-------------------------------
Total services: 18662
Total scheduled services: 170
Service inter-check delay method: SMART
Average service check interval: 535.76 sec
Inter-check delay: 3.15 sec
Interleave factor method: SMART
Average services per host: 1.59
Service interleave factor: 1
Max service check spread: 30 min
First scheduled check: Tue Aug 13 11:52:49 2013
Last scheduled check: Tue Aug 13 11:58:39 2013
CHECK PROCESSING INFORMATION
----------------------------
Check result reaper interval: 10 sec
Max concurrent service checks: 1600
PERFORMANCE SUGGESTIONS
-----------------------
I have no suggestions - things look okay.
Any advice will be much appreciated.
Regards,
Faiz
"CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipient of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you are not the intended recipient please telephone or e-mail the sender and delete this message and any attachment from your system."
BEGIN:VCARD
VERSION:2.1
X-MS-SIGNATURE:YES
N;LANGUAGE=en-us:Faiz
FN:Faiz
ORG:YTLC Network Operations Monitoring Team
TEL;WORK;VOICE:+60 192260176
ADR;WORK;PREF:;;;;;;United States of America
X-MS-OL-DEFAULT-POSTAL-ADDRESS:2
X-MS-IMADDRESS:Skype: me.faiz
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwR
GB
Ua
GRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQq
HB
gc
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/
wA
AR
CAAVADYDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QA
tR
AA
AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2Jy
gg
kK
FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqD
hI
WG
h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+
Tl
5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QA
5ufo6erx8vP09fb3+tR
EA
AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLR
Ch
Yk
NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6
go
OE
hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna
4u
Pk
5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2/wAWnWYNI+1aDciKSAlpUKBg6dyP
5ebn6Onq8vP09fb3+kY
5H
oBzzXK6d8SW07SpB4hVp7zf+5EcboZV753RoBj8c5rf+IXjOHwV4Ye7ba95NmO0hP8b4
oBzzXK6d8SW07SpB4hVp7zf+5EcboZV753RoBj8c5rf+6k
f3
R1P4DvXinhexuPFE51rU7YLbo5QFIwkckmMkDBXGMg8GvUwdCFWF6i0/F+R5OPxE6WlJ
6/
gv
M9w0HxhDrWmz6hPbNYWcLBfOncbWJOPyGRz71uw3ttPGksE8ciO7RqysMMwJBA9SNp/I
1h
xx
6VP4HazgdrOxeL7PIIwGdAxww78nJ55POa5+HQfCyqInvnuYY12KkkCuUULsVd2zdtUY
6VP4HazgdrOxeL7PIIwGdAxww78nJ55POa5+wP
UZ
OSa5XTjKUuVNK/qdFKrKNOPPJNtb7Ho2ajEqGQxhxvABK55APfH4GvP4/DfhoTvdSajN
KZ
B8
knlDcGDlt+4JkuCSNx5xiqmn+HtAtoWa/wBSWSZzmMQwhVj2qFDj5Bhh13ccn8SvYLu/
knlDcGDlt+4JkuCSNx5xiqmn+uZ
bx
CXb7z0/rRXL+B9Ni03SrlIbmO5SW437o49mMRogzwMkhQScdSaKwlCzsbxqXVzo5LeKf
Bm
iS
THTeoOKq32lWl/YNazR7Ys5AjO0qfUEdKKKUZNPQc4xcWmiHSdCtdIaQ2jTESYDLJKWG
fX
nv
WoEVSSABk5PHWiinKTlK7JpwjGNooasSRghFVQTkgDGSe9SYHoKKKk0sgooooGf/2Q==
X-MS-OL-DESIGN;CHARSET=utf-8:<card
xmlns="http://schemas.microsoft.com/office/outlook/12/electronicbusi
ne sscards" ver="1.0" layout="right" bgcolor="ffffff"><img xmlns=""
align="midright" area="50" use="cardpicture"/><fld xmlns=""
prop="name" align="left" dir="ltr" style="b" color="000000"
size="10"/><fld xmlns="" prop="org" align="left" dir="ltr"
color="000000" size="8"/><fld xmlns="" prop="title" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="dept"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="telwork" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="email"
align="left" dir="ltr" color="000000" size="8"/><fld xmlns=""
prop="addrwork" align="left" dir="ltr" color="000000" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="im" align="left"
dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank"
size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns=""
prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld
xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank"
size="8"/></card> REV:20121031T020436Z END:VCARD
--------------------------------------------------------------------
--
-------- Get 100% visibility into Java/.NET code with AppDynamics
Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg
.c
lktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to
/dev/null
----------------------------------------------------------------------
-------- Get 100% visibility into Java/.NET code with AppDynamics
Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.c
lktrk _______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
----------------------------------------------------------------------
-------- Introducing Performance Central, a new site from SourceForge
and AppDynamics. Performance Central is your source for news,
insights, analysis and resources for efficient Application Performance
Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.c
lktrk _______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
Nagios-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
Loading...