Cannot Acknowledge Problems

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
chrisbushey
Posts: 9
Joined: Thu May 22, 2014 12:33 pm

Re: Cannot Acknowledge Problems

Post by chrisbushey »

This happens on all hosts and services. For instance, we have host SPLP65 and service Printer Status (attached). When I try to use the "commit" button to acknowledge the problem, it just brings me to that blank screen. If I go to the email alert and click on the link, I can acknowledge it. Not all service problems and hosts are configured to send alerts though.

So far we haven't had any problems with immediate checks. They succeed every time.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Cannot Acknowledge Problems

Post by lmiltchev »

When you try to acknowledge a problem from the GUI, are you logged in as nagiosadmin or another user? What are the user's security settings (Admin->Manage Users->Edit)?
Be sure to check out our Knowledgebase for helpful articles and solutions!
chrisbushey
Posts: 9
Joined: Thu May 22, 2014 12:33 pm

Re: Cannot Acknowledge Problems

Post by chrisbushey »

I'm logged in as myself, but we have tried from every user account setup including the nagios admin. All of them show the same results.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Cannot Acknowledge Problems

Post by abrist »

Chris, if you are a customer, please send an email referencing this thread to [email protected]. We may want to set up a remote session to look at this issue in particular in your environment. If you are evaluating XI, let me know and we will look into other options for you.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
chrisbushey
Posts: 9
Joined: Thu May 22, 2014 12:33 pm

Re: Cannot Acknowledge Problems

Post by chrisbushey »

We are a customer, but we didn't renew email support for XI. We did purchase the following though :

XIMAINT-UNLIMITED
XI-ENT-RENEW-1Y
NA-UNL-MSP-1Y

We do have email support for our Nagios Network Analyzer though. When I tried to email it was automatically rejected.

Thanks,
Chris
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Cannot Acknowledge Problems

Post by abrist »

We setup a remote through a pm and patched core 4.0.6 with the potential fix, it was not successful. An internal bug report has been filed and he was asked to open a bug report on tracker.nagios.org as well.

OP, once you have created the bug report on tracker, post a link to it here for future reference.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
chrisbushey
Posts: 9
Joined: Thu May 22, 2014 12:33 pm

Re: Cannot Acknowledge Problems

Post by chrisbushey »

Thanks again for your help. Here is a link to the issue on tracker.nagios.org.

http://tracker.nagios.org/view.php?id=621
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Cannot Acknowledge Problems

Post by scottwilkerson »

Had a thread on the customer support forum with the same issue, which was determined has been fixed in the latest version of Core and will be in the 2014R1.2 release of XI (coming out shortly), if you need an immediate fix, it is as follows:
scottwilkerson wrote:Ok, here is a short list of steps to upgrade to Core 4.0.7 on XI 20141.1 before the next XI release, this assumes you have the old installation directory in /tmp/nagiosxi

Code: Select all

cd /tmp/nagiosxi/subcomponents/nagioscore/
wget http://sourceforge.net/projects/nagios/files/nagios-4.x/nagios-4.0.7/nagios-4.0.7.tar.gz/download -O nagios-4.0.7.tar.gz
Then edit line 5 of /tmp/nagiosxi/subcomponents/nagioscore/upgrade to read

Code: Select all

pkgname="nagios-4.0.7"
Then, edit /tmp/nagiosxi/subcomponents/nagioscore/apply-patches to only contain the following (removing about 5 lines)

Code: Select all

#!/bin/sh -e

pkgname="$1"

# Apply our patches
echo "Applying Nagios XI patches to Nagios Core..."


# Custom CGIs
cp patches/cgi/*.c "$pkgname/cgi"

# Makefile mods for Custom CGIs
patch "$pkgname/cgi/Makefile.in" < patches/cgi-makefile.patch
Then, from in the /tmp/nagiosxi/subcomponents/nagioscore/ directory

Code: Select all

./upgrade
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
chadleggett
Posts: 1
Joined: Tue Apr 22, 2014 12:36 pm

Re: Cannot Acknowledge Problems

Post by chadleggett »

Has this been resolved? I am seeing the same type of issues however it seems to be related to only 1 user and he is a Nagios Administrator and uses this account to acknowledge alerts as well as configure.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Cannot Acknowledge Problems

Post by tmcdonald »

@chadleggett: What Core and XI versions are you using?
Former Nagios employee
Locked