Home Directory Patches NDOUtils ndoutils-async

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

ndoutils-async

Rating
1 vote
Favoured:
0
Hits
90845
Files:
FileDescription
ndoutils-async-v1.1.patchndoutils-async-v1.1.patch
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Patch adds asynchronous database queries in ndoutils tool. Tested against version 1.4b9 with 5k service checks per minute.
It is recomended to remove all message queues owned by user nagios before ndoutils startup.

This can be achieved by script:
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done



It is strongly recomended to tune message queue parameters:

kernel.msgmnb

kernel.msgmax

kernel.msgmni

Errors of asynchronous process are logged via syslog. Eg.

ndo2db-3x: Error: queue send error. - means that process cannot put message into queue.
Reviews (1)
Great patch! This was applied to NDOUtils and is part of the 1.5 release. Thanks for your efforts!