Ad Widget

Collapse

Scale problem with CPU graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #1

    Scale problem with CPU graphs

    Hi,

    graphs for all monitored systems on our site seem to have problems with "calculated Y axis MAX value" based on floating point values.
    This is the case for graphs provided by item lists and custom created graphs as well.
    Selecting such a graph result for instance in a scale from "-10" to "2" and no data line (or a very straight one leaving the graph at the very beginning)

    Setting "Y axis MAX value" to "fixed 100" for a custom graph fixes the Problem for this specific graph.

    We've just installed ZABBIX for evaluation and I think the problem exists from the very begining.

    I've played around with several language variables but maybe didn't got the right ones.

    Server: ZABBIX 1.8.4 (Oracle Call Interface)
    Proxy: ZABBIX 1.8.4 (sqlite3)
    Agents: ZABBIX 1.8.4 (connection via proxies and directly)
    Server Database: Oracle RDBMS 11.2.0.1
    Locale: Germany

    Any ideas?
    Last edited by BDiE8VNy; 22-03-2011, 22:33.
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    It turns out that the issue ist NLS based.
    After setting of a proper variable within the environment of the web-server everything works like a charm:

    Code:
    [root@zbxsrv ~]# tail -n1 /etc/sysconfig/httpd 
    export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
    [root@zbxsrv ~]#

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Hmm, interesting problem. Must be something related to number formatting. Thanks for the follow up!
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      Working...