Template module Linux interface javascript error

XMLWordPrintable

    • Type: Problem report
    • Resolution: Fixed
    • Priority: Trivial
    • None
    • Affects Version/s: 5.0.19
    • Component/s: Agent2 plugin (G)
    • None

      it seems that there is misspelling in Template Module Linux network interfaces by Zabbix agent -> item prototype=Interface {#IFNAME}: Operational status -> Preprocessing -> Javascript:

      var newvalue;
      switch(value) {
        case "unkonwn":
          newvalue = 0;
          break;

      It should be

      var newvalue;
      switch(value) {
        case "unknown":
          newvalue = 0;
          break;

            Assignee:
            Zabbix Development Team
            Reporter:
            Oleg Gawriloff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: