Hello.
I monitor over 10 thousand device. The native check command hostalive has check execution time approx. 4 s. Then the average check latency is over 70 s. How can I reduce check execution time.
hostalive is essentially using the ping template which invokes the check_ping plugin. This one reads the output of the ping binary which fires requests sequentially.
If you’re looking for speed improvements, check_icmp uses native OS sockets and transmits packages in parallel. The corresponding ITL provided command is icmp.
Would you kindly tick the “solution” checkbox in the post that answered your question if you don’t need any more help? This way you give kudos and show all users they don’t have to read through your whole thread just to find that you don’t need any more help.