Hi Team,
Nagios Xi version = 5.6.5
Please let us know how can we monitor API performance in Nagios Xi.
Regards,
Rohan
API performance Monitoring in Nagios XI
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: API performance Monitoring in Nagios XI
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.
There are also a couple wizard in Nagios XI to help setup monitoring of URL's.
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.comAs 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: API performance Monitoring in Nagios XI
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
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
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.
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!