File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -365,15 +365,6 @@ The monitoring system provides multi-channel alerts:
365365- ** Slack Integration** - Real-time Slack notifications
366366- ** Custom Channels** - Extensible alert system for custom integrations
367367
368- #### Automatic Recovery
369-
370- When enabled, the system can automatically:
371-
372- - Restart failed plugins
373- - Clear temporary files and caches
374- - Reset plugin configurations
375- - Disable problematic plugins temporarily
376-
377368### Health Monitoring Configuration
378369
379370Configure health monitoring in ` config/laravel-plugin-system.php ` :
@@ -404,12 +395,6 @@ Configure health monitoring in `config/laravel-plugin-system.php`:
404395 'channel' => '#alerts',
405396 ],
406397 ],
407-
408- 'auto_recovery' => [
409- 'enabled' => false,
410- 'max_attempts' => 3,
411- 'recovery_actions' => ['restart', 'clear_cache'],
412- ],
413398],
414399```
415400
@@ -429,4 +414,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
429414
430415## Support
431416
432- If you discover any security vulnerabilities or bugs, please send an e-mail to the maintainer.
417+ If you discover any security vulnerabilities or bugs, please send an e-mail to soysaltan@hotmail.it
You can’t perform that action at this time.
0 commit comments