You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kunai agent is by default getting lot of metrology data from your OS and applications. It's done by "collctors" objets. You can easily list them and look at the colelcted data by launching:
418
+
The opsbro agent is by default getting lot of metrology data from your OS and applications. It's done by "collctors" objets. You can easily list them and look at the colelcted data by launching:
419
419
420
-
kunai collectors show
420
+
opsbro collectors show
421
421
422
422
423
423
**TODO** Allow to export into json format
424
424
425
425
426
426
## How to see docker performance informations?
427
427
428
-
If docker is launched on your server, Kunai will get data from it, like collectors, images and performances.
428
+
If docker is launched on your server, OpsBro will get data from it, like collectors, images and performances.
429
429
430
430
To list all of this just launch:
431
431
432
-
kunai docker show
432
+
opsbro docker show
433
433
434
434
435
435
## Get quorum strong master/slave elections thanks to RAFT
@@ -446,5 +446,5 @@ You can ask your node cluster system to elect a node for a specific task or appl
446
446
447
447
## Is there an UI available?
448
448
449
-
Yes. There is a UI available in the */var/lib/kunai/ui/* directory. It's just flat files and so you can just export the directory with apache/nginx and play with it.
449
+
Yes. There is a UI available in the */var/lib/opsbro/ui/* directory. It's just flat files and so you can just export the directory with apache/nginx and play with it.
0 commit comments