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
@@ -72,8 +73,7 @@ Let's check that CrowdSec is running and able to retrieve the community blocklis
72
73
73
74
#### Enroll your Security Engine into CrowdSec Console
74
75
For advanced monitoring and trouble shooting the CrowdSec Console is a great tool to visualize your Security Engine's activity and alerts.
75
-
<CheckboxProvider>
76
-
<InteractiveCheckboxid="ConsoleEnroll"label=" Enroll into the console " />
76
+
<InteractiveCheckboxid="ConsoleEnroll"label=" Enroll into the console "manager={checkboxManager} />
77
77
78
78
-[link to doc]
79
79
- 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]
@@ -83,8 +83,7 @@ For advanced monitoring and trouble shooting the CrowdSec Console is a great too
83
83
84
84
#### CrowdSec installation health
85
85
86
-
<InteractiveCheckboxid="CrowdsecRunning"label="Check that the CrowdSec service is running"references={["ConsoleEnroll"]} />
87
-
</CheckboxProvider>
86
+
<InteractiveCheckboxid="CrowdsecRunning"label="Check that the CrowdSec service is running"references={["ConsoleEnroll"]}manager={checkboxManager} />
0 commit comments