Details
-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
5.0.19
-
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
- is duplicated by
-
ZBX-20163 vfs.file.contents["/sys/class/net/vnet8/operstate"]" became not supported: Value "Problem parsing interface operstate in JS" of type "string" is not suitable for value type "Numeric (unsigned)"
-
- Closed
-