Martin Schuppert 3ddb77e340 Fix swift-proxy healthcheck
With the current swift-proxy healthcheck the container status is
unhealty even the service is up.

The used ps/grep won't return the swift proxy processes as the
output gets truncated:

()[root@overcloud-controller-0 /]$ ps -e
    PID TTY          TIME CMD
      1 ?        00:00:00 dumb-init
      6 ?        00:02:52 swift-proxy-ser
     28 ?        00:00:25 swift-proxy-ser
   4753 pts/1    00:00:00 sh
   4797 pts/1    00:00:00 ps

As a result we end up in the else, checking the cache.

This moves the if to use pgrep instead.

Change-Id: I169b07553b171fcacb532bf58acc4200e270bfbb
2019-08-01 16:41:40 +02:00
..
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-03-07 10:44:59 +01:00
2019-06-14 19:23:53 +01:00
2018-03-07 10:44:59 +01:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-11-27 09:35:05 +00:00
2018-03-07 10:44:59 +01:00
2019-01-16 22:12:23 +01:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2019-03-27 08:51:15 +01:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-03-07 10:44:59 +01:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-11-12 09:21:45 +01:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2019-04-24 10:14:43 -02:30
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2019-06-14 19:23:53 +01:00
2018-09-11 17:15:11 +02:00
2019-04-16 13:40:29 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2019-08-01 16:41:40 +02:00
2018-09-11 17:15:11 +02:00
2018-09-11 17:15:11 +02:00
2019-06-14 19:23:53 +01:00

Health check commands

The scripts in this directory are meant to implement the container-healthcheck blueprint. They are written to be compatible with the Docker HEALTHCHECK api.

The scripts expect to source /usr/share/tripleo-common/healthcheck/common.sh. If you want to run scripts without installing to that file, you can set the HEALTHCHECKS_DIR environment variable, e.g:

    $ export HEALTHCHECKS_DIR=$PWD
    $ ./heat-api
    {"versions": [{"status": "CURRENT", "id": "v1.0", "links": [{"href": "http://192.168.24.1:8004/v1/", "rel": "self"}]}]}
    300 192.168.24.1:8004 0.002 seconds