4 years ago
Windows services
Hey Everyone just need some help with my Logic Monitor service account accessing windows services.
Logic Monitor service account name: Lomosvc
Okay First off for security & Compliance...
Ok, looking at your output, this is expected. The datapoint is looking for the text "OK" in the output of the Status attribute. Your output looks like this:
ExitCode : 0
Name : MSSQLSERVER
ProcessId: 5136
StartMode : Unknown
State : Running
Status : UNKNOWN
Since the status is reading "UNKNOWN" the text "OK" is not found and is returning a 0. I would guess that there's still some permission you need to add to allow the Status attribute to be queried.