Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #2695] old "all unhandled problems filter does not show all unhandled services #1010

Closed
icinga-migration opened this issue Jun 19, 2012 · 19 comments

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/2695

Created by viper539 on 2012-06-19 10:06:50 +00:00

Assignee: ricardo
Status: Closed (closed on 2012-07-12 07:59:46 +00:00)
Target Version: (none)
Last Update: 2014-12-08 09:42:47 +00:00 (in Redmine)

Icinga Version: 1.10.0
OS Version: any

edit by dnsmichi

this is a specific filter problem, compare

  • status.cgi?hosts=all&style=hostservicedetail&hoststatustypes=12&hostprops=2097162&servicestatustypes=28&serviceprops=2097162&nostatusheader

icinga_classicui_1.7.1_allunhandledproblems_extendedfilter.png

  • status.cgi?allunhandledproblems

icinga_classicui_1.7.1_allunhandledproblems_dedicatedfilter.png

original issue:

Hallo,

in der Ansicht "All Unhandled Problems" werden die fehlerhaften Services nicht angezeigt.
Fehlerhafte Hosts hingegen schon.

icinga 1.7.0 und 1.7.1 auf Debian
1.6.1 war noch okay.

viper

Attachments

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-19 10:07:55 +00:00

gehört zu Bug #2580

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 07:57:51 +00:00

englisch please!

i can't reproduce that on my 1.7.1 box. are you calling

status.cgi?allunhandledproblems

or a different filter?

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 08:08:27 +00:00

i click on the left panel on "All Unhandled Problems" under "Problems"
it calls:
http://server/icinga/cgi-bin/status.cgi?hosts=all&style=hostservicedetail&hoststatustypes=12&hostprops=2097162&servicestatustypes=28&serviceprops=2097162&nostatusheader

on the screenshot you can see in the statusheader is 1 host-down and 2 service-warnings, the host is shown but no service under "Service Status Details For All Hosts"

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 08:21:47 +00:00

so you are using an old menu.html - this has been patched to a dedicated view ever since.

94911419 (Ricardo Bartels   2012-01-04 23:38:39 +0100 51)                       All Unhandled Problems

so the real problem is that some filters do not work in combination.

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 08:25:04 +00:00

Oh...

I updated this way:
http://docs.icinga.org/latest/de/upgrading.html#upgrading-icinga

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 08:27:22 +00:00

so a source install, no packages?

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 08:29:41 +00:00

This one:
http://sourceforge.net/projects/icinga/files/icinga/1.7.1/

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 08:31:49 +00:00

i doubt that you actually run 'make install-html' but anyways - the bug is a different one, i will updated the issue.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 08:34:00 +00:00

  • File added icinga_classicui_1.7.1_allunhandledproblems_dedicatedfilter.png
  • File added icinga_classicui_1.7.1_allunhandledproblems_extendedfilter.png
  • Subject changed from In "All Undandled Problems" werden keine fehlerhaften Services angezeigt to old "all unhandled problems filter does not show all unhandled services

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 08:36:40 +00:00

100%
.bash_history
[snip]
tar zxf icinga-1.7.1.tar.gz
cd icinga-1.7.1/
./configure --with-command-group=icinga-cmd --enable-idoutils
make all
make install install-base install-cgis install-html install-init install-commandmode install-idoutils
/etc/init.d/icinga checkconfig
/etc/init.d/icinga restart
logout
[/snip]

but i'm not sure if there may been an error during the routine
is there anywhere an "make-install_logfile"?

@icinga-migration
Copy link
Author

Updated by mzac on 2012-06-20 09:50:41 +00:00

I'm having the same problem since we upgraded to 1.7.1. We built packages from source and installed on Redhat

@icinga-migration
Copy link
Author

Updated by mzac on 2012-06-20 13:43:03 +00:00

Seems my browser was caching the frame, I did a shift-reload of that frame and the problem is gone

mzac wrote:

I'm having the same problem since we upgraded to 1.7.1. We built packages from source and installed on Redhat

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 14:31:07 +00:00

mzac wrote:

Seems my browser was caching the frame, I did a shift-reload of that frame and the problem is gone

shift-reload wouldn't work for me
re "make install install-html"-ing wouldn't work too

Problem still exists

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-20 14:36:46 +00:00

mzac uses the short cgi param? don't confuse the ticket please!

post the content of your menu.html - or attach it.

@icinga-migration
Copy link
Author

Updated by viper539 on 2012-06-20 14:45:50 +00:00

Unglaublich.....

deleted the Browsercache -> Problem solved

Google Chrome on icinga 1.7.1

Thank you for your help

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-07-05 07:39:38 +00:00

  • Category set to 99
  • Status changed from New to Assigned
  • Assigned to set to ricardo
  • Target Version set to 1.8

the filter

/icinga/cgi-bin/status.cgi?hosts=all&style=hostservicedetail&hoststatustypes=12&hostprops=2097162&servicestatustypes=28&serviceprops=2097162&nostatusheader

does not work, colleague just remarked this, as i normally keep a custom menu.html. it should be fixed, but for now the shorter GET param will work as well.

@ricardo
please have a look.

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-07-11 21:49:33 +00:00

  • Target Version deleted 1.8

This is a special filter.

you can't fetch host and service problems at the same time with one url. Cause you don't want to see the Critical Service Problems of a down host in the service problem list.

I think we can close this issue.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-07-12 07:59:46 +00:00

  • Status changed from Assigned to Closed

ok, understandable. the new filter adapted in the menu.html works, so let's close it.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:42:47 +00:00

  • Project changed from 19 to Core, Classic UI, IDOUtils
  • Category changed from 99 to Classic UI
  • Icinga Version set to 1
  • OS Version set to any

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant