Page 1 of 1

API performance Monitoring in Nagios XI

Posted: Mon Sep 23, 2019 2:19 pm
by lrnnetops
Hi Team,

Nagios Xi version = 5.6.5

Please let us know how can we monitor API performance in Nagios Xi.

Regards,
Rohan

Re: API performance Monitoring in Nagios XI

Posted: Mon Sep 23, 2019 3:48 pm
by benjaminsmith
Hi Rohan,

You can use a plugin like check_http to verify status. As far as performance is concerned, depending on your requirements, you may have to create a plugin to do this. For example, you can use a curl command to measure response time from a request.

Code: Select all

curl -o /dev/null -s -w %{time_total}\\n  https://www.wikipedia.com
There are also a couple wizard in Nagios XI to help setup monitoring of URL's.

Re: API performance Monitoring in Nagios XI

Posted: Tue Sep 24, 2019 10:03 am
by lrnnetops
Hi Benjamin,

There was a confusion. We wanted to know about APM (Application performance management) with nagios.

My team has some query about it & wanted to have webex call with nagios team.

Please can you let us know process & when can we have the webex call.

Regards,
Rohan

Re: API performance Monitoring in Nagios XI

Posted: Tue Sep 24, 2019 3:04 pm
by benjaminsmith
Hi Rohan,

No problem. APM is a pretty broad area, can you provide some specifics about what you'd like to monitor and along with the metrics?

As far as a webex call, do you have a phone support? For standard technical support, we don’t provide remote sessions on request, but only if the remote session is required to resolve the issue. This is determined on a case-by-case basis depending upon the type and severity of the issue.