Skip to main content

Get service status

GET 

/system/services/active/:system_services_id/status

JSON-RPC

system.services.active.check_status

The method checks if service is active using 3 steps:

  1. The method is registered in the active services registry.
  2. The PID-file is present.
  3. The process with recorded PID is alive.

Additionally, the method removes leftovers (pid-file and registration in active services), which may occur if services has been terminated by SIGKILL or finished abnormally.

warning

The method checks only services on the node, where it is called.

note

If the service has been executed incorrectly, it is possible that PID-file is present, but service is not registered in the active services. In this case the method will return only pid key in the response.

Request​

Responses​

Object containing service details if it is alive, otherwise None is returned.