General Time-Out (Alarm Signal)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

General Time-Out (Alarm Signal)

Post by ericssonvietnam »

Hi Team,

we are getting this alarm for multiple node on Nagios XI.

How to Fix the same let me know.

Regards
Prateek
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: General Time-Out (Alarm Signal)

Post by tgriep »

The errors that you are describing are usually caused by intermittent network connection losses between the Nagios server and the remote server that is being monitored.
The remote server may be up all of the time but if the Nagios server cannot connect to the remote server, the checks will generate the timeout message or a 255 message.

Can you describe how the network is setup between the sites?

Lets try this command to ping one of the remote server continuously and output the data to a file.
Replace hostname with one of the servers.

Code: Select all

 ping hostname | perl -nle 'print scalar(localtime), " ", $_' | tee -a ping.txt


Then, if you get the 255 error or a timeout error, stop the ping and check the ping.txt file to see if there was a connection issue between the servers.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked