Page 1 of 1
Monotoring Website By
Posted: Wed Oct 10, 2012 12:20 am
by debashmit
Dear all,
Can you tell me how to monitor website up or down by nagios core.
Re: Monotoring Website By
Posted: Wed Oct 10, 2012 1:09 pm
by slansing
You may want to look at our exchange page on HTTP monitoring:
http://exchange.nagios.org/index.php?op ... check_http
There are many different plugins choosing one to fit your needs is something that is difficult for support staff to do for you, if you find some you like let us know and we can go from there.
Re: Monotoring Website By
Posted: Wed Oct 10, 2012 7:03 pm
by inventsekar
Hi,
Assuming that you already have a running Nagios Core setup,
Update your host config file with a website, say google:
define host{
use generic-host
host_name Google
alias Google
address 209.85.225.99
max_check_attempts 5
hostgroups website-monitoring
}
define service{
use generic-service
host_name Google
service_description http
check_command check_http
}
Verify the config and restart nagios service. thats it..all set...
Thanks,
Sekar
Re: Monotoring Website By
Posted: Wed Oct 10, 2012 10:53 pm
by debashmit
Thanks to all For valuable Reply.Finally I got by adding check_http.
Re: Monotoring Website By
Posted: Thu Oct 11, 2012 9:10 am
by inventsekar
GoodGoodGood... nice to know that we could help you... thanks...
Sekar