Go to file
Ernestas Kulik d1b7154026 systemd: logs: Use reportd for reporting problems
Currently, crash reporting is done by running the command-line tool, which asks
for user input on the standard streams. This completely breaks most workflows,
as, for example, one needs to log in to their RH Bugzilla account to file a bug,
but the prompt is shown on the server-side only.

reportd was written for the express purpose of dealing with such cases.
With version 0.5, it supports signaling clients about incoming prompts
and provides an API to deal with them.

Closes: #11150
2019-11-18 21:08:28 +01:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.github/ISSUE_TEMPLATE .github: Add minimal issue template 2019-01-24 15:38:42 +01:00
containers containers: Update ws README for podman container hosts 2019-11-13 17:33:46 +01:00
doc doc: Update cockpit/ws documentation 2019-11-15 10:12:42 +01:00
eslint-plugin-cockpit eslint: Add a rule to disallow using cockpit.all() 2019-01-15 08:25:11 +01:00
examples Do not use requirejs in example 2019-11-07 22:17:32 +01:00
node_modules Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
pkg systemd: logs: Use reportd for reporting problems 2019-11-18 21:08:28 +01:00
po po: Update from Fedora Zanata 2019-11-18 12:24:41 +01:00
src bridge: Avoid excessive duplicate queries for the D-Bus cache 2019-11-18 17:37:55 +01:00
test systemd: logs: Use reportd for reporting problems 2019-11-18 21:08:28 +01:00
tools systemd: logs: Use reportd for reporting problems 2019-11-18 21:08:28 +01:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json a11y: Every label tag needs an associated control 2019-11-05 07:07:31 +01:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore tls: Use an explicit wsinstance factory 2019-11-07 14:27:24 +01:00
.tasks bots: Move bots and related tasks over to cockpit-project/bots 2019-09-23 16:39:40 +02:00
.travis.yml ws, bridge: Move AppStream metadata and polkit i18n from intltool to gettext 2019-10-15 12:28:36 +02:00
AUTHORS AUTHORS: Refer to git information 2019-03-06 16:41:45 +01:00
COPYING Initial commit 2013-11-01 13:42:29 -04:00
HACKING.md bots: Drop virt-builder-fedora 2019-09-04 10:23:08 +02:00
Makefile.am tls: Use socket activation instead of spawning 2019-10-10 16:18:43 +02:00
README.md README: Fix project org in semaphore 2019-03-10 12:19:47 +01:00
Vagrantfile Drop cockpit-kubernetes 2019-06-25 07:30:39 +02:00
autogen.sh tools: Introduce make-bots script 2019-10-07 11:42:16 +02:00
configure.ac Bump libssh dependency to >= 0.8 2019-10-30 13:53:43 +01:00
package.json package.json: Update react package dependency 2019-11-18 10:44:57 +01:00
webpack.config.js shell: Remove simple.html and index-no-machines.js 2019-11-18 12:21:20 +01:00

README.md

semaphore ci build status

Cockpit

A sysadmin login session in a web browser

cockpit-project.org

Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser.

Using Cockpit

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.

Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks such as starting containers, storage administration, network configuration, inspecting logs and so on.

Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

On the Cockpit dashboard, you can easily add other machines with Cockpit installed that are accessible via SSH.

Development