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

Template module Linux interface javascript error

    XMLWordPrintable

Details

    • Problem report
    • Resolution: Fixed
    • Trivial
    • None
    • 5.0.19
    • Agent2 plugin (N)
    • None

    Description

      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;

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: