Skip to content

Healthcheck service

Interval Health Check Services

Idea: System Health

YAML declaration → TEXT → SHELL SCRIPT → TEXT OUTPUT

Check trigger script → ||||| ANSIBLE (WORK LINUX) ||| → Intergate Server < VSD -> HSC >

  • Check System Ops [Bao: idea -> Phuc|Sieu: 30p]

  • Process de check

  • Automation check with ansible

  • Document + Troubleshooting

[2] Incendents Reports

  • Contributors:

Địnnh nghĩa

Tools System Control

- name: Echo command
  hosts: 127.005.005.1
  remote_user: bao

  tasks:

  - name: Ensure apache is at the latest version
    run: echo 1

  - name: Ensure apache is at the latest version
    run: echo 2

  - name: Ensure apache is at the latest version
    run: echo 3

  {% for i in [1, 2, 3] %}
  - name: Ensure apache is at the latest version
    run: echo 3
  {% endfor %}

For usage

Type: Schedule Check

Each count on has been take place on:

[] - <Status-Code: ~ with request/seconds

This will calculate for all CloudRUn services

Check the requirement is in valid stage

Type: Schedule Check

Object: project has been has requirement.txt

Description:

python -m pip check .

Check active service

Systemd là 1 công cụ (System Tool) của Linux được phát triển bởi nhóm Red Hat. Nó bao gồm nhiều tính năng, bao gồm một hệ thống bootstrapping được sử dụng để khởi động và quản lý các tiến trình (proccess) trong hệ thống. Nó hiện là hệ thống khởi tạo mặc định trên hầu hết các bản phân phối Linux.

https://blog.vinahost.vn/systemd-la-gi/

# systemctl list-units --type=service --state=active