API performance Monitoring in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lrnnetops
Posts: 102
Joined: Thu May 18, 2017 5:31 am

API performance Monitoring in Nagios XI

Post 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
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: API performance Monitoring in Nagios XI

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
lrnnetops
Posts: 102
Joined: Thu May 18, 2017 5:31 am

Re: API performance Monitoring in Nagios XI

Post 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
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: API performance Monitoring in Nagios XI

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked