sni / Thruk

Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
http://www.thruk.org
Other
408 stars 147 forks source link

SSI headers for panorama #1269

Open NymbleW opened 1 year ago

NymbleW commented 1 year ago

I have a need for ssi headers on all pages. On the Configuration page, the ssi header code was missing and I was able to correct the issue. However the panorama system is another matter. It seems like panorama dashboards are displayed on a "canvas". I can't seem to get a header above the maintab. And there is no widget for ssi, to ssi to a panorama page. It is being done by inserting a graphic at the moment, but that is a kludge. I can't find many details on the panorama system to complete the task.

sni commented 1 year ago

the panorama pages are build with ExtJS 4. (https://docs.sencha.com/extjs/4.2.2/#!/api) The normal SSIs won't work because the pages are completely build with javascript alone. I don't think there is an easy way to add a standard header to all dashboards.

NymbleW commented 1 year ago

Knowing that it is sencha gives me someplace to look. Thanks