Constant Ping

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lance.peterson
Posts: 64
Joined: Wed Aug 05, 2015 11:10 am

Constant Ping

Post by lance.peterson »

How do I set up a constant PING? I see General IP device but that only polls every minute. I want a constant ping and the report.

Thanks,
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Constant Ping

Post by tmcdonald »

This is technically almost possible but in no way recommended.

There is a multiplier in the nagios.cfg that determines what the "interval length" is, and it's set to 60 by default, for 60 seconds. So that way a check_interval of 1 means 60 seconds (or 1 minute). If you change this interval_length setting to 1, now all other items in your configs that assume it should be 60 will need to be adjusted. Basically, everything will run 60 times more frequently.

If you do this, anything on the server that needs adjusting will be on you. A 1-minute ping is usually fine for most applications, and the lowest we can go is 1-second. A true "real-time" ping is not really possible.
Former Nagios employee
Locked