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
90477
Files:
FileDescription
ndoutils-async-v1.1.patchndoutils-async-v1.1.patch
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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!