You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the possibility to define default connector variables values, we need to update connectors.md to add the variables section in the examples:
extends:
- ../System/Systemconnector:
displayName: Linux - Processes (ps)platforms: Any Linux systemreliesOn: Linux ps commandinformation: Monitors performance metrics (CPU, memory, etc.) of the processes that match the specified criteria in `matchName`, `matchCommand`, and `matchUser`.detection:
connectionTypes:
- remote
- localappliesTo:
- linuxdisableAutoDetection: truecriteria:
- type: commandLinecommandLine: /usr/bin/which ps || /bin/which psexpectedResult: /bin/pserrorMessage: Not a valid Linux host.tags: [ system, linux ]variables:
matchName:
description: Regular expression pattern to match process names for monitoring.defaultValue: .* matchCommand:
description: Regular expression pattern to match process command lines for monitoring.defaultValue: .*matchUser:
description: Regular expression pattern to match process users for inclusion.defaultValue: .*
The text was updated successfully, but these errors were encountered:
After adding the possibility to define default connector variables values, we need to update connectors.md to add the
variables
section in the examples:The text was updated successfully, but these errors were encountered: