Marius Hein
9c2cf0bd0f
StateHistoryQuery: Make whereToSql robust
...
This fixes bugs is a array for expression comes in or types
does not exist.
fixes #7133
2014-09-10 10:07:03 +02:00
Alexander Fuhr
7d45384289
Fixes translations module missing header language line
...
fixes #7154
2014-09-09 15:52:26 +02:00
Matthias Jentsch
40611659ed
Fix disappearing tooltips on SVG reload
...
Use a unified linebreak in the chart controller, so the tooltip handling will recognize the titles as identical
2014-09-08 16:23:14 +02:00
Matthias Jentsch
e39dd64a1b
Fix layout of HistoryColorGrid
...
Use actual color for critical hosts and only display the first two letters of the weekday
2014-09-08 09:52:28 +02:00
Gunnar Beutner
7d623fdfe3
Fix spelling mistake: Unandled -> Unhandled
2014-09-05 23:42:49 +02:00
Thomas Gelf
6095e44064
Host/Service: provide process_perfdata attribute
2014-09-05 19:05:13 +02:00
Thomas Gelf
ccb8f51ba9
list/eventhistory: sort by timestamp, not raw_ts
2014-09-05 18:44:29 +02:00
Thomas Gelf
cbaa2d8ae9
StateHistoryQuery: tune type queries
2014-09-05 18:41:51 +02:00
Thomas Gelf
adab58e769
list/statehistorysummary: fix filter links
2014-09-05 18:38:56 +02:00
Thomas Gelf
22b3b0e46a
list/hosts: no time for pending, state on dashboard
2014-09-05 18:36:56 +02:00
Thomas Gelf
d1dae46fae
show/history: link notification contacts, show state
2014-09-05 18:20:35 +02:00
Thomas Gelf
fe6a1b1f0f
list/notifications: don't show contact...
...
...when showing notifications for a single contact, other cleanup.
refs #7104
2014-09-05 18:16:59 +02:00
Thomas Gelf
9ea377fd45
NotificationHistoryQuery: names instead of aliases
...
refs #7104
2014-09-05 18:16:59 +02:00
Thomas Gelf
48f49c56b2
show/contact: first attempt to restyle them
...
refs #7104
2014-09-05 18:16:59 +02:00
Thomas Gelf
38c6d6aaf8
StatusSummaryQuery: reorganize, add new columns
...
refs #6993
2014-09-05 18:16:58 +02:00
Matthias Jentsch
51d14af154
Merge branch 'master' into feature/navigation-unhandled-badges-7114
...
Conflicts:
library/Icinga/Web/Menu.php
2014-09-05 18:14:29 +02:00
Thomas Gelf
3fbf1727da
monitoring/show: provide summary data to views
...
refs #6993
2014-09-05 18:03:45 +02:00
Thomas Gelf
6689fabb1e
show/services: use new services summary
...
refs #6993
2014-09-05 18:01:34 +02:00
Thomas Gelf
66dba8b98d
show/host: use new host services summary
...
refs #6993
2014-09-05 18:00:26 +02:00
Thomas Gelf
4da3f55cd9
component/hostservicesummary: initial commit
...
refs #6993
2014-09-05 17:58:48 +02:00
Matthias Jentsch
19eca5f50b
Show all unhandled host and services in a menu
...
Add the option to define custom renderers for menu items and implement renderers to
display all unhandled services and host in a badge in the navigation.
resolves #7114
2014-09-05 17:57:20 +02:00
Thomas Gelf
315c2a6e51
list/comments: fix PHP warning
2014-09-05 17:54:09 +02:00
Thomas Gelf
d4d3c776a5
list/services: use new snippet, cleanup HTML
...
refs #6993
2014-09-05 17:43:13 +02:00
Thomas Gelf
65b2a25fd6
list/components/servicesummary: show state summary
...
refs #6993
2014-09-05 17:41:53 +02:00
Thomas Gelf
c312139334
list/services: provide summaries to the view
...
refs #6993
2014-09-05 17:40:57 +02:00
Thomas Gelf
caab729451
monitoring/list: get rid of last DataView traces
2014-09-05 17:38:02 +02:00
Thomas Gelf
6e33061b21
monitoring/module.less: prepare styles for summary
...
refs #6993
2014-09-05 16:03:07 +02:00
Thomas Gelf
7b35741985
monitoring/show: forgot to check for existance
2014-09-04 18:57:20 +02:00
Thomas Gelf
05a64ceea9
monitoring/show: use global hasPreviews check once
...
refs #6932
2014-09-04 18:51:54 +02:00
Thomas Gelf
dccc57b7a2
CommandForm: fix broken function
2014-09-04 18:39:02 +02:00
Thomas Gelf
b6b16e25e9
monitoring/show: use new grapher hook interface
...
refs #6932
2014-09-04 16:43:07 +02:00
Alexander Fuhr
70ac8077e6
Merge branch 'master' into feature/modules-search-capabilities-6495
2014-09-04 16:33:40 +02:00
Alexander Fuhr
1eacde0233
Implement modules self provided search configuration
...
refs #6495
2014-09-04 16:31:10 +02:00
Marius Hein
6fcf5ec88a
DateTime: Remove global and user formattings
...
refs #6077
2014-09-04 16:02:10 +02:00
Thomas Gelf
6739034a14
monitoring/list: handle q param and search for *q*
...
Handle the generic search parameter q, search defaults to *searchString*
instead of searchString* right now.
refs #6680
refs #6495
2014-09-04 15:12:49 +02:00
Marius Hein
f694b16092
Doc/IcingaWebController: Fix "The ... with non-compound name ... has no effect"
2014-09-04 14:53:00 +02:00
Marius Hein
4c88abcb3c
Doc/ModuleController: Fix "The ... with non-compound name ... has no effect"
2014-09-04 14:49:58 +02:00
Marius Hein
f8b3ffb3c8
AbstractObject: Rename to MonitoredObject
...
refs #6932
2014-09-04 14:00:48 +02:00
Thomas Gelf
8fdf20fbf2
Groupsummary: remove invalid sort column discovery
...
This didn't result in a loop 'til now as it wasn't even used. The problem
here is that the same View is used for tow differend things, this makes no
sense. In the meantime removing that code fixes related problems.
2014-09-03 18:55:20 +02:00
Matthias Jentsch
da85112538
Merge branch 'master' into feature/svg-chart-tooltips-7024
2014-09-03 17:08:00 +02:00
Johannes Meyer
c4d17a3509
Drop Zend_View_Helper_MonitoringProperties as it's not used anywhere
2014-09-03 10:27:24 +02:00
Johannes Meyer
06c7c4bd3e
Fix that the MonitoringProperties view helper returns locale aware floats
...
refs #7063
2014-09-03 10:09:43 +02:00
Johannes Meyer
07151d0a5e
Fix that the MonitoringProperties view helper returns locale aware floats
...
refs #7063
2014-09-03 10:01:20 +02:00
Thomas Gelf
1734f01040
CommentdeletionhistoryQuery: 1970-01-01 -> -02
...
refs #7000
2014-09-02 17:02:58 +02:00
Thomas Gelf
a58b2aac00
Ido\StatusQuery: join ALL latest comment
...
And it was soooo fast :p
refs #7057
2014-09-02 15:31:06 +02:00
Thomas Gelf
d8e71d3790
monitoring/list: ignore post in applyFilter
...
refs #6644
2014-09-02 14:07:46 +02:00
Marius Hein
19136b548a
StatusQuery: Separate last comment fields
...
fixes #7057
2014-09-02 13:57:43 +02:00
Thomas Gelf
8a5e274c8b
monitoring/show: handle format=sql after pagination
2014-09-02 13:26:48 +02:00
Thomas Gelf
e75de8cf60
monitoring/list: redirect when posting new order
...
refs #6644
2014-09-02 13:07:20 +02:00
Thomas Gelf
307787cfb7
DataView: use default sort order if none given
...
We should not be forced to order(null) to have the default order, that
should be the default in case order has not been called.
refs #6644
2014-09-02 12:54:38 +02:00