We have self-hosted monitoring server (Nagios) in Mumbai AWS region to monitor all the hosts and services hosted in Singapore and Dublin region.We are currently observing latencies between the monitoring system hosted in Mumbai and Singapore, Dublin AWS region.
Code: Select all
# ping 10.0.0.185 ( Private IP of server in Dublin region)
PING 10.0.0.185 (10.0.0.185) 56(84) bytes of data.
64 bytes from 10.0.0.185: icmp_seq=1 ttl=62 time=123 ms
64 bytes from 10.0.0.185: icmp_seq=2 ttl=62 time=123 ms
64 bytes from 10.0.0.185: icmp_seq=3 ttl=62 time=123 ms
64 bytes from 10.0.0.185: icmp_seq=4 ttl=62 time=123 msNagios Monitoring hosted in ap-south-1 Asia Pacific (Mumbai)
Servers hosted in ap-southeast-1 Asia Pacific (Singapore) and eu-west-1 EU (Ireland).
I am setting warning and critical thresholds as per https://www.monitoring-plugins.org/doc/ ... _ping.html. I will appreciate if you can let me know the recommended warning and critical thresholds in Nagios.
define service {
use generic-service
host_name server1.domain.com
service_description PING
check_command check_ping!100.0,20%!500.0,60%
contact_groups email,sms,pagerduty
}
Currently i am getting warning alerts for check_ping service in Nagios. Any help will be highly appreciable and i look forward to hearing from you.
Thanks in Advance.
Best Regards,
Kaushal