i'm not sure why i am getting false alarms from nagios while checking ftp on a remote server.
i have tried a few options with the check_ftp command such as increasing the timeout value to 20, 30, and 60. each of those occurrences did not solve the problem.
both the remote server and nagios server are CentOS boxes.
here is my nagios alert:
Code:
Current Status: CRITICAL (for 0d 0h 22m 32s) (Has been acknowledged)
Status Information: CRITICAL - Socket timeout after 10 seconds
here is the manual check_ftp result:
Code:
[root@monsrvr nagios]# /usr/lib/nagios/plugins/check_ftp -H remote.server.net
FTP OK - 0.093 second response time on port 21 [220 remote.server.net FTP Service! Access is restricted to users with valid Company hosting accounts, all other access is prohibited!]|time=0.093283s;;;0.000000;10.000000
[root@monsrvr nagios]#
any ideas?