How to monitor an application using Nagios core

0 votes
I have containerized a web application on my localhost which is running at some port address. I want to monitor my website using Nagios core since it is a monitoring tool. Is there any way through which I can monitor my web app.

Does Nagios provide any feature or plugin through which it can be achieved?

Can anyone resolve my query?

Thanks.
Dec 28, 2018 in DevOps & Agile by Shubham
• 1,000 points
2,679 views

1 answer to this question.

0 votes

Here is what you can try. Since Nagios has tcp and http plugins which you can use to monitor your web application.

The command which you can use to monitor the port is :

/usr/local/nagios/libexec/check_http -I ip_address_of_localhost -p port_address -u url_of_webapp

This will help you to check your web application.

I hope the above information will be helpful to you. 

answered Dec 28, 2018 by Damon Salvatore
• 5,980 points

Related Questions In DevOps & Agile

+2 votes
2 answers

how to set different provisioning profiles for different targets using Xcode Build

For multiple targets, each task has to ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 16, 2018 by Kalgi 4,285 views
0 votes
1 answer

How to set up a VM with KVM/qemu without VitualBox using Vagrant

Start the vagrant box using: vagrant up --provider=kvm But ...READ MORE

answered Apr 11, 2018 in DevOps & Agile by ajs3033
• 7,300 points
2,020 views
0 votes
1 answer

Is it possible to to create IIS Site and application Pool using Web Deploy

You can try and use the ServerManager ...READ MORE

answered Apr 20, 2018 in DevOps & Agile by ajs3033
• 7,300 points
1,693 views
0 votes
1 answer

How to restart docker for windows using Powershell?

Try this: $processes = Get-Process "*docker for windows*" if ...READ MORE

answered Oct 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
6,927 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
0 votes
1 answer

How do I assign a port mapping to an existing Docker container?

Below are some steps which you can ...READ MORE

answered Sep 19, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
9,052 views
0 votes
1 answer

How to give a name to an image in Dockerfile ?

This needs to be done in your ...READ MORE

answered Nov 17, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,233 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