mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 10:29:28 +00:00
fix actions
This commit is contained in:
parent
0e616af363
commit
8dbeac2110
1 changed files with 1 additions and 1 deletions
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
|
|
@ -24,7 +24,7 @@ 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 -GLsS --retry 5 --retry-all-errors --retry-delay 2 'http://localhost:3000/api/health'
|
run: sleep 5 && curl -GLsS --retry 5 --retry-connrefused --retry-delay 2 'http://localhost:3000/api/health'
|
||||||
|
|
||||||
- name: Test Prometheus
|
- name: Test Prometheus
|
||||||
run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready"
|
run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue