Cockpit

Материал из ALT Linux Wiki

Веб-интерфейс администратора

В дополнение к веб-интерфейсу Alterator-а неплохо поставить админский веб-интерфейс Cockpit.

Cockpit.png

Установка выполняется следующей командой:

# apt-get install cockpit

Включение и запуск службы:

# systemctl enable cockpit
# systemctl start cockpit
При выполнении enable в P10 ошибка:
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
 
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit's
  .wants/ or .requires/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
  a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
  D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
  instance name specified.
Как сделать автозапуск? Создаем службу вручную:
 # cd /etc/systemd/system
 # mcedit cockpit-start.service
[Unit]
Description=cockpit-start
After=default.target

[Service]
ExecStart=systemctl start cockpit.service

[Install]
WantedBy=default.target
 # systemctl daemon-reload
 # systemctl enable cockpit-start

Зайти в консоль после установки можно через браузер по адресу:

Возможности:

  • Обзор
    • Просмотр здоровья
    • Посмотр загрузки ЦП/памяти
    • Сведения о системе
    • Настройка (имя хоста, время-дата, домен, профиль производительности, ключи SSH)
  • Журналы
  • Хранилище
    • Скорость чтения-записи
    • Устройства
    • Файловые системы
    • Подключения по NFS
  • Сеть
    • Скорость приема-передачи
    • Просмотр интерфейсов
    • Создание bond-team-bridge-vlan
    • сетевые логи
  • Учетные записи
  • Службы
  • Терминал