File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ Monitor Agent for OPS team.
14
14
15
15
2 . Easy Start
16
16
17
- a ) git clone it.
17
+ 1 ) git clone it.
18
18
19
- b ) config go-path include this project.
19
+ 2 ) config go-path include this project.
20
20
21
- c ) Terminal environment, cd project directory, go build .
21
+ 3 ) Terminal environment, cd project directory, go build .
22
22
23
- d ) Get target file agent or agent.exe and conf.
23
+ 4 ) Get target file agent or agent.exe and conf.
24
24
25
- e ) Run it: ./agent or agent.exe
25
+ 5 ) Run it: ./agent or agent.exe
26
26
27
27
28
28
3 . Project Note:
29
- 1 ) Just support configuration by config file now(using conf/app.conf).
29
+ 1 ) Just support configuration by config file now(using conf/app.conf).
30
30
31
- 2 ) If you want decrypt an encrypted shell. You need use the same encrypt salt key to encrypt it firstly.
31
+ 2 ) If you want decrypt an encrypted shell. You need use the same encrypt salt key to encrypt it firstly.
32
32
33
- 3 ) config file location: src/conf/app.conf, which is well described with related comment.
33
+ 3 ) config file location: src/conf/app.conf, which is well described with related comment.
34
34
35
35
36
36
37
-
37
+
You can’t perform that action at this time.
0 commit comments