Johannes Meyer
9f127be1dc
Merge branch 'master' into feature/setup-wizard-7163
...
Conflicts:
application/forms/Config/General/LoggingConfigForm.php
2014-10-17 13:04:59 +02:00
Eric Lippmann
d475ccd569
IcingaCommand: Fix strict standards violation: Only variables should be passed by reference
2014-10-16 15:37:07 +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
Matthias Jentsch
937dbe2c15
Add missing close buttons to views without tabs
2014-10-14 17:54:52 +02:00
Johannes Meyer
437b41c6c1
Merge branch 'master' into feature/setup-wizard-7163
2014-10-13 08:18:43 +02:00
Marius Hein
c67e7c3ef0
AlertSummary: Format trend change percent value
2014-10-09 09:31:03 +02:00
Johannes Meyer
1cbe2451a8
Merge branch 'master' into feature/setup-wizard-7163
...
Conflicts:
application/forms/Config/Resource/StatusdatResourceForm.php
2014-10-08 16:34:31 +02:00
Marius Hein
6622042539
AlertSummary: Controller clean up
...
refs #4074
2014-10-08 16:32:50 +02:00
Marius Hein
8f26f0dbf6
AlertSummary: Basic styling
...
refs #4074
2014-10-08 16:17:43 +02:00
Marius Hein
0825b2f071
AlertSummary: Add healing chart
...
refs #4076
2014-10-08 15:30:53 +02:00
Marius Hein
c48c7f41b7
AlertSummary: Decouple components and use partials
...
refs #4078
2014-10-08 15:30:53 +02:00
Marius Hein
87a87656d5
Prototyping alert history
...
refs #4074
2014-10-08 15:30:53 +02:00
Alexander Fuhr
4c23d98575
Merge branch 'master' into bugfix/monitoring-list-dup-entries-7057
2014-10-08 12:45:14 +02:00
Alexander Fuhr
afc97b1cac
Fix the duplicate entries in monitoring list shows
...
refs #7057
refs #7344
fixes #7057
2014-10-08 12:30:08 +02:00
Alexander Fuhr
fcc56c9809
monitoring: Fix some of `DataView's PHPDoc
2014-10-07 16:09:19 +02:00
Alexander Fuhr
a9ae75b6b0
monitoring: Fix that sorting a data view is not possible if its sort
...
rules are empty
2014-10-07 16:05:20 +02:00
Eric Lippmann
1b23fd7fbe
monitoring: Don't support status.dat as backend
...
Icinga Web 2 will not support status.dat for now and maybe forever.
2014-10-07 13:22:07 +02:00
Eric Lippmann
2126b8c341
monitoring: Fix link to an object's contact in the detail views
2014-10-07 13:21:28 +02:00
Eric Lippmann
f954e8ce48
monitoring: Remove obsolete helper `ResolveComments'
2014-10-07 11:47:24 +02:00
Eric Lippmann
8a8ce49f73
monitoring: Call `hasBetterUrl()' in every list action
...
fixes #6679
2014-10-06 17:08:27 +02:00
Alexander Fuhr
a0122763a6
Fix Queries: Summaries, Host, Service
2014-10-06 11:37:33 +02:00
Alexander Fuhr
e96065e065
Implement validation for filter and sort columns
2014-10-06 11:32:15 +02:00
Eric Lippmann
531448eee4
monitoring: Fix setting a resource on a backend
...
The resources were indexed by integers instead of the resource names.
2014-10-01 14:17:29 +02:00
Matthias Jentsch
f188bf6b9c
Make "hosts" and "services" views responsive
2014-10-01 09:24:52 +02:00
Alexander Fuhr
e6c674e221
MonitoredObject: Implement awesome __isset()
2014-09-30 14:47:17 +02:00
Matthias Jentsch
ac2aeca9e6
Conform StatehistoryForm to new Form implementation
2014-09-30 11:34:04 +02:00
Eric Lippmann
23c1097577
Fix showing a contact throwing an exception
2014-09-30 10:11:40 +02:00
Johannes Meyer
cbadaa78d6
Merge branch 'master' into feature/setup-wizard-7163
2014-09-29 15:35:52 +02:00
Alexander Fuhr
f7b7e0283a
Translation: another bunch of translatable strings
2014-09-29 15:20:19 +02:00
Alexander Fuhr
31609ecb34
Remove typo in RemoteInstaceForm
...
refs #7307
2014-09-26 17:14:13 +02:00
Alexander Fuhr
285d10ef22
Replace Zend Note Element through Icingas Note Element
...
fixes #7318
fixes #7309
fixes #7307
2014-09-26 16:32:07 +02:00
Alexander Fuhr
c73b291cf4
Add a better time format for downtime
2014-09-26 15:57:00 +02:00
Alexander Fuhr
cf997e998f
Fix eventhistory sort oder
...
fixes #7267
2014-09-26 14:59:06 +02:00
Thomas Gelf
d7f8a7823f
GroupsummaryQuery: adjust queries to fix ZF woes
...
Some less brackets also here. Dropping COALESCE as the subquery will
never return NULL
fixes #7303
2014-09-24 19:50:43 +02:00
Thomas Gelf
98fa84bd17
StatusSummaryQuery: one more quickfix
...
Tactical overview works again right now
refs #7303
2014-09-24 19:47:02 +02:00
Thomas Gelf
45fc768813
StatusSummaryQuery: workaround for silly ZF fix
...
This brings the tiny summaries back. Host- and servicegroups and TO are
still broken.
refs #7303
2014-09-24 19:33:05 +02:00
Johannes Meyer
c00dbf9f46
Write session on response
...
There should not be any necessity to write the session once changes are
being made to it. We now track whether changes were made and write
the session when responding to the user's request if so.
2014-09-24 10:46:35 +02:00
Johannes Meyer
032437cdeb
The *group dataview classes are not in camelCase
...
Developing on case-insensitive filesystems for mainly
case-sensitive ones is bad habit ;P
2014-09-24 10:21:19 +02:00
Eric Lippmann
c4d13a7850
monitoring: Fix `$this' usage in a closure
2014-09-23 23:00:19 -07:00
Eric Lippmann
cde3ec6bc8
Merge branch 'master' into bugfix/commands-6593
...
Conflicts:
modules/monitoring/application/controllers/TimelineController.php
2014-09-23 22:54:17 -07:00
Eric Lippmann
3229e5e587
monitoring: Add new multiselection controllers
2014-09-23 22:47:26 -07:00
Eric Lippmann
1710a50d5c
Fix form CSS
2014-09-23 22:43:33 -07:00
Eric Lippmann
0b723bb57d
monitoring: Deprecate the host and service action of the `ShowController'
...
There are the `HostController' and the `ServiceController' now instead.
2014-09-23 22:37:14 -07:00
Eric Lippmann
3034ac5257
monitoring/commands: Show affected objects in command forms
...
refs #6593
2014-09-23 22:34:19 -07:00
Eric Lippmann
c8f00be75b
monitoring/commands: Fix that removing a comment from the comment list opens and closes the detail area
...
This extends to removing a downtime from the downtime list.
refs #6593
2014-09-23 22:23:56 -07:00
Eric Lippmann
4258b13d45
monitoring/commands: Remove `MonitoringCommands' view helper
...
The helper is not used anywhere.
refs #6593
2014-09-23 22:21:23 -07:00
Eric Lippmann
e847770135
monitoring/commands: Remove false property from the schedule service check command
...
refs #6593
2014-09-23 22:19:35 -07:00
Eric Lippmann
051c9691a9
Remove "WTF" comment
2014-09-23 22:18:06 -07:00
Eric Lippmann
df18eab69b
monitoring: Provide service stats on both the host and the service object
2014-09-23 22:17:22 -07:00