service_check_running_ps

Check if a service is running using ps.

⚙️ Compatible targets: Linux

Parameters

NameDocumentation
nameRegular expression used to select a process in ps output.

This parameter is required.

Outcome conditions

You need to replace ${name} with its actual canonified value.

  • ✅ Ok: service_check_running_${name}_ok
    • ☑️ Already compliant: service_check_running_${name}_kept
    • 🟨 Repaired: service_check_running_${name}_repaired
  • ❌ Error: service_check_running_${name}_error

Example

method: service_check_running_ps
params:
  name: VALUE