fix: remove stale shell config key from NagiosRunnerPlugin docstring
This commit is contained in:
@@ -53,8 +53,7 @@ class NagiosRunnerPlugin(MonitorPlugin):
|
|||||||
interval: Collection interval in seconds (default: 300)
|
interval: Collection interval in seconds (default: 300)
|
||||||
commands: List of command definitions with 'name' and 'command' keys
|
commands: List of command definitions with 'name' and 'command' keys
|
||||||
timeout: Command execution timeout in seconds (default: 30)
|
timeout: Command execution timeout in seconds (default: 30)
|
||||||
shell: Whether to execute commands via shell (default: True)
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
nagios_runner:
|
nagios_runner:
|
||||||
interval: 300 # Check every 5 minutes
|
interval: 300 # Check every 5 minutes
|
||||||
|
|||||||
Reference in New Issue
Block a user