Reputation: 137
I am using Geneos for monitoring, and want it to monitor a rest api endpoint of an app, so geneos should perform GET http request and take a response. Is there a way to do this?
As far as I know, there are rest api and rest extractor plugins, but they are only process inbound requests.
Upvotes: 0
Views: 382
Reputation: 137
So I decided to use toolkit
plugin and curl
to check rest api endpoint.
Upvotes: 0