---
title: Perform health checks on ABS AI Engine
description: This section discusses the commands that can be used to check the health status of ABS AI Engine. You can use the following options to conduct a health check :
component: pingintelligence
version: 5.1
page_id: pingintelligence:pingintelligence_monitoring_guide:pingintelligence_health_check_abs
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/pingintelligence_monitoring_guide/pingintelligence_health_check_abs.html
revdate: April 3, 2024
---

# Perform health checks on ABS AI Engine

This section discusses the commands that can be used to check the health status of ABS AI Engine. You can use the following options to conduct a health check :

* **ABS Admin API**

  Use the ABS [Admin REST API](../abs_ai_engine/pingintelligence_admin_rest_api.html) either from the Postman Collection or use curl command.

  ```shell
  $ curl -k -X GET 'https://<ABS Hostname/IP:8080/v4/abs/admin' -H 'x-abs-ak: <ABS access key>' -H 'x-abs-sk: <ABS ssecret key>'
  ```

* **Process status**

  If ABS AI Engine is running as a` systemctl` service, use the following command to check the status of the service.

  ```shell
  $ systemctl status pi-abs.service
  ```

* **Check ABS log for job failures**

  Use the following command to check the ABS log for any job failures. If any failures are detected, reach out to Ping Identity support team.

  ```shell
  $ grep allocated logs/abs/abs.log | grep failure
  ```

* **Check ABS log for MongoDB heartbeat**

  The `/logs/abs/abs.log` file reports the status of MongoDB heart beats at regular intervals. This is a good indicator to check ABS to MongoDB connectivity issues.
