Hi,
we set up our own little nagios installation to check some servers on the HWR-Berlin. A sample Host definition is postet below. The problem is now, that the service checking did stop after the first succesfull check. Did I get something wrong in the definition part? The checked service is simple html or ping. I am also not able to reschedule a check via the webmasc, after 5 minutes of waiting the website goes white and brings a gateway error:
Gateway Time-out
The gateway did not receive a timely response from the upstream server or application.
Apache/2.2.13 (Linux/SUSE) Server at 194.94.22.60 Port 80
Could this be due to firewall issues?
define host{
host_name 192.168.10.158
alias alias
address 192.168.10.158
#parents
check_command check-host-alive
check_interval 5
retry_interval 1
max_check_attempts 5
check_period 24x7
process_perf_data 0
retain_nonstatus_information 0
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options d,u,r
}
Thanks for any help in advance!