Ad Widget

Collapse

Web ui Media type Message templates text view problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbixuser39393
    Member
    • Jan 2021
    • 38

    #1

    Web ui Media type Message templates text view problem

    Click image for larger version

Name:	image.png
Views:	60
Size:	33.5 KB
ID:	511331

    Look at picture... What can cause this and how to fix it?
    Also Problems view does not have "colours"

    Click image for larger version

Name:	image.png
Views:	22
Size:	16.9 KB
ID:	511333

    Attached Files
  • zabbixuser39393
    Member
    • Jan 2021
    • 38

    #2
    More info RHEL 9 / Apache 2.4.62-7.el9_7.3 / php 8.2.30-1.module+el9.7.0+23849+7b831f17

    Every else "boxes" except this Media type - Message template are shown ok. Only this one does cut view and does not fit to visible view.

    Any suggestions how to resolve this?

    Comment

    • guntis_liepins
      Member
      • Oct 2025
      • 46

      #3
      well I do not see any problem here. Please explain.
      If timeline bothers you , just deselect "Show timeline" in Problem View.

      Comment

      • zabbixuser39393
        Member
        • Jan 2021
        • 38

        #4
        Case solved. I had something writed wrong with httpd .conf file ( this was added to zabbix.conf). Commenting out these two line and Ui works "normally".

        Header set Strict-Transport-Security "max-age=31536000"
        Header set Content-Security-Policy "default-src 'self' *.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self'; img-src 'self' *.openstreetmap.org data:;"

        Comment

        • cyber
          Senior Member
          Zabbix Certified SpecialistZabbix Certified Professional
          • Dec 2006
          • 4851

          #5
          First header set is for HSTS, which should not interfere with any page content.. its just a security measure, forcing to use https.
          I suppose other one is something fo embedding openstreetmaps data ...

          Comment

          Working...