Windows Service Check with NRPE and NSClient++

I am trying to add a service check with LibreNMS. I have use NRPE and NSClient++ successfully with monitoring the OneLogin AD Service. I am using the following:

-2 -H 10.19.11.200 -c check_service -a service=ConnectorService.exe

However, when i copy that and apply it to the Okta AD Service:

-2 -H 10.19.11.200 -c check_service -a service=“Okta Active Directory Service”

I am getting: 424: The specified service does not exist as an installed service.

If I SSH into the box, and run the command:

./check_npre -2 -H 10.19.11.200 -c check_service -a service=“Okta Active Directory Service”

I get: OK: All 1 service(s) are ok.

Any idea how to get it to work?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.