Increase fping frequency

Hi,

Is it possible to increase the polling interval, but just for ICMP tests? From what I have found so far I think that it is currently fully linked to the check-services.php job, but would really like a way to have at least the ICMP at a 1 minute interval, without having to change all of the statistics polling.

I tried to look through the forums but surprisingly, haven’t found a post related to this.

Thanks again!

You can only do this by changing the overall poller to run every 1 minute.

If you just want to have an icmp check done, use services and set the services cron to run every 1 minute. You can use that for alerting if that’s what you want.

Ok, thanks again.