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: crowdsec-docs/unversioned/user_guides/interactive_se_install/01_install.mdx
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,47 +71,38 @@ Let's check that CrowdSec is running and able to retrieve the community blocklis
71
71
72
72
#### CrowdSec installation health
73
73
74
-
:::info
75
-
[] Check that the CrowdSec service is running
76
-
:::
74
+
> [] Check that the CrowdSec service is running
77
75
78
76
```bash
79
77
systemctl status crowdsec
80
78
```
81
79
- You should see the service status as "active (running)".
82
80
- The port configuration can be setup in config.yaml file or by setting the environment variables depending on your implementation
83
81
84
-
:::info
85
-
[] Check that your Local API (LAPI) is properly running:
86
-
:::
82
+
> [] Check that your Local API (LAPI) is properly running:
83
+
87
84
```bash
88
85
sudo cscli machines list
89
86
```
90
87
- You should see a list of machines, including the one you just installed CrowdSec on.
91
88
- For an autonomous install the Security Engine is running and connecting to it's own LAPI
92
89
- You should see a recent last heartbeat and a checkmark in status.
93
90
94
-
:::info
95
-
[] Check the metrics can be queried (optionnal for cscli metrics and prometheus):
96
-
:::
91
+
> [] Check the metrics can be queried (optionnal for cscli metrics and prometheus):
97
92
98
93
```bash
99
94
sudo cscli metrics
100
95
```
101
96
- CrowdSec serves the metrics via a prometheus endpoint, check that it's able to run properly
102
97
- You should see various tables, most still empty except the Local API Machines Metrics
103
98
104
-
:::info
105
-
[] Setup hub-update // ?@seb case we need this ?
106
-
:::
99
+
> [] Setup hub-update // ?@seb case we need this ?
107
100
108
101
- ...
109
102
110
103
#### CrowdSec connectivity health
111
104
112
-
:::info
113
-
[] Check your security engine can connect to the Central API
114
-
:::
105
+
> [] Check your security engine can connect to the Central API
115
106
116
107
```bash
117
108
sudo cscli capi status
@@ -125,9 +116,8 @@ sudo cscli capi status
125
116
#### Enroll your Security Engine into CrowdSec Console
126
117
For advanced monitoring and trouble shooting the CrowdSec Console is a great tool to visualize your Security Engine's activity and alerts.
127
118
128
-
:::info
129
-
[] Enroll into the console
130
-
:::
119
+
> [] Enroll into the console
120
+
131
121
-[link to doc]
132
122
- You'll see a confirmation pop up in the console for enrollment if not you might have conectivity issue to the central API [link to troubleshooting section]
133
123
- You'll see the last heartbeat and the status of your Security Engine in the console
0 commit comments