Help about using cockpit with docker
by Elhamsadat Azarian
Hi experts
I have a hybrid network means that i have some virtual machines and a host
with dockers.
i installed cockpit on a virtual machine and it work with other vm.
i want to know if it could work with containers on docker host too?
does cockpit server monitor containers on docker too?
2 years, 10 months
Graph
by Stéphane List
Hello,
I would like to create a graph, with as input, a text file containing
a table like below...
The graph will use the timestamp for x axis, and all parameters on y axis.
The table will have a new line every X seconds.
Any hint / example to help me ? Where to start ? How to parse ? How to
create the graph and update it automatically?
Thanks a lot
Timestamp | val1 || val2 | val3 | val4 | val5 | val6 |
val7 | val8 | val9 | val10 | val11 | val12 | val13 |
132564044008556925 | 19 || 19 | 0 |
0 | 0 | 19 | 8 | 0 | 8 | 1
| 2 | 0 | 0 |
132564044158587498 | 0 || 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 | 0
| 0 | 0 | 0 |
132564044308621390 | 8 || 8 | 0 |
0 | 0 | 8 | 0 | 0 | 5 | 1
| 2 | 0 | 0 |
132564044458650197 | 0 || 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 | 0
| 0 | 0 | 0 |
132564044608679780 | 30 || 30 | 0 |
0 | 0 | 30 | 8 | 0 | 16 | 2
| 4 | 0 | 0 |
132564044758710676 | 0 || 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 | 0
| 0 | 0 | 0 |
2 years, 10 months
Spawn a shell process
by Stéphane List
Hello,
I would like to spawn the following command line:
yum list kernel-devel-$(uname -r)
When I try, it seems that "uname -r" is not transformed to 4.18.0-240....
Can I spawn a bash ? Or should I first get the result of "uname -r" in a
variable that I could concatenate to the rest of the line to have the final
result ?
Thanks for your help
2 years, 10 months
does cockpit manage hybrid system(docker based and vm)
by Elhamsadat Azarian
Hi experts
i have some vm(Esxi based) machine in my network and we are going to have a docker host with some containers.
cockpit server installed on a VM and manage other virtual clients. i don't know if it could connect to my containers and monitor them or not?
is necessary to install another version of cockpit(cockpit-docker)?
i mean current cockpit could monitor all servers?(both virtual servers and containers just with one cockpit server on virtual machine)?
thanks
2 years, 10 months