From c9567dddaea4b82eb8ec007c6024dc718e96b26c Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 25 Apr 2026 16:23:03 +0200 Subject: [PATCH] fix: remove stale shell config key from NagiosRunnerPlugin docstring --- hbd/client/plugins/nagios_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hbd/client/plugins/nagios_runner.py b/hbd/client/plugins/nagios_runner.py index ddb72dd..8a0e37c 100644 --- a/hbd/client/plugins/nagios_runner.py +++ b/hbd/client/plugins/nagios_runner.py @@ -53,8 +53,7 @@ class NagiosRunnerPlugin(MonitorPlugin): interval: Collection interval in seconds (default: 300) commands: List of command definitions with 'name' and 'command' keys timeout: Command execution timeout in seconds (default: 30) - shell: Whether to execute commands via shell (default: True) - + Example: nagios_runner: interval: 300 # Check every 5 minutes