Thomas Gelf
b47cec3e02
Translation: use translation for monitoring/views
...
Just a bunch of translation-helper calls
refs #6339
2014-05-27 21:44:02 +00:00
Thomas Gelf
40e45a2a39
monitoring/lists: Don't render unexistant controls
...
Even PHP code in HTML comments will be executed. As the filter object
sometimes failes, this can result in an invisible "breaking" exception.
refs #6031
2014-05-26 14:57:18 +00:00
Thomas Gelf
79f3b32474
monitoring/viewscripts: avoid errors in comments
...
PHP code may cause errors even if sitting in HTML comments. Also fixed a
HTML nesting error in list/servicematrix and reduced indentation.
2014-05-20 22:26:21 +00:00
Michael Friedrich
d155c7a3fc
Fix checks for empty check source attribute
...
refs ##5814
2014-05-20 23:46:33 +02:00
Michael Friedrich
ef2ac077c8
Fix typo in flapping note
2014-05-20 23:45:48 +02:00
Thomas Gelf
941ff2a980
monitoring/show: remove CheckSource helper
...
It isn't doing anything but escape, so we can safely skip it.
2014-05-20 20:39:02 +00:00
Michael Friedrich
9fbdb65a4b
Add check source to host/service details
...
refs #5814
2014-05-20 20:07:09 +02:00
Thomas Gelf
8f77ce607e
show/services: don't navigate to the right
...
When using list/services for show/services (services for a single host)
we us an ugly PREG-based hack fixing the base link target. This got
broken by the multiselect feature, now it's working again. We need a
better solution for this.
2014-05-20 13:53:36 +00:00
Thomas Gelf
33e326a232
list/services: ignore broken service image hacks
...
People used to configure something like "dot.png'> <img ..." as their
service image icon. Those hacks will no longer work as we correctly
escape everything. This fix hinders Icingaweb from even trying to load
them.
2014-05-20 13:31:13 +00:00
Thomas Gelf
d93c060e6a
Upgrade htmlpurifier to 4.6.0
...
refs #6165
2014-05-09 10:41:20 +00:00
Matthias Jentsch
d0c56126b8
Fix inline pie reload.
...
refs #6124
2014-05-07 17:03:27 +02:00
Johannes Meyer
0627d954ac
Fix usages of Icinga\Module\Monitoring\Plugin\*
...
refs #5973
2014-05-05 16:16:45 +02:00
Gunnar Beutner
b7f4fa4a29
Fix deprecation warning in Perfdata.php
...
fixes #6076
2014-04-29 12:00:34 +02:00
Johannes Meyer
290fe9eeb5
Rewrite test for Icinga\Web\Hook
...
refs #6011
2014-04-28 14:06:40 +02:00
Matthias Jentsch
c641988233
Preserve multiselection during refresh
...
refs #5765
2014-04-28 09:48:06 +02:00
Matthias Jentsch
b791883fa8
Fix configuration checkboxes and colors in piecharts
...
refs #5765
2014-04-28 09:48:06 +02:00
Matthias Jentsch
b16c6efa05
Add PieChart to display hosts and services, improve layout and fix flag
...
checkboxes
refs #5765
2014-04-28 09:48:06 +02:00
Matthias Jentsch
081b5072a6
Fix layout of MultiController views
...
refs #5765
2014-04-28 09:48:06 +02:00
Matthias Jentsch
cb630d45ad
Fix issues issues with javascript multiselection
...
refs #5765
2014-04-28 09:48:05 +02:00
Matthias Jentsch
6d303f1c42
Add abillity for multi and range-selection to events.js
...
Add the abillity to select multiple rows, with a multi-selection using the
CTRL-key or a range-selection using the shift-key. Also fix several issues in
the Multi-Controller of the Backend.
refs #5765
2014-04-28 09:48:05 +02:00
Johannes Meyer
21b9c1f4af
Fix that filters are not preserved on timeline element urls
...
refs #4190
2014-04-01 14:26:10 +02:00
Johannes Meyer
2049e42988
Show a horizontal line when the timeline switches its context
...
refs #4190
2014-04-01 11:46:44 +02:00
Johannes Meyer
80b4e3bf33
Add infinite scrolling to the timeline
...
refs #4190
2014-04-01 11:46:44 +02:00
Johannes Meyer
c94cd40b92
Center timeframe elements vertically
...
refs #4190
2014-04-01 11:46:44 +02:00
Johannes Meyer
e3be5dd255
Restructure timeline layout and styles
...
refs #4190
2014-04-01 11:46:44 +02:00
Johannes Meyer
8e7d1dd8f6
Improve timeline style
...
refs #4190
2014-04-01 11:46:44 +02:00
Johannes Meyer
f5e4331d71
Add timeline view script and styles
...
refs #4190
2014-04-01 11:46:43 +02:00
Johannes Meyer
18b5f715c5
Refactor timeline components
...
refs #4190
2014-04-01 11:44:25 +02:00
Johannes Meyer
b22f3f6b47
The timeline object is NOT a form
...
refs #4190
2014-04-01 11:44:24 +02:00
Johannes Meyer
5e945e3194
Make interval selection being a widget
...
refs #4190
2014-04-01 11:44:24 +02:00
Johannes Meyer
f93d67dfa3
Add timeline controller
...
refs #4190
2014-04-01 11:44:23 +02:00
Thomas Gelf
41617e8119
Change forgotten title
2014-03-27 11:16:43 +00:00
Matthias Jentsch
15723f088b
Include SVG piecharts in perfData helpers
...
When no JavaScript is available, SVG piecharts will be shown instead of the
jQuery sparklines.
fixes #5865
2014-03-26 14:56:35 +01:00
Thomas Gelf
04cab7e0f8
Fix action target for downtime removal
2014-03-25 08:45:51 +00:00
Thomas Gelf
851bea0725
One more _self-targetting form
2014-03-25 08:03:12 +00:00
Thomas Gelf
d4ccc68eab
Remove sample graphite preview, should not have been pushed to master
2014-03-25 07:21:46 +00:00
Thomas Gelf
b5b4d276d1
Add more structure to host and service details
2014-03-21 18:56:55 +00:00
Thomas Gelf
f24e5eaa8a
Stay on the same column when switching between services of the same host
2014-03-21 10:30:12 +00:00
Thomas Gelf
8a7ac587d9
Get rid of hardcoded target for action-tables
2014-03-21 10:27:46 +00:00
Thomas Gelf
4378282e9f
Show additional custom columns in services list
2014-03-21 10:25:48 +00:00
Thomas Gelf
9517824b41
Better form target settings for more comfort
2014-03-20 16:33:06 +00:00
Thomas Gelf
3be2834af7
"Check now" should stay in the same container
2014-03-20 15:42:24 +00:00
Johannes Meyer
bf717654f0
Add more consistency to the servicematrix when switching pages
2014-03-20 11:30:55 +01:00
Johannes Meyer
aa6d6b1d41
Make servicematrix x-axis header titles linking to filtered servicelist
2014-03-20 09:41:41 +01:00
Johannes Meyer
44950ea570
Fix servicematrix styling issues in firefox and ie
2014-03-20 09:22:29 +01:00
Johannes Meyer
e9ec87b0e3
Refine styling of the servicematrix
...
refs #4180
2014-03-19 09:11:25 +01:00
Johannes Meyer
0227c6a49d
Fix hosts without services being displayed in the servicematrix
...
refs #4180
2014-03-19 09:11:25 +01:00
Johannes Meyer
c73928d7a8
Add pagination control to the servicematrix
...
refs #4180
2014-03-19 09:11:25 +01:00
Johannes Meyer
617b6822d7
Add pagination support to the servicematrix
...
refs #4180
2014-03-19 09:11:24 +01:00
Johannes Meyer
13b509bf4b
Do not display hosts without any services in the servicematrix
...
refs #4180
2014-03-19 09:11:24 +01:00
Johannes Meyer
71f4b6960b
Add servicematrix view
...
refs #4180
2014-03-19 09:11:24 +01:00
Thomas Gelf
5dd06d8132
Host detail view should also point to _next
2014-03-17 16:36:38 +00:00
Thomas Gelf
e0c93d6ca7
JS cleanup
...
* Precedence rules: skip autorefresh if click is pending
* Clean up the attr VS data mess
* More steps towards a column-count-ignorant GUI
2014-03-17 17:10:03 +01:00
Thomas Gelf
47eff0e365
Removing luckily unused output-buffering trim helper
2014-03-17 16:26:52 +01:00
Alexander Klimov
5c3df3db15
Handle not readable monitoring config files more intelligent
2014-03-13 15:54:27 +01:00
Alexander Klimov
fbd354fa55
Small view changes
2014-03-12 11:22:20 +01:00
Alexander Klimov
5c0441bc06
Re-design configuration interface
2014-03-11 17:13:42 +01:00
Johannes Meyer
e291974e55
Refine tactical overview style
2014-03-10 15:09:53 +01:00
Thomas Gelf
448d7c1a8d
Fix PDF output wherever it works, disable dead filter control
2014-03-10 01:24:45 +01:00
Thomas Gelf
e54c91c2f7
Restyle process info and shorten performance info
2014-03-10 00:49:21 +01:00
Thomas Gelf
5962fd71d0
Fix erranous table row title
2014-03-10 00:48:23 +01:00
Thomas Gelf
62ff31d4ee
Downtimes could look better, HTML still missing
2014-03-09 22:59:49 +01:00
Thomas Gelf
88859cb838
The next fat package: downtimes, everywhere
2014-03-09 21:58:01 +01:00
Thomas Gelf
2f8c6a37d3
Spacing, quick and dirty
2014-03-09 20:09:26 +01:00
Thomas Gelf
63fd074a4f
Comments are still messy, clean up and fix adding / removing them
2014-03-09 19:29:23 +01:00
Thomas Gelf
c7d3b38739
Comment list style
2014-03-09 18:02:12 +01:00
Michael Friedrich
e947b4363b
System->Performance: Add RuntimeVariables view helper for 'average_{,scheduled_}services_per_host' calculation.
2014-03-09 16:38:55 +01:00
Thomas Gelf
54162d9538
Fine-tune commment list
2014-03-09 13:41:31 +01:00
Thomas Gelf
6bea9e8b43
Style comment list
2014-03-09 12:10:05 +01:00
Thomas Gelf
7202e13837
Link to filtered contact group list unless we have show/contactgroup
2014-03-09 11:26:57 +01:00
Thomas Gelf
4d48f4fb0e
Filter form restyle dirty preview
2014-03-09 02:03:06 +01:00
Thomas Gelf
e6fc6375b5
Refactor acknowledgements, finally get rid of status component
2014-03-08 21:28:32 +01:00
Thomas Gelf
a87925bbf6
Refactored notifications for object detail view
2014-03-08 21:02:22 +01:00
Thomas Gelf
c41160405d
Dedicated view script for object actions
2014-03-08 19:49:57 +01:00
Thomas Gelf
b4aff8f39b
Small HTML fix
2014-03-08 19:48:47 +01:00
Thomas Gelf
07f76a631a
AVP table should not influence perfdata table sitting there
2014-03-08 19:48:07 +01:00
Thomas Gelf
20c89bddf2
Perfdata experiments
2014-03-08 19:42:03 +01:00
Thomas Gelf
6ebd3e7b0f
Perfdata is not always a table
2014-03-08 19:39:28 +01:00
Thomas Gelf
e2955c5af2
Remove obsolete files
2014-03-08 18:55:09 +01:00
Thomas Gelf
740df4ccac
Cleaning up object downtimes. What a mess... :(
2014-03-08 18:28:19 +01:00
Thomas Gelf
8e44c66850
Style comment removal. Did it ever work? It doesn't...
2014-03-08 17:16:42 +01:00
Thomas Gelf
dc865df3c4
Restyle "Check now"
2014-03-08 17:02:14 +01:00
Thomas Gelf
eb517f0a40
Make command forms "inline", remove missing icon
2014-03-08 17:01:27 +01:00
Thomas Gelf
235d655808
One more #col2
2014-03-08 15:01:00 +01:00
Thomas Gelf
73a8e13fc8
Remove #col2 traces in the application code
2014-03-08 15:00:23 +01:00
Thomas Gelf
e8118f9116
Host grid links should point to host view
2014-03-08 12:58:32 +01:00
Thomas Gelf
3f6e5e65d1
Fix HTML on no host found
2014-03-08 12:55:17 +01:00
Thomas Gelf
79fe20a95c
No (row) links back in object history, as we are already there
2014-03-08 12:38:31 +01:00
Thomas Gelf
b8f4ae17de
Ooops, helper vs form
2014-03-08 10:01:38 +00:00
Thomas Gelf
63caf15494
Improve output styling, still inline
2014-03-08 08:29:39 +00:00
Thomas Gelf
69b91adedb
Ouch
2014-03-08 08:24:58 +00:00
Thomas Gelf
3e09931f2c
Restyle object flags
2014-03-08 08:23:48 +00:00
Thomas Gelf
d234a87e84
Introduce new detail section headers fitting the rest of the layout
2014-03-08 00:17:42 +00:00
Thomas Gelf
d53573ede2
Host services view
2014-03-08 00:00:21 +00:00
Thomas Gelf
30c03b5f23
Host base target should fit service base target
2014-03-07 23:19:27 +00:00
Marius Hein
2b1c967364
Reorganized comment list columns
2014-03-07 18:13:54 +01:00
Johannes Meyer
e8a626e896
Change the way how boxed status information is presented to the user
2014-03-07 16:43:41 +01:00
Alexander Klimov
45520fe2d6
Remove hardcoded filter in state history summary query
2014-03-07 15:04:43 +01:00
Johannes Meyer
25979f44e3
Refine box styles
2014-03-07 13:15:26 +01:00
Thomas Gelf
6be6cabb9f
Notification view cleanup, first steps
2014-03-07 11:26:26 +00:00
Thomas Gelf
04d968b4bf
There IS a reason why I WANT this space to be there. REALLY!
2014-03-07 10:50:06 +00:00
Alexander Klimov
75096dd65b
PHTML hotfix
2014-03-07 11:30:23 +01:00
Alexander Klimov
a64168a42d
Service groups at tactical overview
2014-03-07 11:14:19 +01:00
Alexander Klimov
a4ed32d357
Using new PHP icon helper
2014-03-07 10:54:39 +01:00
Johannes Meyer
49127e3ac8
Fix contactgroups overview style
2014-03-07 10:35:21 +01:00
Johannes Meyer
067fa02263
Split and merge status summary in tactical overview
2014-03-07 08:59:20 +01:00
Thomas Gelf
717d80807e
Remove flapping icons, that's already handled
2014-03-06 19:51:03 +00:00
Thomas Gelf
f929b15651
Object comment snippet now fits the other components
2014-03-06 19:06:14 +00:00
Thomas Gelf
ef71f22b7f
Reorder detail view components, use new snippets - still unfinished
2014-03-06 19:03:21 +00:00
Thomas Gelf
edafcc5f68
Start fading out components/status.phtml in favour of dedicated snippets
2014-03-06 19:02:36 +00:00
Thomas Gelf
ddf834d922
Single host services tabs now fit the layout
2014-03-06 19:01:40 +00:00
Thomas Gelf
8b40413406
Object history cleanup, fix timestamp and others glitches
2014-03-06 19:00:53 +00:00
Thomas Gelf
da5f3c191c
statusIcons cleanup, this file will probably fade out
2014-03-06 19:00:10 +00:00
Thomas Gelf
3da5c3f064
Temporarily add icon overview to detail header
2014-03-06 18:59:37 +00:00
Thomas Gelf
4961bbd8d1
Object detail component cleanup, less HTML
2014-03-06 18:57:21 +00:00
Thomas Gelf
25f1034c15
New object detail snippets
2014-03-06 18:36:26 +00:00
Thomas Gelf
c36b1d7d84
Icon helper for our services list
2014-03-06 16:33:27 +00:00
Thomas Gelf
c295a14d0d
Just a space
2014-03-06 16:16:29 +00:00
Thomas Gelf
980ddbc8a9
Start with command form cleanup
2014-03-06 13:47:26 +00:00
Johannes Meyer
1b503fd187
Clean up StatusSummary query
2014-03-06 14:29:50 +01:00
Thomas Gelf
d1026c240b
Unify detail header, fit new layout
2014-03-06 13:20:34 +00:00
Thomas Gelf
eaa3de4549
Remove obsolete services-compact.phtml
2014-03-06 13:12:30 +00:00
Thomas Gelf
13c5ebffd8
Don't right-align service list icons
2014-03-06 13:12:30 +00:00
Alexander Klimov
b410ebeed6
Remove unnecessary spaces at end of line
2014-03-06 13:08:11 +01:00
Alexander Klimov
2f8160d020
Re-design configuration interface
...
refs #5705
2014-03-06 12:32:55 +01:00
Johannes Meyer
3692993d20
Refactor tactical overview style
2014-03-06 10:54:10 +00:00
Johannes Meyer
bd7ce10efc
Refactor hostgroup overview style
2014-03-06 10:53:57 +00:00
Thomas Gelf
b61a732eaa
Clean up service list view script, obsolete compact variant
2014-03-06 10:35:11 +00:00
Thomas Gelf
18baf35020
Title and container for state history summary
2014-03-06 10:09:16 +00:00
Matthias Jentsch
819e7e9806
Implement Widget to display problems as matrix over time
...
refs #5703
2014-03-05 20:19:09 +01:00
Johannes Meyer
57942c8dbf
Fix style information for tactical overview
...
refs #3782
2014-03-04 16:25:11 +01:00
Johannes Meyer
8abefaee3c
Add style information for tactical overview
...
refs #3782
2014-03-04 14:48:53 +01:00
Thomas Gelf
bb9bc39522
Remove obsolete th
2014-03-04 13:48:14 +00:00
Thomas Gelf
85c0325ee2
Statehistory summary example should fit current controller
2014-03-04 13:44:53 +00:00
Thomas Gelf
d0b54ea46e
One less colon
2014-03-04 13:31:08 +00:00
Thomas Gelf
1db2a7a8a0
No title for compact hosts and services, add piecharts
2014-03-04 13:30:29 +00:00
Thomas Gelf
522e9de2e3
No header for compact hostgroups
2014-03-04 13:29:46 +00:00
Thomas Gelf
5c5268651c
Reorganised eventhistory view script, still far from being perfect
2014-03-04 13:29:02 +00:00
Thomas Gelf
0e50547a01
Perfdata and PluginOutput helpers, output slightly changed
2014-03-04 12:54:23 +00:00
Thomas Gelf
c2213e7b71
Merge branch 'feature/tactical-overview-3782' into feature/master-1
2014-03-04 10:26:51 +00:00
Johannes Meyer
3e495b6eaf
Refactor view so that it applies to the new design
...
refs #3782
2014-03-04 09:39:00 +01:00
Alexander Klimov
0e0672e0c1
Add tactical overview (WIP)
...
refs #3782
2014-02-28 08:48:34 +01:00
Thomas Gelf
24a32905f7
Pie spacing
2014-02-21 14:05:28 +00:00
Thomas Gelf
b74e4cb3fd
One less partial
2014-02-21 14:05:28 +00:00
Thomas Gelf
20b7b4bbf7
List view script adjustments
2014-02-21 14:05:28 +00:00
Thomas Gelf
1634fcd662
New contactgroups overview layout prototype
2014-02-21 14:05:28 +00:00
Thomas Gelf
7ff4f55737
Quick & dirty proposal for new grouped history overviews
2014-02-21 14:05:28 +00:00
Thomas Gelf
859d964d6b
Don't show empty pies
2014-02-21 14:04:40 +00:00
Thomas Gelf
9ac77de47c
Some more HTML fixes
2014-02-21 14:03:49 +00:00
Thomas Gelf
0942a94958
HTML changes in the monitoring module
2014-02-21 14:03:49 +00:00