Skip to content

Plugin to cockpit to check the status and logs of a Carbon Black sensor installed on a Linux endpoint

License

Notifications You must be signed in to change notification settings

slist/cbc-cockpit-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VMware Carbon Black Cloud Cockpit Plugin

This project is used to create a plugin to cockpit to check the status and logs of a Carbon Black sensor installed on a Linux endpoint running cokpit.

Cockpit project is an open source project from RedHat, that is available on almost all Linux distros.

  1. Cockpit project
  2. Cockpit installation

Get cbc-cockpit-plugin on your Linux endpoint

Prerequisites

  • Install Cockpit
  • Use user root, or a user with sudo privileges to run cbc-cockpit-plugin

Download plugin

mkdir ~/cbc-cockpit-plugin
cd ~/cbc-cockpit-plugin
curl -O https://raw.githubusercontent.com/slist/cbc-cockpit-plugin/main/manifest.json
curl -O https://raw.githubusercontent.com/slist/cbc-cockpit-plugin/main/cbc.html
curl -O https://raw.githubusercontent.com/slist/cbc-cockpit-plugin/main/cbc.js
curl -O https://raw.githubusercontent.com/slist/cbc-cockpit-plugin/main/cbc.png

Integrate plugin to Cockpit for current user

mkdir -p ~/.local/share/cockpit
ln -snf $PWD ~/.local/share/cockpit/cbc-cockpit-plugin

Check integration

cockpit-bridge --packages

Login on Cockpit https://127.0.0.1:9090

Use the login used to download the plugin, enjoy cbc plugin!

Uninstall

rm -rf ~/.local/share/cockpit/cbc-cockpit-plugin
rm -rf ~/cbc-cockpit-plugin

Screenshot

screenshot

About

Plugin to cockpit to check the status and logs of a Carbon Black sensor installed on a Linux endpoint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published