Running Paralel service checks with Nagio Plugin

Hi Guys,

I’ve around 50 different service checks which Nagios plugin provides, with check-services.php cron, it will run serial threads, meaning if I run cron every one minute it might be that 50 probes won’t be able to finish it’s job
Please advise if the following string of services-wrapper.py in the cron will run 25 parallel service checks?

*/1 * * * * librenms /data/librenms/services-wrapper.py 25

Hi Guys,

Even-though I tried to submit 100 threads in parallel it still running one thread in a time

python2 /data/librenms/services-wrapper.py 100
INFO: worker Thread-1 finished device 58 in 232 seconds
INFO: services-wrapper checked 1 devices in 232 seconds with 100 workers