check_squid not working!
Posted: Thu Nov 03, 2011 12:16 am
Hi,
I have configured Nagios Nagios® Core™ Version 3.2.2, All the services are working fine, But squid service is not working at all, Attaching my squid host.cfg file
************************************************************************
define host{
host_name proxya.mycompany.com
alias Proxy Access server
address 192.168.0.207
check_command check-host-alive
max_check_attempts 1
check_period 24x7
process_perf_data 0
retain_nonstatus_information 0
contact_groups Linux
notification_interval 2280
notification_period 24x7
notification_options d,u,r
}
*********************************************************************
service.cfg file
*********************************************************************
define service{
host_name proxya.mycompany.com
service_description Squid
check_command check_squid
max_check_attempts 1
normal_check_interval 5
retry_check_interval 3
check_period 24x7
notification_interval 2280
notification_period 24x7
notification_options w,c,r
contact_groups Linux
}
*********************************************************************
Thank you
I have configured Nagios Nagios® Core™ Version 3.2.2, All the services are working fine, But squid service is not working at all, Attaching my squid host.cfg file
************************************************************************
define host{
host_name proxya.mycompany.com
alias Proxy Access server
address 192.168.0.207
check_command check-host-alive
max_check_attempts 1
check_period 24x7
process_perf_data 0
retain_nonstatus_information 0
contact_groups Linux
notification_interval 2280
notification_period 24x7
notification_options d,u,r
}
*********************************************************************
service.cfg file
*********************************************************************
define service{
host_name proxya.mycompany.com
service_description Squid
check_command check_squid
max_check_attempts 1
normal_check_interval 5
retry_check_interval 3
check_period 24x7
notification_interval 2280
notification_period 24x7
notification_options w,c,r
contact_groups Linux
}
*********************************************************************
Thank you