Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Last active August 29, 2018 14:30
Show Gist options
  • Save kurtis318/fa79d7e3d5885dc27f2f2db387ac452f to your computer and use it in GitHub Desktop.
Save kurtis318/fa79d7e3d5885dc27f2f2db387ac452f to your computer and use it in GitHub Desktop.
My Cockpit dashboard

Here are some screenshots of my Cockpit cluster of three servers I personally maintain.

image

image

All servers are running the latest version of Fedora Server and Centos.

Here is the command I used to install all the Cockpit rpms on Fedora:

  sudo dnf install cockpit-bridge \
                   cockpit-dashboard \
                   cockpit-networkmanager \
                   cockpit-packagekit \
                   cockpit-sosreport \
                   cockpit-storaged \
                   cockpit-system \
                   cockpit-ws \
                   cockpit-machines

Here is the command I used to install all the Cockpit rpms on Centos. These are the same rpms that I know worked on Fedora but assume they will be the same on Centos.

  sudo yum install cockpit-bridge \
                   cockpit-dashboard \
                   cockpit-networkmanager \
                   cockpit-packagekit \
                   cockpit-sosreport \
                   cockpit-storaged \
                   cockpit-system \
                   cockpit-ws \
                   cockpit-machines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment