Search found 3722 matches

by mcapra
Thu Oct 07, 2021 8:24 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus.pl
Replies: 8
Views: 12086

Re: check_wmi_plus.pl

I don't have a lab machine to crack open wmic and see what it does or does not support, though this definitely seems like it would be a wmic limitation. impacket definitely supports this , and I'd started on a Python based WMI checks plugin a while ago but never finished it: https://github.com/mcapr...
by mcapra
Wed Oct 06, 2021 11:28 am
Forum: Open Source Nagios Projects
Topic: Macro $LASTSERVICEPROBLEMID$ not set when notification actio
Replies: 1
Views: 2217

Re: Macro $LASTSERVICEPROBLEMID$ not set when notification a

This would be a great thing to include in a GitHub issue or pull request:
https://github.com/NagiosEnterprises/nagioscore
by mcapra
Wed Oct 06, 2021 10:45 am
Forum: Open Source Nagios Projects
Topic: How External Command or shell script use to disable host chk
Replies: 1
Views: 2229

Re: How External Command or shell script use to disable host

Have you followed these instructions? https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/extcommands.html In order to have Nagios process external commands, make sure you do the following: Enable external command checking with the check_external_commands option. Specify the location...
by mcapra
Tue Oct 05, 2021 12:48 pm
Forum: Open Source Nagios Projects
Topic: Plugin timed out and service check timed out
Replies: 6
Views: 4224

Re: Plugin timed out and service check timed out

A given Nagios plugin can have its own timeout logic that happens independent of the Nagios Core monitoring engine. That plugin's timeout logic may be triggering before Nagios Core's timeout logic, and the plugin may hard-code the status to CRITICAL instead of UNKNOWN. I can't say for sure if this i...
by mcapra
Tue Oct 05, 2021 9:17 am
Forum: Open Source Nagios Projects
Topic: livestatus.o addon on Nagios 4.4.6 on CentOS Stream 8 OS
Replies: 3
Views: 3644

Re: livestatus.o addon on Nagios 4.4.6 on CentOS Stream 8 OS

From the documentation you linked: Refer to https://checkmk.com/cms_livestatus.html on how to install livestatus onto your monitoring box. The Lab Consol Repository has livestatus rpm packages. For debian based Linux systems just use the provided packages of your distribution. Sounds like you'll nee...
by mcapra
Mon Oct 04, 2021 9:02 am
Forum: Open Source Nagios Projects
Topic: Nagvis for Nagios Core
Replies: 1
Views: 2195

Re: Nagvis for Nagios Core

What there something in the documentation that was unclear? http://docs.nagvis.org/1.9/en_US/index.html I don't see anything in the install instructions that is Centreon specific: http://docs.nagvis.org/1.9/en_US/installer.html http://docs.nagvis.org/1.9/en_US/installation_instructions.html Paths to...
by mcapra
Mon Oct 04, 2021 8:54 am
Forum: Open Source Nagios Projects
Topic: check_http_content query
Replies: 5
Views: 3819

Re: check_http_content query

I want to know, Do this script check the text within the source code itself? That is exactly how it works. By parsing the raw HTML returned by the HTTP request. Sometimes what happened is, a URL has one or more links available or some variable within the source code from which it gets the data also...
by mcapra
Mon Sep 27, 2021 6:50 pm
Forum: Open Source Nagios Projects
Topic: CVE-2021-37344
Replies: 2
Views: 1520

Re: CVE-2021-37344

In the case of CVE-2021-37344 specifically, the "Nagios XI Switch Wizard" is not included with Nagios Core and there would be no cause for concern unless you, for whatever reason, decided to include that component in a Nagios Core installation yourself. It would be quite non-standard to do...
by mcapra
Wed Sep 22, 2021 12:14 pm
Forum: Open Source Nagios Projects
Topic: Plugins : Transfert / Quota usage
Replies: 1
Views: 1155

Re: Plugins : Transfert / Quota usage

If there's a SNMP OID that measures the thing you're interested in, you can check it with check_snmp:
https://nagios-plugins.org/doc/man/check_snmp.html
by mcapra
Mon Sep 20, 2021 9:57 am
Forum: Open Source Nagios Projects
Topic: Two o more service sensor on same chart
Replies: 1
Views: 1099

Re: Two o more service sensor on same chart

I think to get any sort of charts in Nagios Core, you'd need to install something like PNP4Nagios:
http://docs.pnp4nagios.org/start

Or Nagflux:
https://github.com/Griesbacher/nagflux