xWyatt / check_rest_api

Nagios Core plugin to check output from a RESTful JSON API
GNU General Public License v3.0
10 stars 5 forks source link

Can you make it possible to match with parameter -K for strings? #22

Closed K0nne closed 6 months ago

K0nne commented 2 years ago

Hello,

I whould love to match for strings in the json result. can you make this possible? Something like this is the target:

{
"results": [
{
"info": "some informational text"
"permissions": [
"status/query"
],
"user": "username",
"version": "1.2.3-4"
}
]
}