User Tools

Site Tools


eko

This is an old revision of the document!


Gráficas de Grafana

Influxdb es del docker compose:

/dades/web/covid.numerologos.es
c22133011a5b   influxdb                      "/entrypoint.sh infl…"   22 minutes ago   Up 21 minutes   0.0.0.0:8087->8086/tcp                     influxdb_covid

Y grafana:

https://grafanaeko.lobo99.info
http://192.168.1.200:3003/
e3c738e6a26f   grafana/grafana:latest        "/run.sh"                2 years ago      Up 36 minutes   0.0.0.0:3003->3000/tcp                     grafana_eko

Gráfica del bot

El bot envia esta gráfica

/dades/web/htdocs/apitelegram.lobo99.info/bot.php
    case "/grafica":
        $fichero = scandir('/var/www/html/grafica');
        $grafica=$fichero[2];
        $imagen = 'https://apitelegram.lobo99.info/grafica/'.$grafica;
#       $sendto =API_URL."sendmessage?chat_id=".$chatID."&text=".$imagen;
#       file_get_contents($sendto);
        $sendto =API_URL."sendphoto?chat_id=".$chatID."&photo=".$imagen;
        file_get_contents($sendto);
        break;
eko.1759241862.txt.gz · Last modified: by jose