
This patch adds checks for the replicators. It also removes some unused or invalid code from other checks. Checking modification time of the recon files is not enough, these might also be changed by other Swift processes and are not a good indicator for stuck processes. Co-Authored-By: Christian Schwede <cschwede@redhat.com> Co-Authored-By: Emilien Macchi <emilien@redhat.com> Change-Id: Ib15f1ec4766bf4d64a2860422c230e4d514bc224
9 lines
209 B
Bash
Executable File
9 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
|
|
|
conf=/etc/swift/object-server.conf
|
|
cache=/var/cache/swift/object.recon
|
|
|
|
check_swift_interval object-replicator
|