Jenkins + Minio + Prometheus + Grafana v1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if ! docker ps --format '{{.Names}}' | grep -qx sco-agent; then
|
||||
echo "El contenedor sco-agent no esta corriendo en este equipo" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
docker exec sco-agent python -m sco_agent.history
|
||||
Reference in New Issue
Block a user