Ad Widget

Collapse

Problem import graph into a template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bast
    Junior Member
    • Sep 2008
    • 11

    #1

    Problem import graph into a template

    When I import new graphs into a template, they does not appear in the templates that are linked with the template imported.
    Zabbix 1.6 and MySQL 5.0 (Debian Lenny)
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    I am not quite sure I understand what you are saying. Please give as an XML to test this case.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • bast
      Junior Member
      • Sep 2008
      • 11

      #3
      I have open a bug : see https://support.zabbix.com/browse/ZBX-547

      Comment

      • nobler1050
        Junior Member
        • May 2008
        • 11

        #4
        I have the same issue. I am running zabbix 1.4.4. I exported a template called Cisco2960G that had 1 graph configured for In/out bytes on interface 1. I then duplicated the xml lines for the graph for interfaces 2-24. Then I imported the xml. When monitoring graphs, the imported ones do not show up. However if I build it the same way as it is imported it works. Not sure whats going on. I really do not feel like doing 24 graphs manually. Below is an example of the graph I tried to add via importing.

        <graph name="Byte in/out on Interface Gi 0/2" width="400" height="200">
        <show_work_period>1</show_work_period>
        <show_triggers>1</show_triggers>
        <yaxismin>0.0000</yaxismin>
        <yaxismax>100.0000</yaxismax>
        <graph_elements>
        <graph_element item="{HOSTNAME}:ifOutOctets.10102">
        <color>0000CC</color>
        <yaxisside>1</yaxisside>
        <calc_fnc>2</calc_fnc>
        <periods_cnt>5</periods_cnt>
        </graph_element>
        <graph_element item="{HOSTNAME}:ifInOctets.10102">
        <color>009900</color>
        <yaxisside>1</yaxisside>
        <calc_fnc>2</calc_fnc>
        <periods_cnt>5</periods_cnt>
        </graph_element>
        </graph_elements>
        </graph>

        Comment

        • fdeclerck
          Junior Member
          • Oct 2008
          • 1

          #5
          Same issue with the release 1.6.1 :/

          Comment

          Working...