Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-20479

Template module Linux interface javascript error

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 5.0.19
    • Agent2 plugin (N)
    • 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;

            zabbix.dev Zabbix Development Team
            barzog Oleg Gawriloff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: