This commit is contained in:
Philippe Caseiro 2018-06-11 09:35:28 +02:00
vecāks 33643232d4
revīzija 37342e8700
2 mainīti faili ar 4 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -1,6 +1,7 @@
#!/bin/bash
if [ $(CreoleGet activer_grafana) = "oui" ];then
if [[ $(CreoleGet activer_grafana) == "oui" ]]
then
. /usr/lib/eole/diagnose.sh
EchoGras "*** Accès au serveur grafana"

Parādīt failu

@ -1,6 +1,7 @@
#!/bin/bash
if [ $(CreoleGet activer_prometheus) = "oui" ];then
if [[ $(CreoleGet activer_prometheus) == "oui" ]]
then
. /usr/lib/eole/diagnose.sh
EchoGras "*** Accès au serveur Prometheus"