Skip to content

Add default -t/--timeout argument for all plugins

This MR adds a -t/--timeout option to all plugins, as recommended by the Monitoring Plugins Development Guidelines .

A few plugins (right now) cannot support that as the interface they use to execute the check has no underlying support for a timeout (e.g. nds2), but that should be rectified at some point.

Merge request reports