Questions tagged [cockpit]

Server manager software used for administering Linux servers with a web browser.

Cockpit is server manager software used for administering Linux servers with a web browser.

37 questions
0
votes
0 answers

Filter specific interface in Grafana-PCP

I am using grafana-pcp for system monitoring across multiple systems. I would like to filter the network interface to a specific interface but cannot find the correct syntax to do this. My legend has the following two…
Zexelon
  • 495
  • 5
  • 18
0
votes
1 answer

Cockpit fails to start socket

OS: Ubuntu 20.04 LTS Server I installed cockpit using "sudo apt install cockpit" and had no errors. I run "sudo systemctl status cockpit.socket" and recieve following error message: 1 I reboot and try "sudo systemctl enable --now cockpit.socket" and…
zoltan
  • 3
  • 4
0
votes
1 answer

Reverse proxy with Cockpit uses HTTP2 when its server block doesn't, but main server block does

I have a main server block: conf.d/mydomain.conf server { listen 80; listen [::]:80; server_name mydomain.com; return 301 https://$host$request_uri; } server { listen 443 ssl; listen [::]:443 ssl; …
Marcelo
  • 157
  • 9
0
votes
1 answer

Why I get java.lang.ClassNotFoundException: org.h2.Driver?

I'm trying to deploy a bundle in karaf. I want to create a process engine inside of it which connects to h2 database. I have the dependency in pom.xml: com.h2database h2
zizou123
  • 23
  • 4
0
votes
1 answer

Proxying cockpit through Apache reverse proxy

I'm trying to proxy cockpit[1] with Apache, It opens the login interface, but when after login I get a blank screen, no errors, nothing. In devtools I found an ws error Error during WebSocket handshake: Unexpected response code: 400 The cockpit-ws…
geckos
  • 5,687
  • 1
  • 41
  • 53
0
votes
1 answer

Regions override current production enviorenment

I'm using cockpit with regions for an email template, but when I make a deploy it removes the version on the live system for the current locally of regions addon? I have tried to apply .ignore in regions, but doesn't work at all. Is there something…
Carlos Vieira
  • 559
  • 2
  • 10
  • 22
0
votes
2 answers

centos7 cockpit 176 can't add remote hosts

I set up a 01-machines.json with one host (server0), I can ssh to server0 from the management node (master0). I get an error in the UI saying A compatible version of Cockpit is not installed on 192.168.66.17. It has the same exact version, so the…
user2363318
  • 1,039
  • 1
  • 12
  • 31
0
votes
1 answer

How to switch between clusters in Cockpit-Kubernetes

I am using cockpit-kubernetes to visually inspect my kubernetes cluster(s). My kubernetes config supports two clusters -- one local and one external on AWS. When I added an eternal cluster, cockpit-kubernetes made me "troubleshoot" to declare the…
reselbob
  • 365
  • 3
  • 13
0
votes
1 answer

How to remove an extension from Hybris?

We have discontinued Print module from Hybris and we have stopped paying maintenance for Print module. Hence, we need to remove the Print references. I believe just removing/commenting below entries from localextensions.xml will suffice. Is there…
user3501569
  • 127
  • 1
  • 5
  • 18
0
votes
1 answer

HMC not showing up in hybris 6.2

i have installed the b2c recipe using https://help.hybris.com/6.2.0/hcd/8c46c266866910149666a0fe4caeee4e.html those instructions.But when i try to go into the hmc using https://localhost:9001/hmc/hybris .It gets redircted to the hac .I am not sure…
0
votes
1 answer

Where is Correlate Button to Configure Analytical Driver Correlation?

It is really giving me a headache trying to figure out and find resources on how to Analytical Driver Correlation. I am trying to follow the instruction from Wiki Spagobi, however, I can't find the configuration page where the correlate button is…
John
  • 13
  • 3
0
votes
2 answers

Reactjs - Assigning json response to default array

I'm using react-image-gallery for displaying gallery. I need to load images from json response. My code follows, let imagesArray = [ { original: 'images/products/4.jpg' }, { original: 'images/products/2.jpg' }, { original:…
Hulk1991
  • 3,079
  • 13
  • 31
  • 46
0
votes
1 answer

fiware spagobi cockpit graphics not upgrade

All graphics in my cockpit are not updated, even though the data source dataset is scheduled to be updated every 1 minute, and checking in the bbdd the dataset is updated correctly every 1 minute... my dataset config: How can I see the updated…
Jakala
  • 121
  • 6
0
votes
1 answer

CentOS Atomic Host Cockpit kubernetes

After installation cockpit & cockpit-kubernetes on CentOS 7 web dashboard contains "machines", "dashboard" and "cluster" tabs. But on CentOS Atomic only firt two present. How to setup cockpit/kubernetes container? Like cockpit/ws #atomic run…
zirf
  • 334
  • 2
  • 9
0
votes
1 answer

How to add Multi-value Filter in cockpit spagobi?

select count(*)As CNT,Flat_status,property_name,Building From xxacl_pn_flat_det_dm where property_name in ($P{Property}) group by Flat_status,property_name,Building $P{Property} returning multiple values in Dataset but not in cockpit view
jay5yant
  • 1
  • 3