|
19 | 19 | <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
|
20 | 20 | <link href="../assets/_mkdocstrings.css" rel="stylesheet"/>
|
21 | 21 | <script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
22 |
| -<meta content="Core Concepts" name="title"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet"/><meta content="website" property="og:type"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="og:url"/><meta content="Core Concepts" property="og:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="og:description"/><meta content="images/resolution1.png" property="og:image"/><meta content="summary_large_image" property="twitter:card"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="twitter:url"/><meta content="Core Concepts" property="twitter:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="twitter:description"/><meta content="images/resolution1.png" property="twitter:image"/></head> |
| 22 | +<meta content="Core Concepts" name="title"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet"/><meta content="website" property="og:type"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="og:url"/><meta content="Core Concepts" property="og:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="og:description"/><meta content="../resolution1.png" property="og:image"/><meta content="summary_large_image" property="twitter:card"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="twitter:url"/><meta content="Core Concepts" property="twitter:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="twitter:description"/><meta content="../resolution1.png" property="twitter:image"/></head> |
23 | 23 | <body data-md-color-accent="#532699" data-md-color-primary="green" data-md-color-scheme="default" dir="ltr">
|
24 | 24 | <input autocomplete="off" class="md-toggle" data-md-toggle="drawer" id="__drawer" type="checkbox"/>
|
25 | 25 | <input autocomplete="off" class="md-toggle" data-md-toggle="search" id="__search" type="checkbox"/>
|
@@ -651,11 +651,11 @@ <h3 id="diagnostic-situation">Diagnostic Situation:</h3>
|
651 | 651 | <h3 id="resolution-process">Resolution Process:</h3>
|
652 | 652 | <ul>
|
653 | 653 | <li><strong>Stop Orphaned Components</strong>: When an orphaned component is detected (i.e., a component that is running without its necessary parent components), AppControl will stop the orphaned components to maintain consistency.
|
654 |
| - <img alt="Resolution1" src="images/resolution1.png"/></li> |
| 654 | + <img alt="Resolution1" src="../resolution1.png"/></li> |
655 | 655 | <li><strong>Healthy State</strong>: Once the issues are resolved, the system reaches a <strong>healthy state</strong>, ensuring all components are properly aligned with their parent-child dependencies.
|
656 |
| - <img alt="Resolution2" src="images/resolution2.png"/></li> |
| 656 | + <img alt="Resolution2" src="../resolution2.png"/></li> |
657 | 657 | <li><strong>Restart by Branch</strong>: AppControl can restart components by "branch," ensuring that all parent and child components are properly started in sequence, maintaining the application's integrity.
|
658 |
| - <img alt="Restart" src="images/restart.png"/></li> |
| 658 | + <img alt="Restart" src="../restart.png"/></li> |
659 | 659 | </ul>
|
660 | 660 | <hr/>
|
661 | 661 | <h2 id="7-automated-recovery-actions">7. Automated Recovery Actions</h2>
|
|
0 commit comments