Alexander A. Klimov
1be8e14772
Servicegroups list: show how many services are unknown and handled
...
fixes #11708
2016-05-20 17:05:51 +02:00
Eric Lippmann
275d9bd411
Add CSS class for state badge groups
2016-04-13 12:28:38 +02:00
Eric Lippmann
02eea2ad11
Disable persistent comment checkbox if backend is Icinga 2
...
refs #11100
2016-02-25 17:51:02 +01:00
Alexander A. Klimov
474803fee4
Change all license headers to only reflect a file's year of creation
...
refs #11000
2016-02-08 15:41:00 +01:00
Eric Lippmann
027aaacff8
monitoring: Prepare feature command form for multi-select
...
refs #8963
2016-01-27 17:37:15 +01:00
Johannes Meyer
7c6471da86
Action: Return the new url if it has been resolved
...
This was already part of the 2.0 release, but was working however. Got
revealed by a restructuring commit a few weeks ago.
fixes #10702
2015-11-23 10:34:46 +01:00
Thomas Gelf
dc3c787446
Compat Hooks: fix c&p error
2015-11-13 17:37:02 +01:00
Thomas Gelf
e6903b3834
Monitoring\Hook: moved from Monitoring\Web\Hook
...
refs #10613
2015-11-13 17:37:02 +01:00
Eric Lippmann
1da70a1270
monitoring: Remove icons for object tabs
...
We don't have icons somewhere else. We may introduce icons for all tabs later.
refs #5543
2015-11-10 09:45:26 +01:00
Eric Lippmann
55f0863649
monitoring: Fix host and service detail history style
...
fixes #10317
2015-11-03 10:37:34 +01:00
Johannes Meyer
6a68d25bc3
MonitoredObject: Deprecate method matches()
...
It's now possible to achieve the same by passing the object directly to a
filter.
refs #10304
2015-10-05 14:04:40 +02:00
Eric Lippmann
231c63b703
Merge branch 'master' into feature/dope-layout-5543
2015-09-30 18:52:52 +02:00
Matthias Jentsch
7e81b00a96
Fix multi-view badge filters
...
Allow providing a base URL for StateBadges to display hosts and services based on a filter.
refs #5543
2015-09-30 16:58:42 +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
Eric Lippmann
ed63d169ef
monitoring: Fix URL and title for state badges
...
refs #5543
2015-09-28 17:14:55 +02:00
Eric Lippmann
03806f8469
monitoring/CSS: Fix state badges classes
...
refs #5543
2015-09-28 17:03:36 +02:00
Eric Lippmann
705432b5fb
monitoring/lib: Change StateBadges::add() signature
...
refs #5543
2015-09-27 15:43:17 +02:00
Eric Lippmann
d8f45fc9b1
monitoring: Use StateBadges::STATE_UP in the host groups overview
...
refs #5543
2015-09-27 14:43:52 +02:00
Eric Lippmann
8de1c6c0f9
monitoring: Show problem state badges first
...
refs #5543
2015-09-27 14:43:01 +02:00
Eric Lippmann
b367206837
monitoring/lib: Add priorities to the state badges
...
refs #5543
2015-09-27 14:41:33 +02:00
Eric Lippmann
e4d93db329
monitoring/lib: Add PHPDoc to the state badges widget
...
refs #5543
2015-09-27 14:36:00 +02:00
Eric Lippmann
56fff33cb2
monitoring: Add StateBadges::STATE_DOWN*
...
refs #5543
2015-09-27 14:29:31 +02:00
Eric Lippmann
73242da6bc
monitoring: Fix navigation usage in the state badges widget
...
refs #5543
2015-09-27 13:32:47 +02:00
Eric Lippmann
d3ac1b16ee
Merge branch 'master' into feature/dope-layout-5543
2015-09-27 13:11:11 +02:00
Eric Lippmann
a1da5f5558
monitoring/CSS: Fix state badges CSS classes
...
refs #5543
2015-09-27 12:42:54 +02:00
Eric Lippmann
2267d61c85
monitoring: Add CSS class state-badges to the StateBadges widget
...
refs #5543
2015-09-27 12:26:59 +02:00
Eric Lippmann
fb79caab48
monitoring/lib: Add StateBadges widget (WIP)
...
refs #5543
2015-09-27 12:26:58 +02:00
Johannes Meyer
bf4e492fa1
Action: Accept and apply option "filter"
...
refs #5600
2015-09-17 11:00:40 +02:00
Johannes Meyer
7d167d0191
Action: Do not fail if no url is set
...
refs #5600
2015-09-07 12:00:35 +02:00
Johannes Meyer
860edb9768
Add class Action
...
refs #5600
2015-09-07 10:53:44 +02:00
Johannes Meyer
7a5dceac7b
monitoring: Adjust custom navigation renderer for DataView badges
...
refs #5600
2015-09-04 13:50:53 +02:00
Johannes Meyer
a96bead01b
monitoring: Adjust custom navigation renderer for backend availability checks
...
refs #5600
2015-09-04 13:49:54 +02:00
Johannes Meyer
398f3ef413
monitoring: Move custom navigation renderers to the correct namespace
...
refs #5600
2015-09-04 13:46:23 +02:00
Johannes Meyer
1317a6eaf8
Show an object's instance only if there are multiple instances
...
refs #9945
2015-08-26 10:55:18 +02:00
Matthias Jentsch
44271471e3
Allow declarative definitions of badge renderers and improve interface
...
Allow the data backend, columns and generated tooltips to be defined in the configuration instead of providing subclasses for every new configuration. Provide an abstract BadgeMenuItemRenderer that allows creating Badges with less boilerplate.
fixes #9694
2015-08-20 18:16:33 +02:00
Eric Lippmann
e904c26445
monitoring: Fix fetch function in the BackendAvailabilityMenuItemRenderer
...
fixes #9942
2015-08-18 13:09:34 +02:00
Eric Lippmann
07849e0fea
lib: Rename Authentication/Manager to Authentication/Auth
...
refs #9660
2015-07-28 17:08:55 +02:00
Eric Lippmann
163911ffd7
Indicate empty icinga_programstatus table as problem
...
fixes #9695
2015-07-21 16:47:17 +02:00
Johannes Meyer
74a916d72a
Hide feature commands which are not supported by Icinga 2 from the user
...
fixes #7930
2015-07-03 14:17:06 +02:00
Johannes Meyer
d0a7c481c2
MonitoredObjectController: Restrict the historyAction
...
refs #9009
2015-06-16 17:16:59 +02:00
Johannes Meyer
e8058c09c5
Merge branch 'master' into feature/monitoring-restrictions-9009
...
Conflicts:
modules/monitoring/application/controllers/ShowController.php
modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php
2015-06-16 17:12:51 +02:00
Johannes Meyer
196450d8cf
MonitoredObjectController: Add historyAction
2015-06-16 17:04:36 +02:00
Johannes Meyer
e96c6958b2
MonitoredObjectController: Show the service tab, if it was already shown
2015-06-16 16:36:13 +02:00
Johannes Meyer
c221e0c082
MonitoredObjectController: Fix link to show a host's services
2015-06-16 16:03:41 +02:00
Johannes Meyer
ca678a57e9
Revert "monitoring: Remove the services tab when showing host or service details"
...
This reverts commit 646cffd62d
.
2015-06-16 13:49:04 +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
Eric Lippmann
8cbb83d630
Merge branch 'master' into feature/monitoring-restrictions-9009
2015-06-05 15:29:16 +02:00
Eric Lippmann
3425b71b4d
monitoring: Restrict problem badges
...
The code should be placed somewhere else in the future.
refs #9009
2015-06-05 15:01:45 +02:00
Eric Lippmann
646cffd62d
monitoring: Remove the services tab when showing host or service details
...
refs #7998
2015-05-28 12:22:57 +02:00
Marius Hein
62d8c441f8
Add ServiceActionsHook
...
refs #9284
2015-05-18 11:45:39 +02:00
Matthias Jentsch
83efc3a4a3
Conform to coding guidelines
2015-05-07 17:23:50 +02:00
Matthias Jentsch
7cf2cb034e
Remove unused and redundant controller actions
...
refs #8624
2015-05-07 16:22:17 +02:00
Matthias Jentsch
4463f16f04
Add abbillity to remove multiple comments by id
...
refs #8624
2015-05-07 15:11:54 +02:00
Matthias Jentsch
b35dd4ddfe
Separate forms for deleting single and multiple comments
...
refs #8624
2015-05-07 14:03:09 +02:00
Matthias Jentsch
d316b31cbb
Fix downtime removal command in detail view
...
Use removal command for single downtimes in detail view. Move removing single and multiple downtimees into seperate forms.
refs #8902
2015-05-07 10:34:06 +02:00
Matthias Jentsch
6ddb004230
Move removal command actions into the downtime controllers
...
refs #8902
2015-05-07 10:34:06 +02:00
Alexander Fuhr
8484a27b56
Add a backend problem menu item renderer to system menu
...
refs #4139
2015-04-30 16:13:10 +02:00
Alexander Fuhr
5f3aafd3bd
Merge branch 'bugfix/menu-item-renderer-deduplication-7658'
...
fixes #7658
2015-04-20 17:15:21 +02:00
Alexander Fuhr
9ebf4742de
Use the MenuItemRenderer render() implemnetations
...
refs #7658
2015-04-20 17:07:34 +02:00
Johannes Meyer
f11ea04557
Revert "Require `host_name' instead of `host' to show or list particular objects"
...
This reverts commit b93d18a0fc
.
2015-04-20 16:11:22 +02:00
Johannes Meyer
96fb0370a4
Revert "Require `service_description' instead of `service' to show a particular service"
...
This reverts commit 09ab601942
.
2015-04-20 16:09:14 +02:00
Alexander Fuhr
c76e4e3583
Change the global namespace to the module specific namespace
...
refs #7642
2015-04-20 13:05:23 +02:00
Alexander Fuhr
593ea7add5
Move monitoring module renderers from global module to monitoring module
...
refs #7642
2015-04-20 13:02:12 +02:00
Johannes Meyer
09ab601942
Require `service_description' instead of `service' to show a particular service
...
`service' implies that it is possible to provide case-less identifiers which is
*not* possible.
refs #8613
2015-04-08 16:49:52 +02:00
Johannes Meyer
b93d18a0fc
Require `host_name' instead of `host' to show or list particular objects
...
`host' implies that it is possible to provide case-less identifiers which is
*not* possible.
refs #8613
2015-04-08 16:25:29 +02:00
Eric Lippmann
361afdcf13
Use ! empty in favor of count > 0 in the MonitoredObjectController
...
refs #8614
2015-03-11 14:08:43 +01:00
Eric Lippmann
0286641369
Don't fetch comments and downtimes twice in an object's detail view
...
The controller counts comments and downtimes on the object, which will automatically fetch comments and downtimes.
After that came a call to MonitoredObject::populate() which again fetched comments and downtimes.
Now the object is populated before counting comments and dowtimes.
refs #8614
2015-03-11 13:32:54 +01:00
Johannes Meyer
f6cbc17ff7
Add proper titles to all host/service tabs
...
refs #8458
2015-02-23 16:56:49 +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
Eric Lippmann
5b5ad0acb9
monitoring/security: Add missing permission checks of command actions
2015-02-03 17:36:53 +01:00
Eric Lippmann
49e96b7200
Revert "monitoring/security: Guard delete comment action"
...
This reverts commit 4ef5f0c813
.
2015-02-03 16:51:00 +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
4ef5f0c813
monitoring/security: Guard delete comment action
2015-02-03 16:11:56 +01:00
Eric Lippmann
d701f9a354
monitoring/security: Guard delete downtime action
2015-02-03 16:11:29 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00
Thomas Gelf
b54a12c2d5
HostActionsHook: document the new hook
2015-02-02 18:17:30 +01:00
Thomas Gelf
45bf071db6
HostActionsHook: initial very simple implementation
...
refs #8208
2015-02-02 17:44:29 +01:00
Johannes Meyer
8b377cd651
Use the new command-view scripts
2015-02-02 16:30:52 +01:00
Eric Lippmann
5967d5fe04
monitoring/security: Hide delete downtime action if user lacks the respective permission
2015-01-22 17:35:34 +01:00
Eric Lippmann
a19c155d9f
monitoring/security: Hide delete comment action if user lacks the respective permission
2015-01-22 17:33:20 +01:00
Eric Lippmann
4226f06d5d
monitoring: Remove unused variable in the MonitoredObjectController
2015-01-22 17:28:33 +01:00
Eric Lippmann
f46a587266
monitoring/security: Hide 'Remove Problem Acknowledgement' action if user lacks the respective permission
2015-01-22 17:25:30 +01:00
Eric Lippmann
a09ba15859
monitoring/security: Hide 'Check Now' action if user lacks the respective permission
2015-01-22 17:13:35 +01:00
Eric Lippmann
251030e1d8
monitoring: Rename remove-downtime to delete-downtime
2015-01-22 16:03:22 +01:00
Eric Lippmann
ba7818db5f
monitoring: Restrict delete downtime and delete comment to HTTP POST
2015-01-22 15:49:40 +01:00
Eric Lippmann
a781b8c607
monitoring: Remove the top bar hook
...
No longer in use.
2014-12-30 10:52:57 +01:00
Eric Lippmann
3bd24c48ff
monitoring: Do not provide export when viewing a monitored object
...
This is simply not possible at the moment.
2014-12-29 17:54:39 +01: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
Bernd Erk
f83bcbfd2b
updates current font set and changes service and reporting icons
2014-11-17 17:08:08 +01:00
Bernd Erk
e44086cb9f
Fixes service and config icons
2014-11-17 17:08:08 +01:00
Thomas Gelf
5bb3165da3
MonitoredObjectController: history only if available
2014-11-16 19:26:45 +01:00
Thomas Gelf
da47c7fc7e
Merge remote-tracking branch 'origin/master' into feature/redesign-7144
2014-11-14 21:32:57 +01:00
Johannes Meyer
3166c518e1
Rename Icinga\Module\Monitoring\Form to Icinga\Module\Moni...\Forms
...
refs #7553
2014-11-14 11:17:22 +01:00
Bernd Erk
20be45e8da
Enable icon font
2014-11-13 20:08:58 +01: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
6625e8d391
monitoring: Add tabs to the host and service controller
2014-09-23 22:16:33 -07:00
Matthias Jentsch
dc05b2e933
Transform TimelineIntervalBox into a generic ListBox
...
Add options to control the changed url parameter and the displayed label to make it usable in generic cases.
2014-09-19 17:41:43 +02:00
Eric Lippmann
274f2e7410
monitoring/commands: Fix remove commands in the list comments and list downtimes views
...
refs #6593
2014-09-19 14:34:42 +02:00
Eric Lippmann
92d855e035
monitoring/lib: Add `MonitoredObjectController'
...
The `MonitoredObjectController' should be the base class for the host and service controller.
2014-09-16 17:29:29 +02:00