Search found 3722 matches

by mcapra
Wed Mar 31, 2021 11:28 am
Forum: Open Source Nagios Projects
Topic: "--refuse=warn" not working from monitoring server
Replies: 3
Views: 2874

Re: "--refuse=warn" not working from monitoring server

Anyone know if this is a bug or of a workaround? I gather you're running NRPE on this CentOS 7 server, and executing the check from your Nagios Core machine (on the Debian 10 server) by leveraging the check_nrpe plugin? Or are you executing the check_tcp plugin directly from the Nagios Core server ...
by mcapra
Wed Mar 31, 2021 11:08 am
Forum: Open Source Nagios Projects
Topic: Define ping severity for a Host Group
Replies: 4
Views: 2887

Re: Define ping severity for a Host Group

I don't know much about EyesOfNetwork, and how it handles Nagios Plugin outputs. A lot of what is below assumes you're configuring checks in Nagios Core. The first thing to understand is the difference between service checks and host checks: https://assets.nagios.com/downloads/nagioscore/docs/nagios...
by mcapra
Tue Mar 30, 2021 4:06 pm
Forum: Open Source Nagios Projects
Topic: nagios-plugins-2.3.3 --> Installation setup
Replies: 1
Views: 2030

Re: nagios-plugins-2.3.3 --> Installation setup

Here's the official documentation for installing the nagios-plugins suite from source:
https://support.nagios.com/kb/article/n ... e-569.html
by mcapra
Mon Mar 29, 2021 10:56 am
Forum: Open Source Nagios Projects
Topic: problem with Core after os upgrade
Replies: 5
Views: 3781

Re: problem with Core after os upgrade

vinmansbrew wrote:That's good info, mcapra. As I never set up the nagios on this server, I have no idea how it was initially done. Is there a way to tell?
You could query the package manager. If there are no nagios flavored packages present, it was all probably compiled from scratch.
by mcapra
Thu Mar 25, 2021 1:44 pm
Forum: Open Source Nagios Projects
Topic: Check_load
Replies: 1
Views: 2308

Re: Check_load

Which version of check_load are you using? Here's the man page for the check_load plugin: http://nagios-plugins.org/doc/man/check_load.html -w, --warning=WLOAD1,WLOAD5,WLOAD15 Exit with WARNING status if load average exceeds WLOADn -c, --critical=CLOAD1,CLOAD5,CLOAD15 Exit with CRITICAL status if lo...
by mcapra
Thu Mar 25, 2021 1:22 pm
Forum: Open Source Nagios Projects
Topic: Control SNMP interfaces when adding devices
Replies: 1
Views: 1951

Re: Control SNMP interfaces when adding devices

Which plugin are you using for this? Could you provide a URL to where you downloaded it from? Are you using the official check_snmp plugin?

There's a couple different plugins that could be handling SNMP interface checks. Some of them support include/exclude lists, some of them don't.
by mcapra
Thu Mar 25, 2021 1:17 pm
Forum: Open Source Nagios Projects
Topic: problem with Core after os upgrade
Replies: 5
Views: 3781

Re: problem with Core after os upgrade

Plugin compatibility issues are pretty common to encounter with major OS upgrades. If you have any plugins that weren't installed via repositories configured in the OS's package manager, assume they're going to break when you do a major OS upgrade. If you're using the official nagios-plugins suite, ...
by mcapra
Thu Mar 25, 2021 1:04 pm
Forum: Open Source Nagios Projects
Topic: RTA and alerts
Replies: 1
Views: 2301

Re: RTA and alerts

Did you install Nagios Core from source , or via a package manager? That may impact what your "default configurations" are. If you installed from source, these are the default ping-related checks: https://github.com/NagiosEnterprises/nagioscore/blob/88c1425c1497e807a94a0c87eaf4954ff4d1e134...
by mcapra
Thu Mar 25, 2021 12:52 pm
Forum: Open Source Nagios Projects
Topic: How to add new service to existing Linux client
Replies: 1
Views: 1924

Re: How to add new service to existing Linux client

Are you restarting the Nagios Core daemon every time you apply configuration changes? To answer this directly, and say "change this thing", I would need to see your entire set of Nagios object definitions . Service objects can be associated with specific host objects in one of two ways (th...
by mcapra
Fri Mar 19, 2021 2:38 pm
Forum: Open Source Nagios Projects
Topic: Updating Hosts file
Replies: 1
Views: 1835

Re: Updating Hosts file

Is hosts.cfg a collection of Nagios host objects?

Whenever Nagios object definitions are changed, you need to restart the Nagios Core daemon for those changes to be applied.