Johannes Meyer
98f2da818f
Alertsummary: Fix that the limiter does not have any effect ...
...
refs #5543
2015-10-01 18:17:22 +02:00
Johannes Meyer
378be3fd06
Alertsummary: Remove pagination control
...
refs #5543
2015-10-01 18:14:41 +02:00
Johannes Meyer
415690134b
Add tab extension to add the current container url as new menu entry
2015-09-30 14:47:42 +02:00
Alexander A. Klimov
8bfc7b8805
Repair "Show More" links in the Alert Summary
...
fixes #9995
2015-09-21 13:26:42 +02:00
Eric Lippmann
9d926fb4c6
monitoring: Don't use absolute alias in the AlertsummaryController
2015-08-27 15:37:01 +02:00
Eric Lippmann
65a7365e1e
monitoring: Add missing aliases in the AlertsummaryController after namespacing
2015-08-27 15:35:27 +02:00
Eric Lippmann
d60fed23f7
monitoring: Namespace the Alertsummarycontroller
...
refs #5786
2015-08-27 15:19:43 +02:00
Eric Lippmann
1eed806edf
monitoring: Optimize imports in the AlertsummaryController
2015-08-27 15:18:57 +02:00
Johannes Meyer
4db9629268
AlertsummaryController: Apply object restrictions
...
refs #9009
2015-06-15 16:26:07 +02:00
Johannes Meyer
5545b4a605
AlertsummaryController: Fix filter columns
2015-06-15 16:25:48 +02:00
Johannes Meyer
4996f569fe
monitoring: Ensure that views and queries are all named using the same scheme
...
That's "SomesuperQuery" and not "SomeSuperQuery", according to most
of the existing queries.
2015-06-12 14:42:49 +02:00
Johannes Meyer
fbf0ad4339
Drop interface Browsable
...
We're not required to handle objects of Zend_Paginator in any way, so
creating such as part of a query is not necessary since QueryAdapter
accepts any instance of QueryInterface. (gets enforced in the near future)
refs #8339
2015-05-15 14:37:41 +02:00
Johannes Meyer
48df225f98
Alertsummary: Add dashboard action
...
refs #7876
2015-04-20 14:58:47 +02:00
Johannes Meyer
5f4a61f36e
Alertsummary: Ensure dashboard compliance
...
refs #7876
2015-04-17 16:09:50 +02:00
Johannes Meyer
644a386bf8
NotificationQuery: Use query column `notification_contact_name'
...
...instead of `notification_contact'.
refs #8613
2015-04-13 15:26:06 +02:00
Johannes Meyer
15399d77ce
NotificationQuery: Use query column `service_description' instead of `service'
...
refs #8613
2015-04-13 15:25:10 +02:00
Johannes Meyer
96954ea9a1
NotificationQuery: Use query column `host_name' instead of `host'
...
refs #8613
2015-04-13 15:24:15 +02:00
Johannes Meyer
24e06e5bc0
Alertsummary: Remove another bunch of redundant query columns
2015-04-13 15:15:42 +02:00
Johannes Meyer
044a15d113
Alertsummary: Do not fetch more columns than necessary..
2015-04-09 14:29:26 +02:00
Johannes Meyer
2c38ccda5c
EventHistoryQuery: Drop column `service_host_name'
...
refs #8613
2015-04-09 14:19:31 +02:00
Eric Lippmann
83408ee21b
Use Controller::translate() instead of mt() in the AlertsummaryController
...
refs #7330
2015-03-30 12:04:58 +02:00
Eric Lippmann
820862d546
Use Controller::translate() instead of t() in the AlertsummaryController
...
refs #7330
2015-03-30 11:58:48 +02:00
Eric Lippmann
90971f2caf
Revert "Merge branch 'feature/organize-headings-7976'"
...
This reverts commit ea2a17a76c
, reversing
changes made to e72de8dfe1
.
refs #7976
fixes #8647
2015-03-12 16:08:34 +01:00
Johannes Meyer
956efe5ef9
Merge branch 'master' into feature/link-labels-8458
...
Conflicts:
application/views/scripts/config/application.phtml
application/views/scripts/config/module.phtml
application/views/scripts/config/modules.phtml
library/Icinga/Web/Widget/Dashboard/Dashlet.php
modules/monitoring/application/controllers/TimelineController.php
2015-02-24 08:42:36 +01:00
Johannes Meyer
ebf8d183a7
Add proper title to the alert summary's tab
...
refs #8458
2015-02-23 16:57:06 +01:00
Marius Hein
2dda3be87b
Merge remote-tracking branch 'origin/master' into feature/organize-headings-7976
2015-02-23 14:28:48 +01:00
Matthias Jentsch
2992bf3445
Always display tooltips in all charts
...
Make information about data types available to colorblind, when hovering
over the displayed data set
fixes #8364
2015-02-18 13:21:42 +01:00
Marius Hein
02777c58ac
Header: Add one to Alertsummary report
...
refs #7976
2015-02-18 12:45:08 +01:00
Matthias Jentsch
28dfbe7e55
Support aria markup in SVG charts
...
Add "aria-labelled-by", "title" and "desc" to describe the svg charts in screen readers.
2015-02-17 17:41:05 +01:00
Eric Lippmann
6bae2e0a53
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
2015-02-04 10:52:27 +01:00
Matthias Jentsch
8f9e970360
Ignore negative values in reaction time
...
Negative values for reaction time make no sense in the reaction time chart. When the notification was acknowledged before it startet we assume a reaction time of 0.
fixes #8198
2015-02-04 09:55:39 +01:00
Eric Lippmann
5b4fab0750
Add license header
...
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann
5fa2e3cfdc
Revert "Add license header"
...
This reverts commit 338d067aba
.
2015-02-03 16:16:26 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann
bfb2f710a1
monitoring: Fix exception in the alert summary report when using the "One month" interval
...
fixes #8220
2015-02-02 14:28:47 +01:00
Eric Lippmann
555ab77c3d
Fix "Undefined property: stdClass::$service_display_name" in the alert summary
...
fixes #8284
2015-01-26 13:42:05 +01:00
Matthias Jentsch
80fc2a32db
Improve layout in AlertSummary
...
Use brighter color for notifications, render hours more readable.
2015-01-19 15:14:09 +01:00
Matthias Jentsch
ab4cbc855f
Fix order of setAxisMin calls
2015-01-19 14:20:46 +01:00
Matthias Jentsch
a456c0434c
Add better axis labels to the alert summary chart
2015-01-19 13:58:04 +01:00
Matthias Jentsch
1732fa90e8
Fix axisMin in alert summary
2015-01-13 18:24:04 +01:00
Carlos Cesario
311ebfbcba
Add support to untranslated strings
...
Add support to untranslated strings
refs #7988
2014-12-10 10:45:57 -02:00
Carlos Cesario
8d8b65473a
Add translation to some strings
...
Thank you Carlos.
resolves #7787
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2014-12-03 10:00:54 +01:00
Matthias Jentsch
a2592f8d7b
Fix alert summary chart colors
2014-11-19 11:23:28 +01:00
Matthias Jentsch
2c143ff348
Fix alert summary page layout
2014-11-19 11:03:06 +01:00
Alexander Klimov
ba12d7b46c
Use mt() in the monitoring module instead of just t()
...
fixes #7330
2014-10-21 17:22:16 +02:00
Marius Hein
92b4f4fbec
AlertSummary: Avoid division by zero
2014-10-16 09:50:15 +02:00
Johannes Meyer
64940198be
Fix AlertSummary report cannot find EventHistory dataview
...
We should start to think about how to prevent such issues ;)
2014-10-15 11:18:16 +02:00
Marius Hein
c67e7c3ef0
AlertSummary: Format trend change percent value
2014-10-09 09:31:03 +02:00
Marius Hein
6622042539
AlertSummary: Controller clean up
...
refs #4074
2014-10-08 16:32:50 +02:00
Marius Hein
0825b2f071
AlertSummary: Add healing chart
...
refs #4076
2014-10-08 15:30:53 +02:00