Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #4498] Allow to add columns to monitoring views via URL #296

Closed
icinga-migration opened this issue Aug 1, 2013 · 12 comments
Labels
area/monitoring Affects the monitoring module enhancement New feature or improvement
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/4498

Created by mfriedrich on 2013-08-01 14:14:02 +00:00

Assignee: elippmann
Status: Resolved (closed on 2015-05-19 11:35:27 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-05-19 11:35:27 +00:00 (in Redmine)


As a user I want to add/remove columns dynamically on the views and also configure them statically in template views. Equal to Icinga Web 1.x.

Changesets

2015-05-18 14:29:33 +00:00 by aklimov 0bde465

Rename ::extraColumns() to ::addColumns()

refs #4498

2015-05-19 08:11:54 +00:00 by aklimov d539a0e

Add PHPDoc to ::addColumns()

refs #4498

2015-05-19 11:35:04 +00:00 by elippmann 3296522

Merge branch 'feature/Allow-to-add-columns-to-monitoring-views-via-URL-4498'

resolves #4498
@icinga-migration
Copy link
Author

Updated by berk on 2013-08-15 14:57:52 +00:00

  • Target Version set to 143

@icinga-migration
Copy link
Author

Updated by elippmann on 2013-12-23 15:43:10 +00:00

  • Target Version changed from 143 to 140

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-02-04 09:53:16 +00:00

  • Target Version changed from 140 to Backlog

@icinga-migration
Copy link
Author

Updated by tgelf on 2014-04-29 16:21:56 +00:00

  • Status changed from New to Assigned
  • Assigned to set to tgelf
  • Done % changed from 0 to 80

I re-added the former "extracolumns" parameter as "addcolumns" a while ago. What you want to achieve is possible by adding additional columns as shown in this example...

monitoring/list/services?service_problem=1&addcolumns=_host_customer,_host_mysql

...to your URL. It is also perfectly valid to store such URL to your dashboard. There is no way allowing to do so "in the GUI", but I'm also unsure whether we should provide such.

Cheers,
Thomas

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-06-01 12:58:31 +00:00

  • Status changed from Assigned to New
  • Assigned to deleted tgelf

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-10-28 08:14:26 +00:00

  • Target Version changed from Backlog to 2.0-16

Please add PHPDoc to ListController::extraColumns() (maybe rename it to addColumns because the name of the URL parameter is 'addcolumns') and resolve this one.

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-10-28 08:14:37 +00:00

  • Category changed from 140 to Monitoring

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-11-21 15:38:55 +00:00

  • Target Version changed from 2.0-16 to Backlog

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-30 11:22:55 +00:00

  • Subject changed from dynamic/static columns in views to Allow to add columns to monitoring views via URL
  • Target Version changed from Backlog to 2.0.0-rc1

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-05-18 14:31:11 +00:00

  • Status changed from New to Assigned
  • Assigned to set to aklimov

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-05-19 08:13:25 +00:00

  • Status changed from Assigned to Feedback
  • Assigned to changed from aklimov to elippmann

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-05-19 11:35:27 +00:00

  • Status changed from Feedback to Resolved
  • Done % changed from 80 to 100

Applied in changeset 3296522.

@icinga-migration icinga-migration added enhancement New feature or improvement area/monitoring Affects the monitoring module labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0.0-rc1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/monitoring Affects the monitoring module enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant