Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP6:Update:BCI
pcp-image
healthcheck
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File healthcheck of Package pcp-image
#!/bin/bash -eu ALL_PCP_SERVICES='pmcd,pmie,pmlogger,pmproxy' PCP_SERVICES=${PCP_SERVICES:-${ALL_PCP_SERVICES}} failed="" for service in ${PCP_SERVICES//,/ }; do if ! systemctl is-active $service --quiet; then failed="$failed $service" fi done if [ ! -z "$failed" ]; then echo "$0: services not active:$failed" exit 1 fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor