Closed icinga-migration closed 11 years ago
Updated by mfriedrich on 2012-09-06 21:51:26 +00:00
how about a patch? the code is already on the core git, so you can play around with the backend.
Updated by ossmon on 2012-09-07 07:32:12 +00:00
Hi dnsmichi, what do you mean with a Patch? That i write someone. I don't have enough Knowledge to Write a Patch for icinga-Web. I would like but i cannot at the moment.
Updated by mfriedrich on 2012-11-21 14:23:50 +00:00
question arises - does icinga web actually read the statehistory table for that grid view, or would that add another join overhead to the data backend query?
Updated by mfrosch on 2013-04-11 08:13:19 +00:00
With 1.9 we will add the proper field for the API queries.
Only a few users would need such a field in the Grid itself, so we want add it as a grid col per default.
I personally only have one customer I know, and he uses it only for a clipboard action. (no display)
The column itself can be added easily to the grid itself via an extension.
If one wants to do it: See here how the PNP Extension "extends" a grid: https://git.icinga.org/?p=icinga-web.git;a=blob;f=contrib/PNP\_Integration/templateExtensions/pnp-service-extension.xml;hb=HEAD
But only use the fields part to add a snippet like this:
HOST_LONG_OUTPUT
true
Long output
Cronk.grid.ColumnRenderer
customColumnPerfdataSanatized
false
false
false
Feel free to document it in the Wiki ;-)
This issue has been migrated from Redmine: https://dev.icinga.com/issues/2653
Created by ossmon on 2012-05-31 12:51:43 +00:00
Assignee: (none) Status: Rejected (closed on 2013-04-11 08:13:19 +00:00) Target Version: (none) Last Update: 2013-04-11 08:13:19 +00:00 (in Redmine)
With the patch of the core #2650 for V1.8, the long plugin output for hosts/services will be store correctly in the table icinga_statehistory. We need now a possibility to see this data in icinga-web when we click on a host/service history link. Idea:
For us is an implementation for services very interessant. For hosts not so more, but i think the code should be similar.
Changesets
2014-06-20 11:41:10 +00:00 by mhein 14fdf6323dde83ba51d61d29f7ff3ee4b23614f4
2014-06-26 13:37:43 +00:00 by elippmann 97bf45e2b70d30d3d5a6af566b8a2f9993bbe97f
2014-06-26 14:30:11 +00:00 by elippmann 232b5c0a835908219e8930a5c64aee4b5886a538
Relations: