Hi!
> I’m having issues where everything seems to work except for seeing
> actual data in the main window. The Status Map works, and I can see all
> the dashboard details at the top, and typing in search boxes produces
> results as well, but clicking them results in the same blank window.
>
> Which looks like a really large object graph dump (of IcignaApiSearchIdo
> I presume).
Yes ... Ähhh ... This was my fault! I apologise for this issue. Just
commited some debug code which dumps the API and finally dies :S
Some patch is attached or try the latest master where the issue is solved.
Kind regards,
Marius.
--
Marius Hein
Senior Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein | AG Nürnberg HRB18461
http://www.netways.de | [email protected]
** NETWAYS Open Source Monitoring Conference 2011 | Nürnberg, 29. und
30. November 2011 | http://www.netways.de/osmc **
diff --git a/app/modules/Web/lib/template/IcingaTemplateWorker.class.php b/app/modules/Web/lib/template/IcingaTemplateWorker.class.php
index 9c5436e..ac67aa4 100755
--- a/app/modules/Web/lib/template/IcingaTemplateWorker.class.php
+++ b/app/modules/Web/lib/template/IcingaTemplateWorker.class.php
@@ -144,9 +144,6 @@ class IcingaTemplateWorker {
$data = array ();
$dataSet = $this->api_search->fetch();
- var_dump($this->api_search);
- die;
-
foreach ($dataSet as $result) {
if ($this->result_count === null) {
$this->result_count = $result->getResultCount();
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users