Nagios Application and Network Monitoring using Nagios Core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kaushalshriyan
Posts: 124
Joined: Fri May 22, 2015 7:12 am

Nagios Application and Network Monitoring using Nagios Core

Post by kaushalshriyan »

Hi,

I am running Nagios Core 4.4.3. Is there a way to do both Application and Network Monitoring using Nagios Core?

Code: Select all

#/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Nagios Core 4.4.3
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 2019-01-15
License: GPL

Website: https://www.nagios.org
Reading configuration data...
   Read main config file okay...
   Read object config files okay...

Running pre-flight check on configuration data...

Checking objects...
	Checked 333 services.
	Checked 42 hosts.
	Checked 1 host groups.
	Checked 0 service groups.
	Checked 30 contacts.
	Checked 6 contact groups.
	Checked 36 commands.
	Checked 5 time periods.
	Checked 0 host escalations.
	Checked 0 service escalations.
Checking for circular paths...
	Checked 42 hosts
	Checked 0 service dependencies
	Checked 0 host dependencies
	Checked 5 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...

Total Warnings: 0
Total Errors:   0

Things look okay - No serious problems were detected during the pre-flight check
#
Thanks in Advance.

Best Regards,

Kaushal
steffi
Posts: 25
Joined: Wed Mar 06, 2019 9:43 am

Re: Nagios Application and Network Monitoring using Nagios C

Post by steffi »

Yes, it is possible.
For applications you are able to check for an existing process, have a look at check_process plugin.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Application and Network Monitoring using Nagios C

Post by benjaminsmith »

Thanks @steffi.

You can also search the Nagios Exchange for more plugins.

Let us know if you have any other questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
kaushalshriyan
Posts: 124
Joined: Fri May 22, 2015 7:12 am

Re: Nagios Application and Network Monitoring using Nagios C

Post by kaushalshriyan »

Hi Steffi and Benjamin,

Thanks for the quick reply and much appreciated. How about Network Monitoring? Is it possible with Nagios Core 4.4.3?

Thanks in Advance

Best Regards,

Kaushal
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Application and Network Monitoring using Nagios C

Post by benjaminsmith »

Hi @kaushalshriyan,

Yes, that's possible. Take a look at the check_snmp plugin documentation here:

check_snmp
https://www.monitoring-plugins.org/doc/ ... _snmp.html

Nagios Plugins
https://assets.nagios.com/downloads/nag ... ugins.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked