Monitor Web servers using Nagios

0 votes
Hey I'm pretty new to Nagios and would like to understand how to monitor web services using Nagios. Thank you in advance.
Mar 1, 2019 in Nagios by Alan
437 views

1 answer to this question.

0 votes

hey @Alan, you can use the check_http plugin for this purpose. It monitors response time, error codes, server certificates and much more. 

The commands.cfg file contains a comman defination for using the check_http plug-in. Something like this:

define command {
    name            check_http
    command_name    check_http
    command_line    $USER1$/check_http -I $HOSTADDRESS$ $ARG1$
}

A simple service definition for monitoring the HTTP service on the host machine might look like this:

define service {
    use                 generic-service     ; Inherit default values from a template
    host_name           remotehost
    service_description HTTP
    check_command       check_http
}
answered Mar 1, 2019 by Kevin

Related Questions In Nagios

0 votes
1 answer

How do I monitor FTP servers on a remote host using nagios?

Hey @Jammie, you can use the check_ftp ...READ MORE

answered Mar 1, 2019 in Nagios by Pam
2,135 views
0 votes
1 answer

Monitor IMAP service using Nagios

Hey @Kailash, you can use the check_imap ...READ MORE

answered Mar 1, 2019 in Nagios by Kiran
443 views
0 votes
1 answer

Are there plugins available for monitoring services using nagios?

There are many plugins available for different ...READ MORE

answered Mar 1, 2019 in Nagios by Lynda
685 views
0 votes
1 answer

Monitor POP3 services on my email servers

Hey @Jake, you can use the check_pop ...READ MORE

answered Mar 1, 2019 in Nagios by Layla
457 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer

Monitor SSH services using nagios

Hey @Thomas, you can use the check_ssh ...READ MORE

answered Mar 1, 2019 in Nagios by Jake
683 views
0 votes
1 answer

Monitor SMTP services on a host system using Nagios

The check_smtp plugin can be used for monitoring your ...READ MORE

answered Mar 1, 2019 in Nagios by Kavya
958 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP