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
Copy file name to clipboardExpand all lines: README.md
+19-25Lines changed: 19 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,21 @@ Prereqs
11
11
12
12
You will need:
13
13
14
-
* python >= 2.6 (but not 3)
14
+
* python >= 2.6 (but not 3 currently)
15
15
* python-leveldb
16
16
* python-requests
17
17
* python-jinja2
18
18
* python-cherrypy3
19
-
* python-rsa
20
-
* python-pyasn1
21
19
22
20
21
+
On linux:
22
+
23
+
* sysstat
24
+
25
+
To monitor mongodb server:
26
+
27
+
* python-pymongo
28
+
23
29
24
30
25
31
Installation
@@ -42,15 +48,6 @@ You can also launch it in foreground:
42
48
kunai agent start
43
49
44
50
45
-
Terminology
46
-
===========
47
-
48
-
This project reuse Consul terminology (node, service, etc) which is very different to Nagios/Shinken standard:
49
-
* node: a server where you install the agent (similar to nagios/shinken host)
50
-
* check: something that look for a specific state (OK/WARNING/CRITICAL/UNKNOWN), like CPU, memory or disk space. It's not exported to other hosts (similar to nagios/shinken services)
51
-
* service: object that expose an important application state to the other nodes (like for example mysql state). It need a check to do the actual check. This data is shared with all others nodes. (no equivalent in nagios/shinken).
52
-
53
-
54
51
How to get agent informations (pid, port, state, etc)
Yes. There is a UI available in the /var/lib/kuani/ui/ directory. It's just flat files and so you can just export the directory with apache/nginx and play with it.
@@ -87,10 +84,18 @@ And you will see the new node on the UI if you enable it
87
84
88
85
89
86
87
+
How to see collected data? (metrology)
88
+
======================================
89
+
90
+
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:
91
+
92
+
kunai collectors show
93
+
94
+
90
95
How to see docker performance informations?
91
96
===========================================
92
97
93
-
If docker is launched on your server, Kunai will get data from it, images and performances.
98
+
If docker is launched on your server, Kunai will get data from it, like colelctors, images and performances.
94
99
95
100
To list all of this just launch:
96
101
@@ -105,15 +110,4 @@ Just launch:
105
110
kunai agent stop
106
111
107
112
108
-
Which checks packs/tags are available?
109
-
======================================
110
-
111
-
Kunai is bundle with some packs, just add them as tag and checks and services will be enable
0 commit comments