From 73143f50f59a07a029804a1fd9c66953a6ce6c58 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Sun, 17 Dec 2023 10:00:59 +0200 Subject: [PATCH] Added recommended monitoring tools in the manual --- docs/install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index b3f75e6..3293fde 100644 --- a/docs/install.md +++ b/docs/install.md @@ -463,4 +463,8 @@ composer install mv config.php.dist config.php ``` -Configure all options in ```config.php``` and run ```php start_das.php &``` \ No newline at end of file +Configure all options in ```config.php``` and run ```php start_das.php &``` + +## 14. Setup Monitoring: + +For effective monitoring of your registry system, we highly recommend utilizing either Zabbix or Prometheus. These powerful monitoring tools offer robust capabilities to ensure comprehensive oversight of your infrastructure. Zabbix is renowned for its versatility and extensive feature set, enabling detailed monitoring of numerous metrics across diverse environments. Alternatively, Prometheus stands out for its exceptional handling of time-series data, making it ideal for tracking rapidly changing metrics. Both tools offer customizable alerting systems, user-friendly interfaces, and are well-supported by extensive communities. Depending on your specific needs and the complexity of your setup, either Zabbix or Prometheus can be an excellent choice to maintain optimal performance and reliability of your systems. \ No newline at end of file