Hi Guys,
Please advise how can I define how many parallel threads in service-check nagios plugin I can run
Below is my cron file:
#33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
33 */6 * * * librenms /opt/librenms/discovery-wrapper.py 2 >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/2 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 5
*/5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1
*/1 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1