1
General Discussion / Re: Gateway Monitoring
« on: September 15, 2015, 01:25:57 pm »
Ok, so I have a rough workaround to this problem.
I've added two cron jobs to run every 60 seconds via the config xml file.
1: killall -9 apinger
and
2: /usr/local/sbin/apinger -c /var/etc/apinger.conf
It is pretty ugly and the failure event can take up to 60 seconds before it is noticed. The failback is instant.
I still think this is a bug, but my skills do not allow me to go any further.
Any tips/suggestions etc would be great!
Thanks
Kevin
I've added two cron jobs to run every 60 seconds via the config xml file.
1: killall -9 apinger
and
2: /usr/local/sbin/apinger -c /var/etc/apinger.conf
It is pretty ugly and the failure event can take up to 60 seconds before it is noticed. The failback is instant.
I still think this is a bug, but my skills do not allow me to go any further.
Any tips/suggestions etc would be great!
Thanks
Kevin