Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Patch adds asynchronous database queries in ndoutils tool. Tested against version 1.4b9 with 5k service checks per minute.
Current Version
Last Release Date
September 17, 2011
Owner
Nagios Exchange
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.
Great patch! This was applied to NDOUtils and is part of the 1.5 release. Thanks for your efforts!
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!