Fix diagnose
This commit is contained in:
parent
33643232d4
commit
37342e8700
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $(CreoleGet activer_grafana) = "oui" ];then
|
if [[ $(CreoleGet activer_grafana) == "oui" ]]
|
||||||
|
then
|
||||||
. /usr/lib/eole/diagnose.sh
|
. /usr/lib/eole/diagnose.sh
|
||||||
|
|
||||||
EchoGras "*** Accès au serveur grafana"
|
EchoGras "*** Accès au serveur grafana"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $(CreoleGet activer_prometheus) = "oui" ];then
|
if [[ $(CreoleGet activer_prometheus) == "oui" ]]
|
||||||
|
then
|
||||||
. /usr/lib/eole/diagnose.sh
|
. /usr/lib/eole/diagnose.sh
|
||||||
|
|
||||||
EchoGras "*** Accès au serveur Prometheus"
|
EchoGras "*** Accès au serveur Prometheus"
|
||||||
|
|
Loading…
Reference in New Issue