small changes into workflow

This commit is contained in:
IgorKha 2022-06-21 17:37:51 +03:00
parent b7a80c3106
commit 4ad3af58e0

View file

@ -24,11 +24,10 @@ jobs:
run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s --
- name: Test Grafana - name: Test Grafana
run: sleep 5 && curl -ILsS --retry 5 --retry-delay 2 "http://localhost:3000/login" run: sleep 5 && curl -GLsS --retry 5 --retry-delay 2 "http://localhost:3000/api/health"
- name: Test Prometheus - name: Test Prometheus
run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9090" run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready"
- name: Test snmp_exporter - name: Test snmp_exporter
run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116" run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116"