This commit is contained in:
vcerenu
2022-05-26 15:02:49 -03:00
parent ec6bfa962d
commit 469f7db61a

View File

@@ -40,8 +40,8 @@ jobs:
- name: Check Wazuh indexer start
run: |
curl -XGET https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s -u admin:SecretPassword -k
curl -XGET https://0.0.0.0:9200/_cluster/nodes -u admin:SecretPassword -k
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
curl -XGET "https://0.0.0.0:9200/_cluster/nodes" -u admin:SecretPassword -k
- name: Check Wazuh manager start
run: |
@@ -64,8 +64,8 @@ jobs:
- name: Check Wazuh indexer start
run: |
curl -XGET https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s -u admin:SecretPassword -k
curl -XGET https://0.0.0.0:9200/_cluster/nodes -u admin:SecretPassword -k
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
curl -XGET "https://0.0.0.0:9200/_cluster/nodes" -u admin:SecretPassword -k
- name: Check Wazuh manager start
run: |