Florian Strohmaier
4a254f5b33
CSS: Add styles for quick actions
...
refs #13187
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:36 +01:00
Florian Strohmaier
cea9f5aea1
Use quick actions in the host and service detail views
...
refs #13187
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:24 +01:00
Florian Strohmaier
1b4428e8a2
QuickActions: create quick actions template
...
refs #13187
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:12 +01:00
Eric Lippmann
c33816f6a5
Remove the command-spacer
2016-11-24 11:38:28 +01:00
Florian Strohmaier
bd5a2ebaa3
Move status summary in the host and service list views to the bottom of the page
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 10:42:14 +01:00
Eric Lippmann
17398fc513
Drop zero width space charater insertion
...
word-break: break-word is sufficient.
fixes #12774
2016-11-23 11:05:39 +01:00
Eric Lippmann
f94b6be8c6
Merge branch 'bugfix/history-separate-hard-soft-state-11859'
...
fixes #11859
2016-11-22 10:40:08 +01:00
Eric Lippmann
bf18238977
Use icons to separate soft and hard states in the event history views
...
refs #11859
2016-11-22 10:39:22 +01:00
Eric Lippmann
429405be0c
Fix inconsistent host and service flags
...
fixes #13243
2016-11-21 10:26:35 +01:00
Eric Lippmann
48e1a2cf4b
CSS: Remove class pull-left
...
Usage as class is discouraged. pull-right still in use. Should also be removed.
2016-11-17 10:59:31 +01:00
Eric Lippmann
ec07ef2647
CSS: Reduce color mixins to fg-stateful and bg-stateful
2016-11-17 10:58:21 +01:00
Johannes Meyer
8978ad9f79
Revert "DataView: Apply object restrictions to dynamic filter columns"
...
This reverts commit 9ec471d349
.
refs #9993
2016-11-15 12:47:54 +01:00
Eric Lippmann
93474972bf
Enable propagate host downtime commands for Icinga 2
...
This only works when using the latest Icinga 2 snapshot packages. Before releasing Web 2.4.0, we have to include a check to only offer these commands when using Icinga 2 2.6.0+
refs #10774
2016-11-08 15:27:29 +01:00
Eric Lippmann
313cb3233d
Allow colspan for th in plugin output
...
refs #12125
2016-11-03 16:25:29 +01:00
Bernhard Friedreich
647e404c8f
Allow table header in pluginoutput
...
resolves #12125
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-03 16:25:25 +01:00
Eric Lippmann
8da05e0bf8
Compile Arabic translation
2016-11-03 16:16:02 +01:00
Munzir Taha
e50dd10193
Add Arabic translation
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-03 16:16:02 +01:00
Alexander A. Klimov
b16c64443b
Merge branch 'bugfix/ini-writer-must-not-persist-section-keys-with-a-null-value-11743'
...
fixes #11743
2016-10-18 14:21:24 +02:00
Alexander A. Klimov
e2f6c81bfa
Remove obsolete workarounds
...
refs #11743
2016-10-17 15:00:43 +02:00
Alexander A. Klimov
3caffb0026
Merge branch 'bugfix/timeline-broken-12889'
...
fixes #12889
2016-10-17 14:07:40 +02:00
Alexander A. Klimov
a0a203c875
Make timeline working again
...
refs #12889
2016-10-17 12:44:05 +02:00
Jennifer Mourek
c57a636290
MonitoredObject: Fix incorrect line indentation in method fetchCustomvars
2016-10-17 10:28:50 +02:00
Jennifer Mourek
5c2711872a
StatehistoryForm: Remove autoupdate on clicking the select-boxes
...
refs #7755
2016-10-17 09:46:21 +02:00
Noah Hilverling
9ec471d349
DataView: Apply object restrictions to dynamic filter columns
...
fixes #9993
2016-10-17 09:17:49 +02:00
Eric Lippmann
e4695b6937
Doc: Mention PHP cURL extension requirement for using the Icinga 2 API
...
refs #11398
2016-10-13 12:08:40 +02:00
Jennifer Mourek
c5c10adf75
MonitoredObject: Delete fallback for protected custom variables
...
fixes #12848
2016-10-13 08:54:30 +02:00
Eric Lippmann
4b0e90cf23
Disable zero width spaces for the moment
...
refs #12774
2016-10-11 15:20:20 +02:00
Eric Lippmann
14cb499c1b
Change default for sticky option of acknowledgements from true to false
...
resolves #12873
2016-10-07 14:48:34 +02:00
Eric Lippmann
213804401c
Fix Web 2's remove-downtime API actions not selecting the downtime name
...
refs #11398
2016-10-07 14:44:08 +02:00
Eric Lippmann
246ad7b4d3
Remove ChartController
...
fixes #10019
2016-10-05 09:57:00 +02:00
Eric Lippmann
c547f4c17f
Fix error in the contact detail view introduced by changes to the notification queries
2016-09-15 14:07:19 +02:00
Eric Lippmann
fd6ae75803
IDO: Improve notification view performance
2016-09-14 16:18:41 +02:00
Eric Lippmann
1ed2ebc191
IDO: Add config option to use the customvariables table for fetching custom vars
...
Icinga 1.x has the option to not dump the icinga_customvariablestatus table:
dump_customvar_status=0
With this setting applied, Web 2 will never show custom variables because Web 2 relies on the customvariablestatus table.
This commit introduces a config option to use the customvariables table instead:
/etc/icingaweb2/modules/monitoring/config.ini
[ido]
use_customvar_status_table = 0
2016-09-12 15:52:07 +02:00
Eric Lippmann
65d7c18c31
Merge branch 'bugfix/contact-service-filter-12019'
...
fixes #12019
2016-09-12 12:30:34 +02:00
Eric Lippmann
11edc55c78
Merge branch 'bugfix/copy-paste-plugin-output-12134'
...
fixes #12134
2016-09-12 08:20:54 +02:00
Eric Lippmann
fc086adf21
Document how to use the Icinga 2 API for transmitting external commands
2016-09-08 16:10:01 +02:00
Eric Lippmann
33506b2965
Fix send custom notification command form if backend is Icinga 2
2016-09-08 15:49:39 +02:00
Eric Lippmann
067de6b7f4
Set comment and downtime name in the detail views
2016-09-08 15:15:53 +02:00
Eric Lippmann
01bee4641d
Fix missing comment and downtime name in the object detail views
2016-09-08 15:03:45 +02:00
Eric Lippmann
9402c1ffa6
Add debug info to commands sent over Icinga 2's API
2016-09-08 09:23:49 +02:00
Eric Lippmann
c322077aed
Fix code block related syntax issues in markdown files
2016-09-01 14:32:23 +02:00
Eric Lippmann
2d32f4a3be
Fix markdown table syntax
2016-09-01 14:32:23 +02:00
Eric Lippmann
18d2084924
Disable broadcast option for send custom notification if backend is Icinga 2
2016-09-01 10:51:04 +02:00
Eric Lippmann
8c079d1db8
Merge branch 'feature/api-command-transport-11398'
...
resolves #11398
2016-09-01 10:50:50 +02:00
Eric Lippmann
64b3811ab0
Display transport type from config in the config overview
...
refs #11398
2016-09-01 10:49:56 +02:00
Eric Lippmann
440a3f5fdd
Respect API transport in the command transport factory
...
refs #11398
2016-09-01 10:49:08 +02:00
Eric Lippmann
3ccbf37161
Provide API transport in the transport config form
...
refs #11398
2016-09-01 10:48:36 +02:00
Eric Lippmann
9b310ca1ca
Add ApiTransportForm class
...
refs #11398
2016-09-01 10:47:52 +02:00
Eric Lippmann
db41024c89
Add ApiCommandTransport class
...
refs #11398
2016-09-01 10:47:27 +02:00
Eric Lippmann
cfc0f60042
Add RestRequest class
...
refs #11398
2016-09-01 10:47:06 +02:00
Eric Lippmann
ad658b049c
Add IcingaApiCommandRenderer class
...
refs #11398
2016-09-01 10:45:28 +02:00
Eric Lippmann
0f4fa2d492
Add IcingaApiCommand class
...
refs #11398
2016-09-01 10:44:59 +02:00
Alexander A. Klimov
13085776d8
Performance data: handle negative values
...
fixes #11915
2016-08-31 15:46:22 +02:00
Eric Lippmann
4fda29c1f0
Add downtime name to the delete downtimes command form
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
9c766c0241
Select downtime name in the multi select detail view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
c982c96e16
Select downtime name in the downtime detail view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
57406245ca
Select downtime name in the downtime list view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
5737521683
Add comment name to the delete comments command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
b0be1e56dd
Select comment name in the multi select detail view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
25a17b0bc9
Select comment name in the comment detail view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
39f225a627
Select comment name in the comment list view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
69db59a38e
Add name to the delete downtime command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
59dceb4729
Add name to the delete comment command form
...
refs #11398
2016-08-31 15:21:29 +02:00
Eric Lippmann
62f2f92ae8
Add name property to the delete downtime command
...
refs #11398
2016-08-31 15:21:27 +02:00
Eric Lippmann
b8df909ad5
Add name property to the delete comment command
...
refs #11398
2016-08-31 15:06:38 +02:00
Eric Lippmann
c55c5a9e64
IDO: Provide downtime name column
...
The Icinga 2 API requires the downtimes's name when removing the downtime.
refs #11398
2016-08-31 14:05:01 +02:00
Eric Lippmann
0e307c6482
IDO: Provide comment name column
...
The Icinga 2 API requires the comment's name when removing the comment.
refs #11398
2016-08-31 12:57:50 +02:00
Eric Lippmann
733696864e
Wrap zero width space in hidden span
...
This should fix copy and paste issues but still help browsers to nicely break lines in plugin output.
refs #12134
2016-07-21 10:56:32 +02:00
Eric Lippmann
fc5ed3feb1
Bump version to 2.3.4
2016-06-23 14:09:55 +02:00
Michael Friedrich
f127611969
Fix contact service filters for 'Downtime'
...
refs #12019
2016-06-22 13:32:26 +02:00
Eric Lippmann
1bbe1b3620
RemoteCommandFile: Don't close stdin to support transmitting multiple commands
2016-06-09 16:43:06 +02:00
Eric Lippmann
d4b9b6d303
Bump version to 2.3.3
2016-06-07 15:15:01 +02:00
Thomas Gelf
3a00923116
RemoteCommandFile: Replace exec with proc_open
2016-06-06 15:08:45 +02:00
Eric Lippmann
1de446fa3d
Merge branch 'bugfix/html-links-in-plugin-output-don-t-behave-as-expected-11267'
...
fixes #11267
2016-06-03 15:33:16 +02:00
Eric Lippmann
97451dae86
Merge branch 'bugfix/remove-large-add-to-menu-tab-11850'
...
fixes #11850
2016-06-02 17:57:51 +02:00
Eric Lippmann
e92aa3de42
Merge branch 'bugfix/sorting-no-longer-works-as-expected-11729'
...
fixes #11729
2016-06-02 17:57:50 +02:00
Eric Lippmann
6cf8c2ec93
Merge branch 'bugfix/zero-width-space-characters-may-destroy-links-in-plugin-output-11796'
...
fixes #11796
fxies #11737
2016-06-02 17:57:33 +02:00
Eric Lippmann
934fb34c06
Merge branch 'bugfix/preserve-character-after-comma-in-plugin-output-11728'
...
fixes #11728
2016-06-02 17:49:28 +02:00
Eric Lippmann
4c2b7f4377
Make delete action in the comment and dowtime list view accessible
...
fixes #11883
2016-06-02 17:23:38 +02:00
Alexander A. Klimov
f75925b550
PluginOutput: preserve <a target="_blank">
...
refs #11267
2016-06-02 12:40:18 +02:00
hailthemelody@rm-laptop04
188703cf95
fix various typos
...
Signed-off-by: Johannes Meyer <johannes.meyer@netways.de>
2016-06-02 08:24:05 +02:00
Eric Lippmann
ba5fe61fa9
monitoring: Make timeline colors accessible
...
fixes #11871
2016-06-01 14:40:55 +02:00
Eric Lippmann
656359a108
CSS: Remove border from extrapolated circles in the timeline
...
Looks cleaner to me
2016-06-01 13:37:02 +02:00
Alexander A. Klimov
b6a76581b0
Host/show: display host alias if it differs from host_name and display_name
...
fixes #11348
2016-06-01 13:13:35 +02:00
Alexander A. Klimov
3fed5e920f
list/contactgroups: show empty usergroups, too
...
refs #11744
2016-05-31 17:55:52 +02:00
Alexander A. Klimov
ecfc8b0f0a
Don't provide the "Add to menu" action for command forms
...
refs #11850
2016-05-31 14:56:42 +02:00
Johannes Meyer
b759ab6f5a
DbResourceForm: Don't show SSL form elements by default
...
Addded additionally a check for PHP 5.4 so that these elements
are not shown for earlier versions.
refs #11115
2016-05-27 15:45:22 +02:00
Lee Clemens
87e774cb88
Add SSL Support to MySQL resources
...
Signed-off-by: Johannes Meyer <johannes.meyer@netways.de>
2016-05-27 13:15:48 +02:00
Alexander A. Klimov
1be8e14772
Servicegroups list: show how many services are unknown and handled
...
fixes #11708
2016-05-20 17:05:51 +02:00
Alexander A. Klimov
af2cee0942
Make host and service severities independend of whether the state is soft or hard
...
refs #11729
2016-05-20 14:41:02 +02:00
Alexander A. Klimov
7cfdbfccdb
PluginOutput: fix links only if there is any HTML
...
refs #11796
2016-05-20 14:07:01 +02:00
Alexander A. Klimov
ac96d16af0
PluginOutput: add doc
...
refs #11796
2016-05-20 14:07:00 +02:00
Alexander A. Klimov
53d8278877
Add regression test for bug #11796
2016-05-20 14:07:00 +02:00
Alexander A. Klimov
10d2b9c51d
Don't destroy links by adding zero width space characters to plugin output
...
refs #11796
2016-05-20 14:07:00 +02:00
Alexander A. Klimov
06755ba778
Add regression test for bug #11728
...
refs #11728
2016-05-19 13:45:15 +02:00
Alexander A. Klimov
c94228308a
PluginOutput: preserve character after comma
...
refs #11728
2016-05-19 11:37:12 +02:00
Alexander A. Klimov
21e4ba5680
Icinga Web 2.3.2
2016-04-28 14:56:31 +02:00
Alexander A. Klimov
f75d268c3e
monitoring/config: honor permissions
...
fixes #11691
2016-04-28 11:43:01 +02:00
Alexander A. Klimov
8461cfafd8
Merge branch 'bugfix/can-t-configure-monitoring-backend-when-none-were-configured-11392'
...
fixes #11392
2016-04-26 12:56:11 +02:00
Alexander A. Klimov
dda44bf7ba
ConfigController: ignore URL parameter `backend'
...
refs #11392
2016-04-26 12:54:02 +02:00
Alexander A. Klimov
809c2d0e02
Event history: display a heading above each group of events (by day)
...
refs #11629
2016-04-26 12:09:40 +02:00
Alexander A. Klimov
531d999129
Event history: show the absolute time of events
...
refs #11629
2016-04-26 11:38:24 +02:00
Alexander A. Klimov
098eff9050
Event history: preserve translation domain
...
refs #11629
2016-04-26 11:34:10 +02:00
Alexander A. Klimov
4b9a20f239
ConfigController: inherit from Icinga\Web\Controller directly
...
refs #11392
2016-04-25 17:22:13 +02:00
Alexander A. Klimov
aa57981b3e
ConfigController: don't use Monitoring\Controller::$backend
...
refs #11392
2016-04-25 17:19:57 +02:00
Johannes Meyer
d0cd03f324
ScheduleHostDowntimeCommandForm: Add missing use statement for DateTime
2016-04-21 15:35:29 +02:00
Alexander A. Klimov
66bdae81ac
Don't let the user schedule illogical host or service downtimes
...
refs #10847
2016-04-18 17:55:29 +02:00
Eric Lippmann
fdbcc6af8e
Bump version to 2.3.1
2016-04-18 01:10:20 +02:00
Eric Lippmann
f66daa622c
Fix unwanted change of ContactgroupQuery::$groupBase
...
Oops!
fixes #11598
2016-04-18 01:01:26 +02:00
Eric Lippmann
773c3cc88e
Bump version to 2.3.0
2016-04-13 16:23:38 +02:00
Eric Lippmann
4d488ab354
Merge branch 'master' into feature/restrict-custom-variables-10965
2016-04-13 15:44:12 +02:00
Alexander A. Klimov
589da9bcd1
monitoring: Apply custom variable restrictions
...
refs #10965
2016-04-13 15:43:42 +02:00
Eric Lippmann
855e7f7120
Fix icingacli monitoring list --problems
...
fixes #11245
2016-04-13 13:51:43 +02:00
Florian Strohmaier
8034e9de23
Accessibility: Increase focus visibility in tactical overview
...
fixes #11516
2016-04-13 13:48:32 +02:00
Florian Strohmaier
7e15f68a7a
CSS: Beautify state-badges
2016-04-13 12:42:52 +02:00
Eric Lippmann
275d9bd411
Add CSS class for state badge groups
2016-04-13 12:28:38 +02:00
Eric Lippmann
5afc54d973
monitoring: Select instance_name in multi-select views
...
Before, if all command transports are configured to filter for a specific instance, no command would have been sent to Icinga.
2016-04-12 13:23:13 +02:00
Eric Lippmann
7ea9ae8305
CSS: Remove redundant hover styles for a
2016-04-11 14:12:32 +02:00
Eric Lippmann
05f752ecd8
Don't offer disable notifications w/ expire time if backend is Icinga 2
...
resolves #11529
2016-04-11 10:51:37 +02:00
Eric Lippmann
b783b0c44c
monitoring: Use icon view helper instead for icon images
...
fixes #11299
2016-04-11 10:41:22 +02:00
Eric Lippmann
4cc4657ee9
Add host_is_reachable column to the host status data view
...
refs #11404
2016-04-11 10:29:26 +02:00
Eric Lippmann
750b8950b2
lib: Reorder columns in Hoststatus
2016-04-11 10:29:08 +02:00
Eric Lippmann
a824637c0e
Add service_is_reachable column to the service status data view
...
refs #11404
2016-04-11 10:28:12 +02:00
Eric Lippmann
aced4f3b6e
lib: Reorder columns in Servicestatus
2016-04-11 10:27:28 +02:00
Eric Lippmann
e23672e483
Merge branch 'bugfix/word-break-in-plugin-output-10820'
...
refs #10820
2016-04-11 10:00:20 +02:00
Eric Lippmann
793acd8475
CSS: Move styles related to controls to controls.less
...
refs #11145
2016-03-31 12:38:25 +02:00
Florian Strohmaier
6267001053
monitoring: float state-summaries left
...
refs #11145
2016-03-31 10:30:01 +02:00
Eric Lippmann
ad6d8dca2e
monitoring: Update controls markup in services
...
refs #11145
2016-03-31 10:27:02 +02:00
Eric Lippmann
f50906dade
monitoring: Use descriptive variable names in servicesAction()
2016-03-31 10:27:01 +02:00
Eric Lippmann
ad8cffcbbd
monitoring: Update content markup in servicegroups
2016-03-31 10:27:01 +02:00
Eric Lippmann
913c024e46
monitoring: Use descriptive variable names in servicegroupsAction()
2016-03-31 10:27:01 +02:00
Eric Lippmann
b3d382a3d4
monitoring: Update controls markup in service groups
...
refs #11145
2016-03-31 10:26:56 +02:00
Eric Lippmann
09892d5490
monitoring: Update controls markup in notifications
...
refs #11145
2016-03-31 10:26:40 +02:00
Eric Lippmann
9e4d5387ab
monitoring: Use descriptive variable names in notificatiosnAction()
2016-03-31 10:26:40 +02:00
Eric Lippmann
107a06df4e
monitoring: Update controls markup in hosts
...
refs #11145
2016-03-31 10:26:40 +02:00
Eric Lippmann
c1dce54b71
monitoring: Use descriptive variable names in hostsAction()
2016-03-31 10:26:40 +02:00
Eric Lippmann
7bc17aee74
monitoring: Update content markup in host groups
2016-03-31 10:26:40 +02:00
Eric Lippmann
0551133291
monitoring: Update controls markup in host groups
...
refs #11145
2016-03-31 10:26:40 +02:00
Eric Lippmann
28e639bde1
monitoring: Use descriptive variable names in hostgroupsAction()
2016-03-31 10:26:39 +02:00
Eric Lippmann
c7249eab0c
monitoring: Update controls markup in event views
...
refs #11145
2016-03-31 10:26:39 +02:00
Eric Lippmann
bd3d40d46d
monitoring: Update content markup in downtimes
2016-03-31 10:26:39 +02:00
Eric Lippmann
f135e4d0d2
monitoring: Update controls markup in downtimes
...
refs #11145
2016-03-31 10:26:39 +02:00
Eric Lippmann
40e1c96df0
monitoring: Use descriptive variable names in downtimesAction()
2016-03-31 10:26:39 +02:00
Eric Lippmann
1da35eaad4
monitoring/list: Update content markup in contacts
2016-03-31 10:26:39 +02:00
Eric Lippmann
a2d067ba97
monitoring: Update controls markup in contacts
...
refs #11145
2016-03-31 10:26:39 +02:00
Eric Lippmann
bb565b28aa
monitoring/contacts: Remove sort by time period
2016-03-31 10:26:38 +02:00
Eric Lippmann
af2a26474e
monitoring: Use descriptive variable names in contactsAction()
2016-03-31 10:26:38 +02:00
Eric Lippmann
6e287d7905
monitoring: Update controls markup in contact groups
...
refs #11145
2016-03-31 10:26:35 +02:00
Eric Lippmann
a2ff8c9778
monitoring: No longer provide contact columns in the contact group query
...
Contacts query w/ filter for contact group should be used instead.
2016-03-31 10:26:27 +02:00
Eric Lippmann
7481e3af43
monitoring: Update controls markup in comments
...
refs #11145
2016-03-31 10:26:24 +02:00
Eric Lippmann
975230d116
monitoring: Use descriptive variable names in commentsAction()
2016-03-31 10:10:28 +02:00
Alexander A. Klimov
66a7bdfc84
MonitoredObject: implement hideBlacklistedProperties()
...
refs #10965
2016-03-22 18:21:20 +01:00
Alexander A. Klimov
32b556c2b1
Provide restriction monitoring/blacklist/properties
...
refs #10965
2016-03-22 16:21:40 +01:00
Eric Lippmann
5bc52a2801
Merge branch 'master' into feature/restrict-custom-variables-10965
2016-03-21 14:50:13 +01:00
Eric Lippmann
01e169b756
doc: Remove curly brace expansion for custom var restriction
...
refs #10965
2016-03-21 14:49:37 +01:00
Marius Hein
609b2da565
Update module versions
2016-02-29 22:49:40 +01:00
Marius Hein
c831bc5232
Add host_alias to search columns if backend is icinga 1
2016-02-29 22:34:54 +01:00
Marius Hein
2a9a96c8b4
Update german translation
2016-02-29 22:18:31 +01:00
Johannes Meyer
1dca5bd123
ActionsController: Pass the backend to downtime command forms
...
fixes #11260
2016-02-29 15:25:03 +01:00
Eric Lippmann
70d296ea32
Merge branch 'bugfix/disable-comment-persisent-for-icinga2-11100'
...
fixes #11100
2016-02-27 22:48:45 +01:00
Eric Lippmann
ad3ca513c9
Fix misleading tooltip in Tactical Overview
...
fixes #11039
2016-02-27 22:03:14 +01:00
Eric Lippmann
dc0359f5b2
Fix icon_image size and provide a CSS class for theming
...
fixes #11032
2016-02-27 21:57:02 +01:00
Eric Lippmann
d4dcdb96bd
Force browsers to respect overflow of plugin output in tables
...
refs #10820
2016-02-27 18:06:35 +01:00
Eric Lippmann
bee0992fe4
Use hyphens for word break in plugin output where supported
...
Chrome, Opera and nearly all mobile browsers do not support hyphens (yet).
refs #10820
2016-02-27 18:05:22 +01:00
Eric Lippmann
1f7a4a170f
Add zero width space characters to plugin output where appropriate
...
This helps browsers to break lines if the plugin output is missing whitespaces.
Alternatively we could set word-break: break-all but that may produce ugly results.
refs #10820
2016-02-27 18:00:50 +01:00
Eric Lippmann
f6e4b0aed0
Respect filter in state links in group overviews
...
refs #10778
2016-02-27 16:22:44 +01:00
Eric Lippmann
5f8b994d5f
Use isIcinga2() in command forms where needed
2016-02-25 17:51:37 +01:00
Eric Lippmann
02eea2ad11
Disable persistent comment checkbox if backend is Icinga 2
...
refs #11100
2016-02-25 17:51:02 +01:00
Eric Lippmann
863bf08864
Use isIcinga2() in the ToggleInstanceFeaturesCommandForm
2016-02-25 17:48:32 +01:00
Eric Lippmann
47b3019940
Add MonitoringBackend::isIcinga2()
...
This function is for the many places where we have to distinguish between Icinga 1.x and Icinga 2.x.
refs #11100
2016-02-25 17:45:51 +01:00
Alexander A. Klimov
4751df692d
Allow style classes in plugin output
...
resolves #11062
2016-02-25 17:09:39 +01:00
Eric Lippmann
5a76895105
CSS: Disable :hover transition on tr (WIP)
...
If any tr is hovered and auto-refresh kicks in, the tr will be hovered again which leads to "flickering".
We should find good a way to use transitions w/o flickering.
refs #11073
2016-02-25 14:52:54 +01:00
Eric Lippmann
43a7ed357a
Fix whitespaces in event-history
...
overview-plugin-output now has white-space: pre-wrap
2016-02-25 11:34:23 +01:00
Eric Lippmann
a34f48c990
Fix wrong "Sent out to any contact" notification information
2016-02-25 11:33:43 +01:00
Eric Lippmann
f032a670f0
Merge branch 'feature/render-links-in-acknowledgements-comments-and-downtimes-10654'
...
resolves #10654
2016-02-25 11:31:13 +01:00
Eric Lippmann
c834e66b9a
Show useful error message if a command transport failed
...
fixes #10173
2016-02-25 10:36:10 +01:00
Eric Lippmann
102ed40378
Show "Remove problem acknowledgement" in multi-select views
...
fixes #10469
2016-02-25 10:21:10 +01:00
Eric Lippmann
e407f6d116
Merge branch 'bugfix/users-with-no-permissions-can-check-multiple-services-10397'
...
fixes #10397
2016-02-24 12:42:46 +01:00
Alexander A. Klimov
d257c71c54
Respect permission for check now on multiple services
...
refs #10397
2016-02-24 12:40:00 +01:00
Alexander A. Klimov
23841b635e
Respect permission for check now on multiple hosts
...
refs #10397
2016-02-24 12:39:54 +01:00
Eric Lippmann
35754fbe8e
monitoring: Respect whitespace characters in the plugin output in list views
...
fixes #10786
2016-02-23 16:06:43 +01:00
Eric Lippmann
18e3884b8b
monitoring: Fix order of information and actions in the check execution part in the detail area
...
fixes #10310
2016-02-23 15:41:01 +01:00
Eric Lippmann
ff3aa43070
CSS: Set tr background transition only for hover
...
fixes #11073
2016-02-23 15:40:47 +01:00
Eric Lippmann
7f358ed88d
Don't sort a data view on dump when the data view is already sorted
2016-02-23 15:40:40 +01:00
Eric Lippmann
bb8478a219
Merge branch 'bugfix/passwords-not-hidden-by-icinga-web-2-10640'
...
fixes #10640
2016-02-23 15:40:27 +01:00
Eric Lippmann
acd2ef709e
monitoring: Fix PHPDoc of MonitoredObject::obfuscateCustomVars()
...
refs #10640
2016-02-23 10:54:47 +01:00
Eric Lippmann
38a752b0ac
monitoring: Avoid full stops at the end of comment tooltips
...
refs #10113
2016-02-22 14:15:35 +01:00
Alexander A. Klimov
ce1ed7413d
Escape service grid tooltips only once
...
refs #10277
2016-02-18 11:32:43 +01:00
Alexander A. Klimov
c4610ab05d
Comments list: display the absolute expire date and time in tooltips
...
refs #10277
2016-02-18 10:39:52 +01:00
Eric Lippmann
90cd481e84
doc: Use only three backticks for code blocks
...
refs #10965
2016-02-17 15:26:24 +01:00
Eric Lippmann
d183919ca3
doc: Add syntax draft for restricting custom variables
...
refs #10965
2016-02-17 13:35:48 +01:00
Alexander A. Klimov
bd02e5468c
PluginOutput helper: use a regex to detect HTML in plugin output
...
fixes #10366
2016-02-17 11:49:23 +01:00
Alexander A. Klimov
af3abb76c8
Render simple HTML links (a[href]) in acknowledgements, comments and downtimes
...
refs #10654
2016-02-16 14:55:27 +01:00
Alexander A. Klimov
b0932d2413
Implement escapeComment helper
...
refs #10654
2016-02-15 16:26:52 +01:00
Thomas Gelf
601592dbf8
Revert "Fix style issues with long plugin output"
...
This reverts commit c73ddcff42
.
Sorry, break-all is not a solution and looks terrible. Might be used
as a fallback for browsers with buggy hyphens, but not as a default for
every plugin output. No human being wants to read text formatted that
way.
refs #10820
2016-02-15 12:16:29 +01:00
Florian Strohmaier
c73ddcff42
Fix style issues with long plugin output
...
fixes #10820
2016-02-15 11:59:34 +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
9bc9b78643
monitoring: Fix Icinga 2 version detection in the toggle object features command form
2016-01-28 14:45:39 +01:00
Eric Lippmann
4df7fdea88
monitoring: Add obsessing to ObjectList::getFeatureStatus()
2016-01-28 14:45:22 +01:00
Eric Lippmann
0a3580cd98
monitoring: Add missing obsessing column in multi-select views
2016-01-28 14:23:27 +01:00
Eric Lippmann
164a61cb84
monitoring: Fix permissions used in the toggle object features command form
2016-01-28 14:23:07 +01:00
Eric Lippmann
32f87284ad
PHP7: Fix MySQL and PostgreSQL PDO extension checks
...
refs #10251
2016-01-28 13:52:31 +01:00
Eric Lippmann
480e357266
monitoring: Fix configuration.php
2016-01-28 12:37:18 +01:00
Eric Lippmann
ba9aeada60
monitoring: Introduce granular permissions for toggling object features
...
No backwards compatibility yet. Will be added if necessary.
2016-01-28 12:29:24 +01:00
Eric Lippmann
dee6f4d797
monitoring: Control features for multiple selected hosts
...
refs #8963
2016-01-27 17:42:51 +01:00
Eric Lippmann
e45723c4db
monitoring: Control features for multiple selected services
...
refs #8963
2016-01-27 17:38:31 +01:00
Eric Lippmann
6ad40b5123
monitoring: Introduce ObjectList::getFeatureStatus()
...
refs #8963
2016-01-27 17:37:34 +01:00
Eric Lippmann
027aaacff8
monitoring: Prepare feature command form for multi-select
...
refs #8963
2016-01-27 17:37:15 +01:00
Eric Lippmann
16bd78ac30
monitoring: Reduce auto-refresh interval after a command has been submitted
2016-01-27 16:55:34 +01:00
Eric Lippmann
7fd575080e
PHP7: Rename String to StringHelper
...
refs #10251
2016-01-27 16:46:55 +01:00
Eric Lippmann
2e1e0bb89f
Setup/Monitoring: Remove obsolete sockets requirement
...
fixes #10805
2016-01-25 07:32:18 +01:00
Alexander A. Klimov
7bc489ba4d
MonitoredObject: obfuscate custom variables recursively
...
refs #10640
2016-01-22 18:37:27 +01:00
Eric Lippmann
bc187d91c5
monitoring: Make inline pie charts accessible
2016-01-22 13:33:22 +01:00
Eric Lippmann
bb5017d54d
monitoring: Support tab navigation in monitoring health
2016-01-18 12:57:56 +01:00
Eric Lippmann
e2ff6b1b5a
CSS: Set .action navigation styles in the monitoring module
2016-01-18 12:50:27 +01:00
Eric Lippmann
ddae844c2a
monitoring: Fix error when listing acks ...
...
... if the user has no permission to remove acks.
2016-01-18 12:50:27 +01:00
Thomas Gelf
e0bec8644f
monitoring/actions: adjust action link styling
2016-01-12 12:28:12 +01:00
Thomas Gelf
9f035dd61a
Monitoring\Hook: fix service actions
2016-01-12 12:27:21 +01:00
Eric Lippmann
9885d74d24
monitoring: Fix ServiceController::getServiceActions() after changing hook usage
2016-01-12 08:58:32 +01:00
Eric Lippmann
fda7ff902a
monitoring: Fix error when listing comments ...
...
... if the user has no permission to delete comments.
2016-01-12 08:52:30 +01:00
Johannes Meyer
1fe1f23031
monitoring: Use class Navigation for hook actions
2016-01-11 17:03:46 +01:00
Eric Lippmann
8b03a647ba
Revert "Eventgrid: Fetch the user's filter directly from the URL"
...
This reverts commit ad20d35e78
.
I'm not sure what was intended to achieve w/ this commit.
fixes #10917
2016-01-05 10:59:32 +01:00
Eric Lippmann
353b9da8a5
Bump version to 2.1.2
2015-12-23 14:21:56 +01:00
Eric Lippmann
fd609b7098
monitoring: Fix exception when scheduling a downtime for multiple hosts
...
Introduced w/ the Icinga 2 related change for disabling child options.
fixes #10902
2015-12-22 14:59:48 +01:00
Eric Lippmann
405b768dc2
Bump version to 2.1.1
2015-12-22 14:50:13 +01:00
Alexander A. Klimov
0c107af1f8
Link only to services' downtimes from multi-service detail view
...
fixes #10170
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-12-22 14:44:04 +01:00
Eric Lippmann
44dd4653ec
monitoring: Remove applying restrictions in the detail area when not necessary
2015-12-22 13:00:25 +01:00
Eric Lippmann
7bafab2c68
Merge branch 'bugfix/disable-downtimes-for-child-hosts-w-icinga2-10774'
...
refs #10744
2015-12-21 13:06:52 +01:00
Eric Lippmann
627680d500
monitoring: Disable triggering downtimes for a host's children when using Icinga 2
...
The commands are missing in Icinga 2. Once implemented, we have to re-evaluate this.
refs #10744
2015-12-21 13:01:11 +01:00
Eric Lippmann
b49cefa45d
monitoring: Highlight state in plugin output in the detail area
...
refs #10670
2015-12-21 12:25:24 +01:00
Eric Lippmann
c5804eebb7
Merge branch 'bugfix/sort-hosts-and-services-by-last-state-change-9957'
...
fixes #9957
2015-12-21 10:34:20 +01:00
Eric Lippmann
d7eaa41ab4
Move sort services by last state change up in the sort by list
...
refs #9957
2015-12-21 10:33:21 +01:00
Eric Lippmann
11e7d1050f
Merge branch 'bugfix/line-breaks-in-comments-10603'
...
fixes #10603
2015-12-21 09:39:12 +01:00
Eric Lippmann
2766b1ba0c
monitoring: Fix table class in downtimes-header.phtml
2015-12-21 09:29:52 +01:00
Alexander A. Klimov
2624c7f328
Sort hosts and services descending by last state change
...
refs #9957
2015-12-18 15:50:57 +01:00
Alexander A. Klimov
3e36563a81
Make hosts and services sortable by last state change
...
refs #9957
2015-12-18 15:48:55 +01:00
Alexander A. Klimov
7d5c15469e
Revert "Servicegroup listing: preserve URL params in links to services lists"
...
This reverts commit 0f7707e8a1
.
2015-12-16 13:57:44 +01:00
Alexander A. Klimov
9e6ec12a10
Revert "Hostgroup listing: preserve URL params in links to hosts and services lists"
...
This reverts commit a63bc649f7
.
2015-12-16 13:57:41 +01:00
Alexander A. Klimov
a63bc649f7
Hostgroup listing: preserve URL params in links to hosts and services lists
2015-12-16 13:31:50 +01:00
Alexander A. Klimov
0f7707e8a1
Servicegroup listing: preserve URL params in links to services lists
...
fixes #10778
2015-12-16 13:23:09 +01:00
Eric Lippmann
d6431119e9
monitoring: Use View::nl2br() for the downtime detail view
...
refs #10603
2015-12-16 13:05:32 +01:00
Eric Lippmann
8006090108
Merge branch 'feature/theming-10705'
...
resolves #10705
2015-12-16 12:49:11 +01:00
Alexander A. Klimov
aad7baa5c4
Perfdata::getPercentage(): prevent division by integer 0
...
fixes #10331
2015-12-15 17:32:45 +01:00
Eric Lippmann
8800decc69
Use icinga-blue like background colors for active and hovered table rows
2015-12-15 13:32:56 +01:00
Eric Lippmann
707b954534
CSS: Add smooth transition on tr hover
2015-12-15 13:31:14 +01:00
Eric Lippmann
b193ea5d32
Fix print styles
2015-12-10 13:34:53 +01:00
Eric Lippmann
ee7576f320
monitoring: Fix thead missing tr in hostgroups
2015-12-10 13:34:53 +01:00
Eric Lippmann
a1bb4bb695
Merge branch 'master' into feature/theming-10705
2015-12-07 14:17:57 +01:00
Eric Lippmann
6065e21e3a
Remove ConfigForm::getValues() overrides where subform values are extracted manually
2015-11-26 15:40:10 +01:00
Pieter Lexis
d2e802ed19
Correct spelling of acknowledgment
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-26 12:29:17 +01:00
Eric Lippmann
c88d034877
monitoring: Fix HTMLPurifier includes
...
fixes #10338
2015-11-26 11:16:21 +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
Eric Lippmann
216d1e71e8
CSS: Add smooth transition on tr hover
2015-11-20 15:49:15 +01:00
Eric Lippmann
9c467ebfa3
monitoring: Use View::nl2br() for downtimes in the detail area
...
refs #10603
2015-11-20 15:48:23 +01:00
Eric Lippmann
8d9c0ca69e
monitoring: Update comment-list styles in components/downtime.phtml
2015-11-20 15:48:00 +01:00
Eric Lippmann
7858343605
monitoring: Select comment_is_persistent for comments in the detail area
2015-11-20 15:47:04 +01:00
Eric Lippmann
74b715e3d2
monitoring: Use View::nl2br() for comments in the detail view
...
refs #10603
2015-11-20 15:46:34 +01:00
Eric Lippmann
2c5defed5b
monitoring: Update comment-list styles in components/comments.phtml
2015-11-20 15:46:08 +01:00
Eric Lippmann
a874a2cb2e
monitoring: Use View::nl2br() for acknowledgements in the detail area
...
refs #10603
2015-11-20 15:44:33 +01:00
Eric Lippmann
e1433505b3
monitoring: Update comment-list styles in acknowledgement.phtml
2015-11-20 15:43:29 +01:00
Eric Lippmann
d5affb1e24
monitoring: Use common-table for the downtime overview too
2015-11-20 15:35:35 +01:00
Eric Lippmann
ea03f4033b
monitoring: Use View::nl2br() in the downtime overview
...
refs #10603
2015-11-20 15:34:48 +01:00
Eric Lippmann
a6338fc744
monitoring: Update comment-list styles in the downtimer overview
2015-11-20 15:34:18 +01:00
Eric Lippmann
24d43899a7
monitoring: Use View::nl2br() and new comment-list style in the comment overview
...
refs #10603
2015-11-20 15:18:29 +01:00
Eric Lippmann
b3587b7439
monitoring: Don't use pull-right in the comment overview for the show more link
...
Further, indent the view script w/ 4 spaces, remove class separated and don't render the table if there are no comments.
2015-11-20 15:16:03 +01:00
Eric Lippmann
8d5da9bb86
CSS: Simplify comment-list style
2015-11-20 15:13:01 +01:00
Eric Lippmann
fad52e0929
Update version
2015-11-16 15:34:47 +01:00
Eric Lippmann
96674cd895
Don't translate service and services to german
2015-11-16 15:16:13 +01:00
Eric Lippmann
a9628a55cf
Update german monitoring translation
2015-11-16 15:11:42 +01:00
Cornelius Wachinger
c764a0a319
Update german monitoring translation
2015-11-16 14:50:36 +01:00
Yuri Konotopov
e606d8eaca
Update Russian translation
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-16 14:40:18 +01:00
Eric Lippmann
ba62753285
monitoring: Fix exception if the comment of an acknowledgement is missing
...
refs #10505
2015-11-16 14:35:48 +01:00
Cornelius Wachinger
0e1d33710a
Update german monitoring translation (WIP)
2015-11-16 13:10:43 +01:00
Eric Lippmann
8f73437699
monitoring: Fix English
...
refs #5543
2015-11-16 12:20:39 +01:00
Davide Demuru
1b6f1d812e
Update Italian translation
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-16 12:11:04 +01:00
Eric Lippmann
d293506c1b
monitoring: Fix controls positioning
2015-11-16 10:24:52 +01:00
Eric Lippmann
61930a4b1b
monitoring: Fix custom variables alignment
2015-11-16 10:22:30 +01:00
Eric Lippmann
27f2d485f5
monitoring: Change hover color for links w/ border-bottom
2015-11-16 10:21:48 +01:00
Thomas Gelf
b643c97fb0
IdoQuery: pass ourselves to hook, not back to us
2015-11-13 18:01:39 +01:00
Thomas Gelf
fd7165329a
IdoQuery: provide ourselves to the hook
2015-11-13 17:37:03 +01:00
Thomas Gelf
cd16206c7e
IdoQuery: fix typo
2015-11-13 17:37:03 +01:00
Thomas Gelf
2589fbcf04
IdoQuery::joinHookedVirtualTable: missing method
2015-11-13 17:37:03 +01:00
Thomas Gelf
b7352105d2
IdoQueryExtensionHook: "just a new hook"
2015-11-13 17:37:03 +01:00
Thomas Gelf
6394cec933
DataviewExtensionHook: return fetched columns
2015-11-13 17:37:03 +01:00
Thomas Gelf
0e709d5469
DataViewHost/Servicestatus: use hooked columns
2015-11-13 17:37:02 +01:00
Thomas Gelf
ff2c96e553
DataviewExtensionHook: we always want an array
...
This way implementors do not need to care
2015-11-13 17:37:02 +01:00
Thomas Gelf
35d3342b05
DataviewExtensionHook: just a new hook
2015-11-13 17:37:02 +01:00
Thomas Gelf
f3cb1f915d
Monitoring/DataView: allow to hook in columns
2015-11-13 17:37:02 +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
Johannes Meyer
d321b2de79
Merge branch 'master' into bugfix/hot-all-hostgroups-are-shown-10316
2015-11-13 15:37:53 +01:00
Eric Lippmann
d5fe0c9610
Merge branch 'feature/dope-layout-5543#2'
2015-11-13 15:21:07 +01:00
Eric Lippmann
30c769f267
monitoring: Fix service grid style
...
refs #5543
2015-11-13 14:50:58 +01:00
Johannes Meyer
26e6acf9af
ListController: Fix servicegrid grouping when applying group restrictions #2
...
PostgreSQL had still issues with it. Quickfix only, again.
refs #10316
2015-11-13 14:42:28 +01:00
Bernd Erk
39aa888131
Adds new about page and dotted bottom lines in detail
2015-11-13 13:57:09 +01:00
Johannes Meyer
5e37f7758b
ServicecommenthistoryQuery: Add missing group origin "servicegroups"
...
refs #10316
2015-11-13 12:55:06 +01:00
Johannes Meyer
005ec27cea
IdoQuery: Fix method isTimestamp() not handling customvars properly
...
refs #10316
2015-11-13 12:13:02 +01:00
Johannes Meyer
cc37ca37d9
ListController: Fix servicegrid grouping when applying group restrictions
...
Quickfix only.
refs #10316
2015-11-13 11:40:51 +01:00
Bernd Erk
3e93d62795
Redesign of tactical overview to get ready for full screen
2015-11-13 00:24:15 +01:00
Johannes Meyer
140e288c0b
IdoQuery: Fix incorrect GROUP BY for MySQL SELECTs with joined columns
...
refs #10316
2015-11-12 16:02:41 +01:00
Eric Lippmann
eb8cc21cae
monitoring: Fix button links in the config overview
...
refs #5543
2015-11-12 15:50:10 +01:00
Eric Lippmann
f54441a0b4
monitoring: Fix alignment in the backend config form
...
refs #5543
2015-11-12 15:49:05 +01:00
Eric Lippmann
37928df897
monitoring/CSS: Move custom-variables styles to tables.less
...
refs #5543
2015-11-12 11:41:14 +01:00
Eric Lippmann
77e797db88
monitoring/CSS: Fix spacing of state summaries
...
refs #5543
2015-11-12 11:40:32 +01:00
Eric Lippmann
840ecf681e
monitoring: Fix missing columns when selecting multiple services
...
refs #5543
2015-11-12 11:36:49 +01:00
Eric Lippmann
a12cc9ab30
monitoring/CSS: Don't set class sparkline-perfdata
...
Class not in use.
refs #5543
2015-11-12 09:45:35 +01:00
Eric Lippmann
42a3ecea6f
CSS: Move sparkline styles to monitoring module
...
refs #5543
2015-11-12 09:44:22 +01:00
Eric Lippmann
2829516735
monitoring/CSS: Fix performance-data-table th padding
...
refs #5543
2015-11-12 09:43:55 +01:00
Johannes Meyer
89d8126226
Revert "Fix grouping of host- and servicegroup queries"
...
This reverts commit 35c7ed81a7
.
2015-11-12 09:26:11 +01:00
Johannes Meyer
689cae8701
Merge branch 'master' into bugfix/hot-all-hostgroups-are-shown-10316
2015-11-12 09:23:49 +01:00
Johannes Meyer
651ce0bd04
Merge branch 'master' into bugfix/pgsql-queries-apply-lower-on-select-columns-10364
2015-11-12 09:18:06 +01:00
Thomas Gelf
cbd1629176
DataView/Host|ServiceStatus: allow hard_state cols
2015-11-11 17:13:41 +01:00
Johannes Meyer
39f4d869b7
IdoQuery: Fix that PostgreSQL queries do not apply LOWER() on order cols
...
refs #10364
refs #9955
2015-11-11 15:25:40 +01:00
Eric Lippmann
6a5efd560d
monitoring/CSS: Style pie charts in the service overview
...
refs #5543
2015-11-11 15:23:10 +01:00
Eric Lippmann
040425d9e2
monitoring/CSS: Style performance-data-table
...
refs #5543
2015-11-11 15:22:35 +01:00
Eric Lippmann
2b0cb344da
monitoring: Fix performance data table markup, #2
...
refs #5543
2015-11-11 15:20:24 +01:00
Eric Lippmann
dbec2741f9
monitoring: Fix performance data table markup
...
refs #5543
2015-11-11 15:13:54 +01:00
Johannes Meyer
0b2b1c5d1e
IdoQuery: Fix that PostgreSQL queries use LOWER() on non-CI columns
...
refs #10364
refs #9954
2015-11-11 14:33:00 +01:00
Eric Lippmann
5c849d2479
monitoring: Remove icon from tab for multiple selected hosts
...
refs #5543
2015-11-10 16:54:35 +01:00
Eric Lippmann
317bb24856
monitoring: Reduce header size for multiple selected hosts
...
refs #5543
2015-11-10 16:54:02 +01:00
Johannes Meyer
3d735693db
IdoQuery: Fix method isCaseInsensitive() returning true for .. everything ..
...
..with a PostgreSQL backend.
refs #10364
2015-11-10 16:05:05 +01:00
Johannes Meyer
52606eb2e7
Revert "monitoring: Fix handling of collated columns w/ PostgreSQL"
...
This reverts commit f5ffa8047c
.
refs #10364
refs #9954
refs #9955
2015-11-10 15:59:16 +01:00
Eric Lippmann
e0e1339a1a
monitoring: Fix missing columns in ServicesController
...
refs #5543
2015-11-10 15:36:41 +01:00
Johannes Meyer
ad5a43ce7b
HostserviceproblemsummaryQuery: Group by "so.name1"
...
fixes #10589
refs #10490
2015-11-10 15:04:00 +01:00
Eric Lippmann
0ba4530625
monitoring: Properly align object-features form, #2
...
refs #5543
2015-11-10 14:33:37 +01:00
Eric Lippmann
4859f08fc2
monitoring: Properly size object-features form, #2
...
refs #5543
2015-11-10 14:08:16 +01:00
Eric Lippmann
db167becba
monitoring: Properly align object-features form
...
refs #5543
2015-11-10 13:23:47 +01:00
Eric Lippmann
96a12495c3
monitoring: Remove icon from tab for multiple selected services
...
refs #5543
2015-11-10 13:23:08 +01:00
Eric Lippmann
818105bc45
monitoring: Reduce header size for multiple selected services
...
refs #5543
2015-11-10 13:21:54 +01:00
Johannes Meyer
8d04c8548a
Do not hardcode action specific parameters to preserve in the FilterEditor
...
This should only happen for other control parameters or framework
specific stuff. This is still subject to improvement, as this solution is
rather ugly imho..
refs #10370
2015-11-10 11:51:26 +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
346e4703b8
monitoring/CSS: Use common-table in the comments overview
...
refs #5543
2015-11-10 09:31:14 +01:00
Eric Lippmann
ba55ad7c5a
monitoring: Fix unhandled service counter in the hosts overview
...
Group by was wrong.
fixes #10490
2015-11-09 09:55:17 +01:00
Thomas Gelf
f2bc3368e7
pluginOutput: make use of new styles
2015-11-06 01:56:17 +01:00
Thomas Gelf
5bf107f853
monitoring/css: pluginout should look like blockquote
2015-11-06 01:54:41 +01:00
Thomas Gelf
a2667dd551
Ido: remove test query objects from erraneous commit
2015-11-04 18:37:32 +01:00
Eric Lippmann
eda7f76d61
monitoring/CSS: Fix border-spacing of state-table
...
refs #5543
2015-11-04 17:49:00 +01:00
Eric Lippmann
3e77384700
monitoring/CSS: Add state-table where appropriate
...
refs #5543
2015-11-04 17:48:12 +01:00
Eric Lippmann
e67420e8bf
monitoring/CSS: Introduce state-table class
...
refs #5543
2015-11-04 17:43:30 +01:00
Thomas Gelf
ed69bd5d99
Tables: rename action-table to table-row-selectable
2015-11-04 15:39:35 +01:00
Thomas Gelf
0c72b697e0
Classes: rename listing-table to common-table
2015-11-04 15:16:45 +01:00
Eric Lippmann
62f58048e9
monitoring: Use blockquote for plugin output
...
refs #5543
2015-11-04 14:34:01 +01:00
Eric Lippmann
cb4b460f3f
monitoring: Remove unnecessary controls in the service grid view
2015-11-03 12:37:23 +01:00
Eric Lippmann
6fbe65e415
monitoring/CSS: Don't use text-small in the config overview
...
refs #5543
2015-11-03 12:19:52 +01:00
Eric Lippmann
3f1eca9baa
monitoring/CSS: Fix color for state unknown
...
refs #5543
2015-11-03 12:15:01 +01:00
Eric Lippmann
2ee611a927
monitoring: Don't show host and service links in the detail history
...
Further, eventhistory and detail-history now use the introduced event-history partial.
refs #10317
2015-11-03 11:21:14 +01:00
Eric Lippmann
e655036d03
monitoring/CSS: Add state-no-state table column class for history events
...
refs #5543
2015-11-03 10:41:36 +01:00
Eric Lippmann
b3784e1bf5
monitoring/CSS: Add class action-links for show more and load more links
...
refs #5543
2015-11-03 10:40:14 +01:00
Eric Lippmann
c0bc2e267e
monitoring: Don't use str_replace for nl2br and escape comments before creating ticket links
2015-11-03 10:40:03 +01:00
Eric Lippmann
55f0863649
monitoring: Fix host and service detail history style
...
fixes #10317
2015-11-03 10:37:34 +01:00
Eric Lippmann
9385196d39
monitoring/CSS: Remove deprecated table class action in the event history overview
...
refs #5543
2015-11-03 09:33:23 +01:00
Eric Lippmann
b8234e8021
monitoring: Remove jump link to load additional events in the event history overview
...
fixes #10296
2015-11-03 09:30:43 +01:00
Eric Lippmann
a9ce9ff414
monitoring: Remove trailing semicolon from inline echo statements in the event history overview
2015-11-03 09:22:42 +01:00
Eric Lippmann
6b0e5be05d
monitoring: Indent the event history overview w/ 4 spaces
2015-11-03 09:21:42 +01:00
Eric Lippmann
fee77af5e8
monitoring: Fix notification overview markup
...
refs #5543
2015-11-02 11:08:15 +01:00
Eric Lippmann
ecfeb4fbe6
monitoring/CSS: Don't use text-small mixin for the selection info
...
refs #5543
2015-11-02 10:42:00 +01:00
Eric Lippmann
4c576a7a91
monitoring/CSS: Don't use text-small mixin for check source reachable information
...
refs #5543
2015-11-02 10:27:48 +01:00
Eric Lippmann
20c1cc7693
monitoring/CSS: Use em for state-col width
...
refs #10294
2015-10-28 14:14:41 +01:00
Eric Lippmann
ba724cc987
monitoring: Style plugin output in overviews
...
refs #5543
2015-10-28 13:17:51 +01:00
Eric Lippmann
9bdf24a852
monitoring: Introduce new table related CSS classes
...
refs #5543
2015-10-28 13:15:42 +01:00
Eric Lippmann
4adf059ed6
monitoring: Fix downtimes markup
...
refs #5543
2015-10-28 13:01:19 +01:00
Eric Lippmann
918aa481ca
monitoring: Minor markup fixes
...
refs #5543
2015-10-28 12:09:34 +01:00
Eric Lippmann
8212ff9aab
monitoring: Display soft states in the service detail view
...
refs #5543
2015-10-28 12:09:00 +01:00
Eric Lippmann
b325c4769a
monitoring: Display soft states in the host detail view
...
refs #5543
2015-10-28 12:08:37 +01:00
Eric Lippmann
c0c9f3b5eb
monitoring: Select host_state_type and host_attempt in the service detail view for displaying soft states
...
refs #5543
2015-10-28 12:08:04 +01:00
Eric Lippmann
3e02007150
monitoring: Fix host-header markup
...
refs #5543
2015-10-28 11:11:03 +01:00
Eric Lippmann
e37b3c5527
monitoring: Fix swapped icon images in the service-header
...
fixes #10419
2015-10-28 11:07:45 +01:00
Eric Lippmann
d15673fdba
monitoring: Fix service-header markup
...
refs #5543
2015-10-28 11:07:18 +01:00
Eric Lippmann
3520449dee
monitoring: Translate soft in the hosts overview
2015-10-28 10:24:00 +01:00
Eric Lippmann
ea91ca9dc4
monitoring/CSS: Don't use clearfix and pull-right in the hosts overview
...
refs #5543
2015-10-28 10:23:31 +01:00
Eric Lippmann
2702e70a9c
monitoring/CSS: Don't use clearfix and pull-right in the services overview
...
refs #5543
2015-10-28 10:18:53 +01:00
Eric Lippmann
a3caae6595
monitoring: Translate soft in the services overview
2015-10-28 09:58:42 +01:00
Eric Lippmann
a8a87d27eb
CSS: Rename remove-comment to remove-action
...
refs #5543
2015-10-28 09:56:50 +01:00
Eric Lippmann
acb01dc07a
monitoring: Use comment-list markup for acknowledgements instead of feed-list
...
refs #5543
2015-10-28 09:53:53 +01:00
Eric Lippmann
0b332bba22
monitoring: Use comment-list markup for downtimes instead of feed-list
...
refs #5543
2015-10-28 09:41:21 +01:00
Eric Lippmann
ec9e6152cf
Reduce style variety for comments
...
refs #5543
2015-10-27 16:05:43 +01:00
Eric Lippmann
f951e29269
CSS: Rename big-icon to large-icon and use percent instead of px for font-size
...
refs #10294
2015-10-27 14:10:31 +01:00
Eric Lippmann
dc273aa9a1
monitoring/CSS: Increase readability of state labels in tables
...
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann
a391ceeafc
monitoring/CSS: Vertically center state summary badges
...
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann
ed86758e3d
monitoring: Display unhandled services in the hosts overview more prominent
...
fixes #10268
2015-10-27 13:45:48 +01:00
Johannes Meyer
6c313b816e
hostssummary.phtml: Fix copy&paste mistakes
...
fixes #10389
2015-10-16 16:03:25 +02:00
Johannes Meyer
8db123ffa0
MacroTest: Remove obsolete tests
...
The macro resolver does not know anymore about customvars, just plain
object attributes, which are now covered by testFaultyMacros()
2015-10-15 17:22:47 +02:00
Johannes Meyer
35c7ed81a7
Fix grouping of host- and servicegroup queries
...
It's a rather quick fix but fixes the problem. We should take another look whether
a more sophisticated solution can be found.
refs #10316
2015-10-10 20:04:04 +02:00
Johannes Meyer
b582146def
Merge branch 'master' into bugfix/make-host-customvars-accessible-from-service-objects-10304
2015-10-05 14:09:10 +02:00
Johannes Meyer
125ecb2f0a
ActionForm: Allow contact_name and contactgroup_name as filter column
...
Because it works now.
2015-10-05 14:05:17 +02: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
Johannes Meyer
07e5664fbe
MonitoredObject: Allow to access a set-value by name
...
$object->contact|contactgroup|hostgroup|servicegroup + _name
is now allowed and returns an array of strings
refs #10304
2015-10-05 13:59:57 +02:00
Eric Lippmann
610325eebd
monitoring/CSS: Set line-height for plugin output
2015-10-05 13:21:11 +02:00
Johannes Meyer
499a7d628f
Macro: Resolve prefixed custom vars and object attributes
...
refs #10304
2015-10-05 13:18:10 +02:00
Johannes Meyer
0ed6e08175
MonitoredObject: Allow to access custom variables by property
...
refs #10304
2015-10-05 13:16:41 +02:00
Johannes Meyer
996959b65e
MonitoredObject: Fix object_type condition in method fetchHostVariables
...
refs #10304
2015-10-05 12:54:30 +02:00
Johannes Meyer
7419c9e87c
MonitoredObject: Allow to fetch a host's customvariables for services
...
refs #10304
2015-10-05 11:57:31 +02:00
Thomas Gelf
6a8f970685
it_IT: ...
2015-10-02 12:10:56 +02:00
Thomas Gelf
6a7d9fc4e3
it_IT: a few more strings
2015-10-02 12:09:35 +02:00
Eric Lippmann
4b85ab985c
monitoring/locale: Update de_De
2015-10-02 12:07:41 +02:00
Thomas Gelf
dbb8b10f2f
it_IT: refreshed a couple of translation strings
2015-10-02 12:01:54 +02:00
Eric Lippmann
7e2c47e26b
monitoring: Fix table header in the contact groups overview
2015-10-02 11:35:00 +02:00
Eric Lippmann
54bb99a96d
Merge branch 'feature/dope-layout-5543'
...
refs #5543
2015-10-02 11:16:35 +02:00
Eric Lippmann
359dde708c
Prepare 2.0.0 release
2015-10-01 23:39:27 +02:00
Eric Lippmann
61357da35c
Merge branch 'bugfix/group-by-9956'
...
fixes #9956
2015-10-01 23:05:27 +02:00
Eric Lippmann
422f06bd58
monitoring/CSS: Fix service grid load more link colors
...
refs #5543
2015-10-01 23:00:06 +02:00
Eric Lippmann
8a4674c33c
monitoring/CSS: Add rules for controls
...
refs #5543
2015-10-01 22:59:49 +02:00
Eric Lippmann
6b897e239d
monitoring/CSS: Make plugin output small
...
refs #5543
2015-10-01 22:59:09 +02:00
Eric Lippmann
5903ab6071
monitoring: Add h1 to components/flags
...
refs #5543
2015-10-01 22:54:40 +02:00
Eric Lippmann
3a27e44437
monitoring: Remove h1 from service/show and feature command forms
...
refs #5543
2015-10-01 22:53:42 +02:00
Eric Lippmann
aadbbe08e1
monitoring: Fix list headers, #2
...
refs #5543
2015-10-01 22:51:42 +02:00
Thomas Gelf
9ca81320ac
Search: re-add object names, allow for addresses
...
It's now possible do search for IP (and IPv6) addresses. Object names
are once again allowed
fixes #9591
fixes #10163
2015-10-01 18:48:36 +02:00
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
0436f4fdb9
Adjust remaining show-more links
...
refs #5543
2015-10-01 18:11:35 +02:00
Johannes Meyer
a1beb66e5e
servicegrid: fix controls
...
refs #5543
2015-10-01 18:01:52 +02:00
Matthias Jentsch
a360235f81
Use the same amount of whitespaces for all link types
...
refs #5543
2015-10-01 17:51:42 +02:00
Matthias Jentsch
9db477777a
Fix notes and action url in detail views
...
refs #5543
2015-10-01 17:50:08 +02:00
Thomas Gelf
f886172c24
monitoring/partials: no double-escape, qlink does so
2015-10-01 17:42:58 +02:00
Eric Lippmann
3d2521abf0
Merge branch 'master' into feature/dope-layout-5543
2015-10-01 17:42:24 +02:00
Eric Lippmann
42fb6113c4
monitoring: Fix downtime-header
...
refs #5543
2015-10-01 17:39:44 +02:00
Eric Lippmann
a8bebb17e1
monitoring: Disable slow dashboards, #2
...
refs #5543
2015-10-01 17:26:34 +02:00
Eric Lippmann
1ba315f414
Revert "monitoring: Disable slow dashboards"
...
This reverts commit 6d2a18f4e0
.
2015-10-01 17:25:45 +02:00
Eric Lippmann
6d2a18f4e0
monitoring: Disable slow dashboards
...
refs #5543
2015-10-01 17:25:10 +02:00
Eric Lippmann
af338c1dba
monitoring: Don't render custom variables as list
...
refs #5543
2015-10-01 17:08:48 +02:00
Matthias Jentsch
323b294fe1
Fix service grid padding
...
refs #5543
2015-10-01 16:58:22 +02:00
Johannes Meyer
d6283f1451
Add css class "action-link" to all load-more links
...
refs #5543
2015-10-01 16:43:26 +02:00
Eric Lippmann
08ab0befcd
CSS: compat.less and monitoring detail
...
refs #5543
2015-10-01 16:31:25 +02:00
Johannes Meyer
ba3172fb9c
Fix controls layout in some list views
...
refs #5543
2015-10-01 16:10:16 +02:00
Johannes Meyer
79d89e5277
monitoring: Remove redundant menu entries for unhandled states
...
refs #5543
2015-10-01 14:57:54 +02:00
Matthias Jentsch
f54fcefefb
Fix links in downtime list
2015-10-01 14:54:01 +02:00
Matthias Jentsch
03ab6e4e92
Fix links in comment view
...
Let the host and service link in the comment list always point to the host and service object while the row action itself opens the comment.
2015-10-01 14:54:01 +02:00
Matthias Jentsch
2a25063678
Remove action table tr hrefs that do not have any effect
...
refs #5543
2015-10-01 14:54:01 +02:00
Thomas Gelf
0c0944174a
Remove ack: remove text label, hover-info suffices
2015-10-01 14:49:34 +02:00
Bernd Erk
27378a3511
CSS: fixed in detail comments area
2015-10-01 14:43:16 +02:00
Johannes Meyer
748a3c62fd
monitoring: Fix layout of the wizard's welcome page
...
refs #5543
2015-10-01 14:13:24 +02:00
Eric Lippmann
df589400e2
monitoring: Fix list headers
...
refs #5543
2015-10-01 13:08:30 +02:00
Matthias Jentsch
69ea4bd31c
monitoring: Fix multi and range selection in comment list
...
refs #5543
2015-10-01 13:01:05 +02:00
Bernd Erk
51a43575db
CSS: fixed joystick navigation
2015-10-01 12:55:24 +02:00
Matthias Jentsch
ece5df010b
monitoring: New notification view
...
refs #5543
2015-10-01 11:48:31 +02:00
Eric Lippmann
c13edda6fc
monitoring: Align icons right in the host and service list
...
refs #5543
2015-10-01 10:53:21 +02:00
Johannes Meyer
92b0bfaca8
MacroTest: Fix outdated tests
2015-10-01 10:42:28 +02:00
Matthias Jentsch
8d12da41d9
monitoring: New layout for object history
...
refs #5543
2015-10-01 10:29:05 +02:00
Matthias Jentsch
5b2649ac27
monitoring: new layout for event history
...
refs #5543
2015-10-01 10:14:56 +02:00
Eric Lippmann
380c8743c0
Add tab for create, update and remove user group
...
refs #5543
2015-10-01 10:03:29 +02:00
Eric Lippmann
bdc29fe824
monitoring: Fix typo in acknowledgement.phtml
...
refs #5543
2015-10-01 09:00:40 +02:00
Bernd Erk
b8a54caef7
CSS content-features and margin detail badges
2015-10-01 08:55:57 +02:00
Bernd Erk
73d8153b59
CSS: col layout overviews and timeline
2015-10-01 08:34:20 +02:00
Eric Lippmann
9efdc149d8
monitoring: Style ack and comments in the host and service detail views
...
refs #5543
2015-10-01 02:58:29 +02:00
Eric Lippmann
799364e57c
monitoring: Re-add peekAhead in view scripts
...
Should be still in the controller. But there's no time for that right now.
refs #5543
2015-10-01 02:54:38 +02:00
Eric Lippmann
9a072a8fd4
monitoring: Fix URL w/ base filter in the servicesummary
...
refs #5543
2015-10-01 02:52:42 +02:00
Eric Lippmann
6cd1cb022a
monitoring: Fix URL w/ base filter in the hostssummary
...
refs #5543
2015-10-01 02:52:14 +02:00
Eric Lippmann
5fbb3893e2
monitoring: Fix submit label for remove ack
...
refs #5543
2015-10-01 02:50:23 +02:00
Eric Lippmann
ebb0db3800
monitoring: Re-add support for displaying ipv6 addresses
...
refs #5543
2015-10-01 00:42:32 +02:00
Eric Lippmann
b333439b2e
monitoring: Add spinner to inline command forms
...
refs #5543
2015-09-30 22:44:52 +02:00