Ad Widget

Collapse

Dude Maps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anunez
    Member
    • Aug 2013
    • 43

    #1

    Dude Maps

    Help please. I fail to see me the next character on the map (?)

    Code:

    Input : ↑ {FRDE_E06-0_S001:ifInOctets.10648.last(0)}
    Output : ↓ {FRDE_E06-0_S001:ifOutOctets.10648.last(0)}

    Original



    My Problem:

  • Pada
    Senior Member
    • Apr 2012
    • 236

    #2
    What version of Zabbix are you using?

    It looks to me like a HTML/image character encoding issue.

    Comment

    • steveboyson
      Senior Member
      • Jul 2013
      • 582

      #3
      ↑ = Alt + 24
      ↓ = Alt + 25

      P.S. We use (up) and (down)

      Comment

      • jan.garaj
        Senior Member
        Zabbix Certified Specialist
        • Jan 2010
        • 506

        #4
        Check if you use Zabbix DB (tables, columns) with UTF-8 charset?
        Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
        My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

        Comment

        • anunez
          Member
          • Aug 2013
          • 43

          #5
          Originally posted by jan.garaj
          Check if you use Zabbix DB (tables, columns) with UTF-8 charset?
          as I can verify?

          Comment

          • jan.garaj
            Senior Member
            Zabbix Certified Specialist
            • Jan 2010
            • 506

            #6
            For example use SQL command:
            Code:
            mysql> SHOW CREATE DATABASE zabbix;
            +----------+----------------------------------------------------------------------------------+
            | Database | Create Database                                                                  |
            +----------+----------------------------------------------------------------------------------+
            | zabbix   | CREATE DATABASE `zabbix` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin */ |
            +----------+----------------------------------------------------------------------------------+
            1 row in set (0.00 sec)
            Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
            My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

            Comment

            Working...