Response time through Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Response time through Nagios XI

Post by RIDS_I2MP »

Hi team,

We want to increase the response time of few servers. When we ping the host, the response is usually received within few milliseconds like below:

Reply from 10.147.109.21: bytes=32 time=133ms TTL=243

We want to increase this response time upto 500 ms to 800 ms through Nagios XI, the default response time is 200 ms or 300 ms.

Please let us know if it is possible through Nagios?
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Response time through Nagios XI

Post by scottwilkerson »

this depends on the plugin used for the check but it is usually a matter of adjusting the thresholds in the $ARGn$ fields for the host/service in the CCM

If you can show what is currently used, we can mad suggestions on how to modify it.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Response time through Nagios XI

Post by RIDS_I2MP »

Hello,

For ping monitoring, we are not using any check command. I am attaching here screen shots for the same.

Please let me know if you need any other information.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Response time through Nagios XI

Post by scottwilkerson »

It would be defined in the template, you can see what template is applied by selecting "Manage Templates"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Response time through Nagios XI

Post by RIDS_I2MP »

Hello,

I checked the template. PFA the details for the same.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Response time through Nagios XI

Post by scottwilkerson »

So to update this lets edit the service and select check_xi_host_ping for the command

then set the following for the $ARGn$ values

Code: Select all

$ARG1$ 700.0
$ARG2$ 80%
$ARG3$ 800.0
$ARG4$ 100%
$ARG1$ & $ARG2$ are for the warnings
$ARG3$ & $ARG4$ are for the criticals
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Response time through Nagios XI

Post by RIDS_I2MP »

Hello,

Thanks for your reply!!

We are working on it, there is a huge list of servers, so we need some time.
Will update you after we do the testing.

Please keep this topic open.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Response time through Nagios XI

Post by scottwilkerson »

RIDS_I2MP wrote:Hello,

Thanks for your reply!!

We are working on it, there is a huge list of servers, so we need some time.
Will update you after we do the testing.

Please keep this topic open.
Sounds good
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked