9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
||
|
|
||
|
conf=/etc/swift/container-server.conf
|
||
|
cache=/var/cache/swift/container.recon
|
||
|
|
||
|
check_swift_interval container-replicator
|