build-system icon indicating copy to clipboard operation
build-system copied to clipboard

Modify and setup the zabbix rules and agents for the Pungi nodes

Open soksanichenko opened this issue 1 year ago • 0 comments

Now we have the following Pungi hosts:

We need the following rules/triggers for those items: For the hosts

  • A host availability by SSH (default port 22)
  • Working Nginx service. The URL https://<domain_name>/almalinux should be accessible
  • The last execution of timer reposync.<arch_suffix>.<version_suffix>.timer should be less than day ago
  • The last execution of service reposync.<arch_suffix>.<version_suffix>.service should be successful
  • Service [email protected] is running and the URL http://172.28.29.85:8080 is available on a host For the docker containers:
  • A docker container is running
  • A docker container is available by SSH (ports: 6021 for AL10, 6022 for AL9)
  • Process java -jar /root/jenkins/agent.jar -jnlpUrl http://172.28.29.85:8080/computer/AL<version><version>/jenkins-agent.jnlp -secret @/root/jenkins/agent.secret-file -workDir /root/jenkins is running. There are is 9 or 10, is container’s architecture in upper case. For example AL10S390X or AL10X86_64_V2
  • Check validity SSL certificate of each domain
  • The last execution of timer certbot@<domain>.timer should be less than a month ago
  • The last execution of service certbot@<domain>.service should be successful

All rules and agents for AL8 hosts and containers should be removed

soksanichenko avatar Nov 05 '24 11:11 soksanichenko