diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..f3ed860 --- /dev/null +++ b/doc/ADMIN.md @@ -0,0 +1 @@ +You can configure the app in the file `__INSTALL_DIR__/prometheus.yml` and then restarting the app service by running `sudo systemctl restart __APP__.service`. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..8a54905 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,2 @@ +Vous pouvez configurer l'application dans le fichier `__INSTALL_DIR__/prometheus.yml`, +puis en redémarrant le service de l'appli en lançant `sudo systemctl restart __APP__.service`. diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..3706adc --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. + +It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed. diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index 86edae8..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,3 +0,0 @@ -* Port assigned to the app can be read in `/etc/yunohost/apps/prometheus/settings.yml` - or within CLI with `yunohost app info prometheus --full` -* The app is configurable within the file `/opt/yunohost/prometheus/prometheus.yml`, then reboot the app service. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md deleted file mode 100644 index 75f5653..0000000 --- a/doc/DISCLAIMER_fr.md +++ /dev/null @@ -1,4 +0,0 @@ -* Le port assigné à l'app est consultable dans `/etc/yunohost/apps/prometheus/settings.yml` - ou avec la commande `yunohost app info prometheus --full` -* L'app est configurable dans le fichier `/opt/yunohost/prometheus/prometheus.yml`, - ensuite redémarrez le service de l'app.