Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

New feature: support of regex in pattern check #29

@tpoindessous

Description

@tpoindessous

Hi

we use beeping with pattern check and we would like to use regex pattern.

For example, we check Hashicorp Vault via an API call and we need to verify that multiple parameter are set.

For example, we call Vault on this URL ( https://vault/v1/sys/health ) and we get this response :

{"initialized":true,"sealed":false,"standby":false,"server_time_utc":1505381889,"version":"0.6.2","cluster_name":"vault-cluster-YYYYYY","cluster_id":"XXXXXX"}

We would like to use this regexp : .*\"sealed\":\"false\".*\"cluster_name\":\"vault-cluster.*

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions