Cockpit
Install and configure Cockpit on CentOS 7.
yum install epel-release -y
yum update -y
yum install cockpit -y
systemctl enable --now cockpit.socket
Open the firewall
firewall-cmd --add-service=cockpit
firewall-cmd --add-service=cockpit --permanent
Access at http://[ip-address]:9090.
Useful optional packages
cockpit-docker— container managementcockpit-kubernetes— cluster visualizationcockpit-machines— KVM virtual machine administrationcockpit-sosreport— diagnostic reportingcockpit-selinux— SELinux troubleshootingcockpit-kdump— crash dump configurationcockpit-subscriptions— subscription managementcockpit-machines-ovirt— oVirt VM managementcockpit-pcp— performance metrics
See also: Smokeping Install