File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ AppSec Setup is done in two simple steps:
2828
2929The following sections will guide you through the default setup.
3030
31+ After your installation you can check that everything is working by following the [ 🩺 HealthCheck] ( /u/getting_started/health_check ) .
32+
3133### Collection Installation
3234
3335Install the essential AppSec collections that provide virtual patching rules and generic attack detection:
Original file line number Diff line number Diff line change 11import ForwardIcon from "@mui/icons-material/Forward" ;
2+ import MonitorHeartIcon from "@mui/icons-material/MonitorHeart" ;
23import HubIcon from "@mui/icons-material/Hub" ;
34import cibApple from "@site/static/img/logo/apple-colored.svg" ;
45import cibDocker from "@site/static/img/logo/docker-colored.svg" ;
@@ -107,6 +108,9 @@ const QuickStart = (): React.JSX.Element => {
107108 < HomePageItem title = { props . text } description = "" link = { props . link } icon = { props . icon } key = { props . text } />
108109 ) ) }
109110 </ div >
111+ < div className = "grid grid-cols-1 gap-4 mt-4" >
112+ < HomePageItem title = "Installation Heathcheck" description = "" link = "/u/getting_started/health_check" icon = { MonitorHeartIcon } key = "Installation Heathcheck" />
113+ </ div >
110114 < p className = "text-xs mt-1 mb-4 text-foreground/70 text-right" >
111115 *Logos and trademarks, such as the logos above, are the property of their respective owners and are used here for
112116 identification purposes only.
You can’t perform that action at this time.
0 commit comments