Skip to content

Commit fbc76ec

Browse files
author
jdv
committed
nano visual update test
1 parent 4dc3c90 commit fbc76ec

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

  • crowdsec-docs/unversioned/user_guides/interactive_se_install

crowdsec-docs/unversioned/user_guides/interactive_se_install/01_install.mdx

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,47 +71,38 @@ Let's check that CrowdSec is running and able to retrieve the community blocklis
7171

7272
#### CrowdSec installation health
7373

74-
:::info
75-
[ ] Check that the CrowdSec service is running
76-
:::
74+
> [ ] Check that the CrowdSec service is running
7775
7876
```bash
7977
systemctl status crowdsec
8078
```
8179
- You should see the service status as "active (running)".
8280
- The port configuration can be setup in config.yaml file or by setting the environment variables depending on your implementation
8381

84-
:::info
85-
[ ] Check that your Local API (LAPI) is properly running:
86-
:::
82+
> [ ] Check that your Local API (LAPI) is properly running:
83+
8784
```bash
8885
sudo cscli machines list
8986
```
9087
- You should see a list of machines, including the one you just installed CrowdSec on.
9188
- For an autonomous install the Security Engine is running and connecting to it's own LAPI
9289
- You should see a recent last heartbeat and a checkmark in status.
9390

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):
9792
9893
```bash
9994
sudo cscli metrics
10095
```
10196
- CrowdSec serves the metrics via a prometheus endpoint, check that it's able to run properly
10297
- You should see various tables, most still empty except the Local API Machines Metrics
10398

104-
:::info
105-
[ ] Setup hub-update // ?@seb case we need this ?
106-
:::
99+
> [ ] Setup hub-update // ?@seb case we need this ?
107100
108101
- ...
109102

110103
#### CrowdSec connectivity health
111104

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
115106
116107
```bash
117108
sudo cscli capi status
@@ -125,9 +116,8 @@ sudo cscli capi status
125116
#### Enroll your Security Engine into CrowdSec Console
126117
For advanced monitoring and trouble shooting the CrowdSec Console is a great tool to visualize your Security Engine's activity and alerts.
127118

128-
:::info
129-
[ ] Enroll into the console
130-
:::
119+
> [ ] Enroll into the console
120+
131121
- [link to doc]
132122
- 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]
133123
- You'll see the last heartbeat and the status of your Security Engine in the console

0 commit comments

Comments
 (0)