Search found 3722 matches

by mcapra
Tue Aug 22, 2017 8:49 am
Forum: Nagios XI
Topic: failed to check_drivesize
Replies: 8
Views: 223

Re: failed to check_drivesize

Try this: /usr/local/nagios/libexec/check_nrpe -H 10.90.30.21 -c check_drivesize -a "filter=type='fixed' AND drive NOT LIKE '\\?\\'" "warn=free<5%" "crit=free<0%" With the main difference being the filter rule we are applying: "filter=type='fixed' AND drive NOT LIK...
by mcapra
Tue Aug 22, 2017 8:39 am
Forum: Nagios XI
Topic: Monitoring JBOSS AS without Jolokia Agent
Replies: 6
Views: 255

Re: Monitoring JBOSS AS without Jolokia Agent

check_jmx was designed to work with the native Java RMI . Jolokia provides an endpoint that returns JSON data, which is not data in a form that the JRMP recognizes as indicated by the exception thrown (non-JRMP server at remote endpoint). Therefore, pointing it at a Jolokia endpoint will result in e...
by mcapra
Tue Aug 22, 2017 8:33 am
Forum: Nagios Log Server
Topic: Can we export logs to SIEM System
Replies: 37
Views: 1109

Re: Can we export logs to SIEM System

That is not how the logstash-output-csv plugin works. This plugin takes events that are in the Logstash pipeline, and writes them out to CSV. It can't work with results that are currently stored in Elasticsearch. As mentioned in the other thread, if you can navigate Elasticsearch queries well enough...
by mcapra
Tue Aug 22, 2017 8:30 am
Forum: Nagios Log Server
Topic: Nagios Log Server Reporting
Replies: 34
Views: 825

Re: Nagios Log Server Reporting

Do we have a option to export the collected log at Nagios Log Server? I believe this is a planned feature. From what I recall, much of the implementation depended on design choices regarding Kibana. I wrote this thing that can export Elasticsearch query results to CSV, JSON, and plain-text: https:/...
by mcapra
Mon Aug 21, 2017 1:47 pm
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 2770

Re: Event handler read host "notifications_enabled" setting?

You could use the JSON CGIs described here (ignore all the setup stuff and skip to "To get started"): https://labs.nagios.com/2014/06/19/exploring-the-new-json-cgis-in-nagios-core-4-0-7-part-1/ Lets say I have a host with the name esprod00. I could get the notifcations_enabled flag for thi...
by mcapra
Mon Aug 21, 2017 7:59 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Nrpeinstallation concern
Replies: 5
Views: 2578

Re: Nagios Core Nrpeinstallation concern

Did you follow the documentation found here: https://support.nagios.com/kb/article/nrpe-source-based-install-config.html That has steps specific to CentOS 5 for NRPE v2. Or if you're building NRPE v3, you can follow this: https://support.nagios.com/kb/article/nrpe-how-to-install-nrpe-v3-from-source....
by mcapra
Fri Aug 18, 2017 10:38 am
Forum: Open Source Nagios Projects
Topic: need advice on a plan to install the Nagios Core
Replies: 4
Views: 1803

Re: need advice on a plan to install the Nagios Core

Which device would you choose to start installing the operating system before you install the Nagios Core? If you have a virtualization environment available, I would slap Nagios Core on a VM so you can version it and have a more accessible dev->test->prod workflow for your critical monitoring infr...
by mcapra
Fri Aug 18, 2017 10:30 am
Forum: Open Source Nagios Projects
Topic: Installing Nagios Core in Windows Server 2008
Replies: 4
Views: 6303

Re: Installing Nagios Core in Windows Server 2008

It would be useful to understand virtualization in general. High level overview type stuff though, nothing super specific. Depending on the hypervisor you're using for your virtual machines (stuff like VMWare, Hyper-V, VirtualBox, etc), you could probably find a ready-to-go template for Nagios XI th...
by mcapra
Fri Aug 18, 2017 9:35 am
Forum: Nagios XI
Topic: WMI - Backend login to the Core Config Manager failed.
Replies: 15
Views: 339

Re: WMI - Backend login to the Core Config Manager failed.

Have you edited your system's wgetrc file to account for the presence of a proxy?

See this article for specific steps:
https://support.nagios.com/kb/article.php?id=147
by mcapra
Fri Aug 18, 2017 8:23 am
Forum: Nagios XI
Topic: Splunk access to Nagios NDOUtils data
Replies: 4
Views: 106

Re: Splunk access to Nagios NDOUtils data

I would highly recommend collaborating with your MySQL administrator on this, as no one here knows the full structure of your organization or it's policies regarding such matters. Here are some examples of how to add read-only MySQL users, but again I would highly recommend working with your MySQL a...