Search found 3722 matches

by mcapra
Wed Dec 01, 2021 9:20 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.4.6 Notice Error.
Replies: 4
Views: 2811

Re: Nagios Core 4.4.6 Notice Error.

The official Nagios Core compilation/installation instructions, for Nagios Core 4.4.6 on FreeBSD, recommend using PHP 7.3. You appear to have PHP 7.4 installed. I would suggest trying PHP 7.3 instead and see if that improves things.
by mcapra
Mon Nov 29, 2021 9:55 am
Forum: Open Source Nagios Projects
Topic: how to enable cflow
Replies: 2
Views: 1090

Re: how to enable cflow

From the product page : The powerful home dashboard provides an at-a-glance view of critical netflow or sflow data sources , server system metrics, and abnormal network behavior for quick assessment of network health. I don't know anything about cflow, but it appears to use netflow as the data trans...
by mcapra
Mon Nov 29, 2021 9:50 am
Forum: Open Source Nagios Projects
Topic: Quick MOD-GEARMAN question
Replies: 1
Views: 932

Re: Quick MOD-GEARMAN question

It's actually the Gearman job server you'd need to worry about, in this case. The NEB module on the Nagios side of things simply consumes messages from the check_results queue on that Gearman job server. http://gearman.org/manual/job_server/ http://labs.consol.de/nagios/mod-gearman/mod_gearman-e1284...
by mcapra
Thu Nov 04, 2021 2:52 pm
Forum: Open Source Nagios Projects
Topic: check_disk is not monitoring all the partition
Replies: 3
Views: 2094

Re: check_disk is not monitoring all the partition

I don't think there's any positional arguments accepted by the check_disk plugin.

You might try supplying the -A argument instead. From the help info:
http://nagios-plugins.org/doc/man/check_disk.html

Code: Select all

     -A, --all
        Explicitly select all paths. This is equivalent to -R '.*'
by mcapra
Mon Oct 25, 2021 12:06 pm
Forum: Open Source Nagios Projects
Topic: Nsclient not response on Windows client.
Replies: 2
Views: 1937

Re: Nsclient not response on Windows client.

You might try calling powershell instead of cscript . Here's a common NSClient++ command template for Powershell scripts, from the official docs : test=cmd /c echo scripts\powershell.ps1; exit($lastexitcode) | powershell.exe -command - I'd have to see the specific contents of the Powershell script t...
by mcapra
Fri Oct 22, 2021 2:32 pm
Forum: Open Source Nagios Projects
Topic: Huge LDAP results
Replies: 3
Views: 1789

Re: Huge LDAP results

If you're a licensed Nagios XI customer, you could file a feature request to allow for a ldap search filter to be applied before displaying the search results. If you wanted to filter on memberOf or something like that, rather than crawling the entire forest. Think ldap_search has allowed filters to...
by mcapra
Tue Oct 19, 2021 10:08 am
Forum: Open Source Nagios Projects
Topic: High Availability (HA) capabilities with Nagios Core (4.4.6)
Replies: 1
Views: 1383

Re: High Availability (HA) capabilities with Nagios Core (4.

Linbit built out a HA solution for Nagios XI a few years back: https://linbit.com/blog/nagios-enterprise-and-linbit-release-high-availability-solution-for-nagios-xi/ I don't know of anything comparable for Nagios Core that's "out of the box" and ready to go. I can think of several ways to ...
by mcapra
Mon Oct 18, 2021 8:16 am
Forum: Open Source Nagios Projects
Topic: [Nagios 4.3.4] Configure sensor host for single event ID
Replies: 1
Views: 1084

Re: [Nagios 4.3.4] Configure sensor host for single event ID

The knowledge base has a check library, here's an entry for checking Windows event logs:
https://support.nagios.com/kb/article/l ... s-787.html
by mcapra
Thu Oct 07, 2021 6:17 pm
Forum: Open Source Nagios Projects
Topic: Regarding Update "Apply configurations"
Replies: 4
Views: 3807

Re: Regarding Update "Apply configurations"

If you're confident all objects associated with the ISKVVSP01 host have been deleted, you could try a "delete, write, verify": Login to the XI GUI and go to the Core Config Manager Under "Tools", click "Write Config Files" or if you are running a newer versions of XI, T...