So I’m trying to create a BigFix property which will be used for analysis.
The purpose of that property is to check the status of a given services on Linux machines - Running or Stopped
Tried something like that but without success:
exists process whose (name of it as string as lowercase = “splunkd”) then “Running” else “Stopped”) else “”)
Any ideas
Thanks !