1.vim /etc/systemd/system/alertmanager.service

[Unit]
Description=Alertmanager
After=network-online.target

[Service]
Restart=on-failure
ExecStart=/usr/local/alertmanager-0.15.2.linux-amd64/alertmanager --config.file=/usr/local/alertmanager-0.15.2.linux-amd64/alertmanager.yml

[Install]
WantedBy=multi-user.target

 1.

https://jingyan.baidu.com/article/e52e361516fadb40c60c511c.html

parted /dev/vdb

mklabel gpt

mkpart primary 0 2TB
mkfs.ext4 /dev/vdb1

相关文章:

  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-12-04
相关资源
相似解决方案