fix: windows service script & postgres shutdown Feb 3, 2024 main.go chore: offline cmd and cleanup (#2065) Aug 21, 2024 README Apache-2.0 license Security Kubernetes Native Health Check Platform Canary checker is a kubernetes-native platform for monitoring health across application and infrastruct...
Could not load file or assembly;log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304; or one of its dependencies. Could not load the assembly 'App_Web_default.aspx.cdcab7d2'. Make sure that it is compiled before accessing the page Country code file with Names a...
__version__ = "2.3.0b1" __version__ = "2.4.0b1" USER_AGENT = "checkmk-agent-apache_status-" + __version__ # Checkmk-Agent-Plugin - Apache Server Status Expand Down 2 changes: 1 addition & 1 deletion 2 agents/plugins/asmcmd.sh Show comments View file Edit file Delete file ...
version: '3' services: db: image: mysql:latest healthcheck: test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] interval: 10s timeout: 5s retries: 3 在上述配置中,我们定义了一个名为db的服务,使用了最新版本的MySQL镜像。在healthcheck部分,我们使用了test字段来指定健康检查命令,这里使用...
Docker & Kubernetes: minikube version: v1.31.2, 2023 Docker & Kubernetes 1 : minikube Docker & Kubernetes 2 : minikube Django with Postgres - persistent volume Docker & Kubernetes 3 : minikube Django with Redis and Celery Docker & Kubernetes 4 : Django with RDS via AWS Kops ...
$ docker service create --name psql -d --health-cmd="pg_isready -U postgres || exit 1" postgres Docker Registry $ docker container run -d -p 5000:5000 --name registry registry $ docker image tag hello-world 127.0.0.1:5000/hello-world $ docker image ls 127.0.0.1:5000/hello-world ...