centos 8 cockpit系统监控
Posted 程序员的书库
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 8 cockpit系统监控相关的知识,希望对你有一定的参考价值。
ssh root@49.232.xx.xxx
Connecting to 49.232.16.118:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
Activate the web console with: systemctl enable --now cockpit.socket
提示了:可以使用systemctl enable --now cockpit.socket开启cockpit服务Connecting to 49.232.16.118:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
Web console: https://xxxxxxxxxx:9090/ or https://172.xx.0.xx:9090/
提示:可以使用https://xxxxxxxxxx:9090/ or https://172.xx.0.xx:9090/进行l链接
步骤:
1.激活cockpit服务
2.启动cockpit
3.查看cockpit服务是否启动
4.浏览器访问http://192.168.1.10:9090(用户名root,密码123)
5.查看系统监控信息
### Cockpit系统监控
开启Cockpit命令
systemctl enable --now cockpit.socket
启动cockpit
systemctl start cockpit.service
查看cockpit
systemctl status cockpit.service
以上是关于centos 8 cockpit系统监控的主要内容,如果未能解决你的问题,请参考以下文章
如何在 CentOS 8/RHEL 8 上安装和使用 Cockpit
如何在 CentOS 8 中安装 Cockpit Web 控制台