Search found 3722 matches

by mcapra
Thu Aug 24, 2017 9:27 am
Forum: Open Source Nagios Projects
Topic: Nagios SmsAlert Notifications Workflow
Replies: 6
Views: 3501

Re: Nagios SmsAlert Notifications Workflow

how the Sms alerts is working in nagios monitoring and what is the work flow of sms alerts in Nagios. This document describes the process at a high-level: https://assets.nagios.com/downloads/nagiosxi/docs/How-to-Setup-SMS-Alerts-In-Nagios-XI.pdf It might also be useful to understand the difference ...
by mcapra
Thu Aug 24, 2017 9:22 am
Forum: Nagios XI
Topic: Threshold setting for alerting
Replies: 2
Views: 681

Re: Threshold setting for alerting

Typically that's done at run-time for any given plugin. If you used the configuration wizards, most of them include fields for warning/critical thresholds. Was there a particular metric you wanted to adjust the thresholds for? Can you navigate to it in the Core Config Manager and share a screenshot ...
by mcapra
Thu Aug 24, 2017 9:19 am
Forum: Open Source Nagios Projects
Topic: Pfsense ipsec tunnel status monitoring in nagios
Replies: 7
Views: 9542

Re: Pfsense ipsec tunnel status monitoring in nagios

I recall a thread a while back that did similar things: https://support.nagios.com/forum/viewtopic.php?f=16&t=42459 There's also a few pfsense plugins on the nagios exchange , but none of them seem to keep track of ipsec tunnel status. Do you have a command you can run that displays the ipsec st...
by mcapra
Thu Aug 24, 2017 9:06 am
Forum: Nagios Log Server
Topic: Exec plugin in nagios logserver
Replies: 14
Views: 214

Re: Exec plugin in nagios logserver

It might also be useful to share your Logstash logs to see if the exec plugin is failing for some reason. They can typically be found in:

Code: Select all

/var/log/logstash
by mcapra
Thu Aug 24, 2017 8:37 am
Forum: Nagios XI
Topic: PHP Fatal error: Allowed memory size after 5.4 to 5.6 upgr
Replies: 14
Views: 2970

Re: PHP Fatal error: Allowed memory size after 5.4 to 5.6 u

My first thought it it's some issue with how the rh-php56-php-mysql rpm was built. I never encountered this particular longtext leak when using Remi's repos or the Webtatic repos for similar 5.6 setups. I'm not sure how your org feels about 3rd party repos, though. I recall handing some notes off to...
by mcapra
Thu Aug 24, 2017 8:25 am
Forum: Open Source Nagios Projects
Topic: How to install and configuring some plugins?
Replies: 2
Views: 1137

Re: How to install and configuring some plugins?

Here's the official documentation: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/toc.html But it can be a little difficult to digest all at once. Here's a good "getting started" video for setting up Windows and Linux machines: https://www.youtube.com/watch?v=wKXVz_9GD...
by mcapra
Tue Aug 22, 2017 3:22 pm
Forum: Nagios Log Server
Topic: Nagios Log Server Reporting
Replies: 34
Views: 790

Re: Nagios Log Server Reporting

You should be able to do that in the query itself with the fields parameter:
https://www.elastic.co/guide/en/elastic ... est-fields
by mcapra
Tue Aug 22, 2017 2:30 pm
Forum: Nagios Log Server
Topic: Nagios Log Server Reporting
Replies: 34
Views: 790

Re: Nagios Log Server Reporting

Simply put:

Code: Select all

[1503429392559] <WARNING> Index not found [logstash-2017.08.23], skipping.
Try a different date. An index for 2017.08.23 doesn't seem to exist yet. See what -date_start=2017.08.21 -date_end=2017.08.21 churns out.
by mcapra
Tue Aug 22, 2017 9:45 am
Forum: Nagios XI
Topic: PHP Fatal error: Allowed memory size after 5.4 to 5.6 upgr
Replies: 14
Views: 2970

Re: PHP Fatal error: Allowed memory size after 5.4 to 5.6 u

This is probably not supported, but I'll defer to the techs on that. A good place to start might be to share the output of this command executed from the CLI of your Nagios XI machine: php -r 'phpinfo();' And if you wanted to troubleshoot this on your own, you could diff the output against the outpu...
by mcapra
Tue Aug 22, 2017 9:31 am
Forum: Open Source Nagios Projects
Topic: Nagios core 4.3.2 and mk_livestatus 1.2.6
Replies: 4
Views: 3135

Re: Nagios core 4.3.2 and mk_livestatus 1.2.6

I would recommend removing the repository install and building livestatus from scratch:
http://mathias-kettner.com/checkmk_live ... Livestatus

My guess is that repository you installed from has a build of livestatus for Nagios 3.x rather than Nagios 4.x.