Linux Remote host Down
Posted: Tue Mar 11, 2014 7:08 am
Hello Team,
I have configured a nagios server 4.0.3 on a Amazon Linux server and added a CentOS server as remote host. All of the services (The services which are configured to monitor are: Current Load, Current Users, HTTP, Root Partition, Total Processes) status are showing OK but the server status is showing as DOWN. The status information showing on the nagios web console is (Host check timed out after 30.01 seconds). how can I resolve this issue?
My host configuration is
define host{
use linux-server
host_name server1
alias server1
address XX.XX.XX.XX
}
define hostgroup{
hostgroup_name linux-servers
alias Linux Servers
members server1
}
define service{
use local-service
host_name server1
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}
define service{
use local-service
host_name server1
service_description Root Partition
check_command check_local_disk!20%!10%!/
}
define service{
use local-service
host_name server1
service_description Current Users
check_command check_local_users!20!50
}
define service{
use local-service
host_name server1
service_description Total Processes
check_command check_local_procs!250!400!RSZDT
}
define service{
use local-service
host_name server1
service_description Current Load
check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
}
define service{
use local-service
host_name server1
service_description Swap Usage
check_command check_local_swap!20!10
}
define service{
use local-service
host_name server1
service_description SSH
check_command check_ssh
notifications_enabled 0
}
define service{
use local-service
host_name server1
service_description HTTP
check_command check_http
notifications_enabled 0
}
I have configured a nagios server 4.0.3 on a Amazon Linux server and added a CentOS server as remote host. All of the services (The services which are configured to monitor are: Current Load, Current Users, HTTP, Root Partition, Total Processes) status are showing OK but the server status is showing as DOWN. The status information showing on the nagios web console is (Host check timed out after 30.01 seconds). how can I resolve this issue?
My host configuration is
define host{
use linux-server
host_name server1
alias server1
address XX.XX.XX.XX
}
define hostgroup{
hostgroup_name linux-servers
alias Linux Servers
members server1
}
define service{
use local-service
host_name server1
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}
define service{
use local-service
host_name server1
service_description Root Partition
check_command check_local_disk!20%!10%!/
}
define service{
use local-service
host_name server1
service_description Current Users
check_command check_local_users!20!50
}
define service{
use local-service
host_name server1
service_description Total Processes
check_command check_local_procs!250!400!RSZDT
}
define service{
use local-service
host_name server1
service_description Current Load
check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
}
define service{
use local-service
host_name server1
service_description Swap Usage
check_command check_local_swap!20!10
}
define service{
use local-service
host_name server1
service_description SSH
check_command check_ssh
notifications_enabled 0
}
define service{
use local-service
host_name server1
service_description HTTP
check_command check_http
notifications_enabled 0
}