Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Faster, high-performance NSCA server with worker and threadpool support. Drop-in replacement.
Current Version
20211105 (binary 2.9.1-3)
Last Release Date
2021-11-05
Owner
macskas
Website
https://github.com/macskas/nsca_fast
Download URL
https://github.com/macskas/nsca_fast/releases/latest
License
GPL
Compatible With
new options: decryption_mode=1 # default is 1, this is faster. 0 is more secure nsca_workers=4 nsca_threads_per_worker=8 max_checks_per_connection=5000 max_packet_age_enabled=0 # by default packet age check is disabled in the original nsca server even if you set max_packet_age. I keep it that way, but you can override nagios core behaviour by settings this value=1. I dont think its a good idea if the NTP sync is disabled on the clients.
As you can see it could use fix workers (fork) with the kernel's REUSEPORT support. You can use fix size thread pools in workers. So you wont end up with infinite workers and infinite thread pools. It supports fifo and check_result_path at the same time if you set both. First it writes the result into fifo and if it fails it saves it in the check_result_path
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!