Ad Widget

Collapse

Change Dashoboard Logo ZAbbix 3.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ruicruz
    Junior Member
    • Jun 2015
    • 23

    #1

    Change Dashoboard Logo ZAbbix 3.0

    Hello everybody,

    I need some help changing the Dashboard Logo in Zabbix 3.0.

    I am not very familiar with the file locations of web pages.

    If anyone could point me to the correct folder/file.

    Thanks in advance

    Best Regards
  • Firm
    Senior Member
    • Dec 2009
    • 342

    #2
    Do you mean /images/general/zabbix.png ?

    Comment

    • ruicruz
      Junior Member
      • Jun 2015
      • 23

      #3
      Yes thats the file.

      But i can't find it, and i want to know which file is that path written.

      Best Regards

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        There is ZABBIX icon at in img/icon-sprite.svg.
        Perhaps, Icon is set in the stylesheet.

        2.2, 2.4 : styles/icon.css
        Code:
        .zabbix_logo {
                height: 31px;
                width: 118px;
                background: #FFFFFF url('../images/general/zabbix.png') no-repeat;
                cursor: pointer;
        }
        3.0 : styles/blue-theme.css, styles/dark-theme.css
        Code:
        .logo {
          float: left;
          display: block;
          width: 95px;
          height: 25px;
          margin: 12px 9px 0 13px;
          background: url(../img/icon-sprite.svg) no-repeat 0 -903px; }

        Comment

        • pc99096
          Senior Member
          • Oct 2011
          • 193

          #5
          Originally posted by Atsushi
          There is ZABBIX icon at in img/icon-sprite.svg.
          Perhaps, Icon is set in the stylesheet.

          3.0 : styles/blue-theme.css, styles/dark-theme.css
          Code:
          .logo {
            float: left;
            display: block;
            width: 95px;
            height: 25px;
            margin: 12px 9px 0 13px;
            background: url(../img/icon-sprite.svg) no-repeat 0 -903px; }
          correct, just replace line

          background: url(../img/icon-sprite.svg) no-repeat 0 -903px; }

          with

          background: url(../img/YOURLOGO.PNG) no-repeat 0px 0px; }

          Comment

          • ruicruz
            Junior Member
            • Jun 2015
            • 23

            #6
            Hello,

            I have managed to change the logo.

            Thank you very much for your help.

            Best Regards

            Comment

            • fagnerock
              Junior Member
              • Nov 2016
              • 1

              #7
              Good morning everyone,
              Thanks for the post. It was exactly what I was looking for, but I could not change the logo. Even making the changes that were indicated.

              After doing the change in the css file I do the command (systemctl restart httpd) but the login screen continues with the same logo.

              Here's my config after changes:

              .logo{float:left;display:block;width:128px;height$ height:128px;background:url(../img/logo.png) no-repeat 0 0px}

              My system is Zabbix 3.0.5 -- Centos 7 -- PostGres -- Apache

              Comment

              • johben
                Junior Member
                • Sep 2015
                • 3

                #8
                I have the same problem, I can“t to change the logo because, have the Zabbix 3.2 and Centos 7.0

                Thanks for you request.

                Comment

                Working...