Merge branch 'master' into dist/eole/2.6.2/master
This commit is contained in:
commit
290231b394
@ -1,10 +1,10 @@
|
|||||||
#!/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"
|
||||||
TestHHTPPage "Prometheus server" "http://localhost:9090"
|
TestHTTPPage "Prometheus server" "http://localhost:9090"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<creole>
|
<creole>
|
||||||
<files>
|
<files>
|
||||||
|
<package>prometheus</package>
|
||||||
<file filelist='prometheus' name='/etc/prometheus/prometheus.yml' source='prometheus.yml' mkdir='True' rm='True'/>
|
<file filelist='prometheus' name='/etc/prometheus/prometheus.yml' source='prometheus.yml' mkdir='True' rm='True'/>
|
||||||
<service>prometheus</service>
|
<service>prometheus</service>
|
||||||
<service_access service='prometheus'>
|
<service_access service='prometheus'>
|
||||||
|
Loading…
Reference in New Issue
Block a user