Search found 3447 matches

by npolovenko
Tue Jun 18, 2019 4:38 pm
Forum: Nagios XI
Topic: Nagios Xi - SMS Handler
Replies: 10
Views: 4478

Re: Nagios Xi - SMS Handler

Eireocean , First, you have xi_service_notification_handler assigned as an event handler to the service check on the screenshot. I'd recommend unassigning this event handler. Otherwise, it will trigger a notification every time the service changes a state(even a soft state). Have you tried triggeri...
by npolovenko
Tue Jun 18, 2019 3:54 pm
Forum: Nagios XI
Topic: how to exclude the Linux cached memory from the monitoring a
Replies: 11
Views: 5519

Re: how to exclude the Linux cached memory from the monitori

vivma1989 , It's odd that the plugin is showing 97 even though 526920 is not 97% of 16437176. I also agree that it would make sense to take the available memory into consideration when calculating used memory. Unfortunately, this plugin wasn't developed by Nagios so I'd suggest raising both issues ...
by npolovenko
Tue Jun 18, 2019 2:23 pm
Forum: Nagios Log Server
Topic: New Offline Installation Instructions
Replies: 11
Views: 4107

Re: New Offline Installation Instructions

@cgutierr, Are you following this instruction? I believe it should just install all rpm packages locally with yum.
https://assets.nagios.com/downloads/nag ... onment.pdf

Also, what is the version of your operating system?
by npolovenko
Tue Jun 18, 2019 1:49 pm
Forum: Nagios XI
Topic: Assist with changing reports' recipient information...
Replies: 5
Views: 1857

Re: Assist with changing reports' recipient information...

@PhilG, Thanks for updating us. I'm going to lock this thread for now.
by npolovenko
Tue Jun 18, 2019 1:39 pm
Forum: Nagios XI
Topic: Nagios Active-Active setup !!!
Replies: 1
Views: 1186

Re: Nagios Active-Active setup !!!

Hello, rajsshah . I'd not recommend sharing the /usr/local/nagios folder for the reason you described. Also, if one XI crashes, the configuration files in the nagios folder will likely be affected and both XI servers will become nonfunctional. XI hasn't been officially tested with clustered database...
by npolovenko
Tue Jun 18, 2019 12:11 pm
Forum: Nagios XI
Topic: no performance graph of "ping"?!
Replies: 4
Views: 1676

Re: no performance graph of "ping"?!

xpertech , The graph stopped populating on the 20th of May. Please follow this article to increase the load_threshold to 60 and the timeout to 40. Then run: service npcd restart to apply the settings. https://support.nagios.com/kb/article.php?id=9 If after 15 minutes the graph won't start working, ...
by npolovenko
Tue Jun 18, 2019 11:50 am
Forum: Nagios XI
Topic: Docker - check_docker not working since upgrade
Replies: 8
Views: 3076

Re: Docker - check_docker not working since upgrade

@mblower, Please download the patched version of the plugin from another thread and let us know if it fixes the issue.
by npolovenko
Mon Jun 17, 2019 4:18 pm
Forum: Nagios XI
Topic: Temporary name resoloution failed when creating a sensor
Replies: 2
Views: 1793

Re: Temporary name resoloution failed when creating a sensor

bkeating178 , I don't think you can pass $HOSTADDRESS$ inside the $ARG1$ macro. It might work on the home page as I mentioned earlier. Please check. If it doesn't work on the home page, you may need to use the actual IP instead of the $HOSTADDRESS$ or add this macro to the command itself: $USER1$/c...
by npolovenko
Mon Jun 17, 2019 4:02 pm
Forum: Nagios XI
Topic: Hostgroup-Dashboard Problem
Replies: 5
Views: 2169

Re: Hostgroup-Dashboard Problem

bosecorp , I noticed another strange thing. Two hosts that are visible on the first dashlet are visible on the second dashlet as well. usva-cxdc12-cube1b-m0.nsg.bose.com usva-cxdc12-rtrvzmpls01-m0.nsg.bose.com But three other hosts that are visible on the second dashlet only do not have config entr...
by npolovenko
Mon Jun 17, 2019 2:59 pm
Forum: Nagios Log Server
Topic: IIS Dashboard - need geoip help
Replies: 13
Views: 3316

Re: IIS Dashboard - need geoip help

@SteveBeauchemin, Please change this block in the filter:

Code: Select all

geoip {
    database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
    source => "c-ip"
  } 
To:

Code: Select all

geoip {
    database => "/usr/share/GeoIP/GeoLite2-City.mmdb"
    source => "clientip"
  }