lesovsky / zabbix-extensions

Zabbix additional monitoring modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux/scripts/check-netif-speed.sh prints invalid JSON

stephankn opened this issue · comments

script prints invalid JSON in discovery. Comma at last entry has to be omitted.

{
        "data":[

        {
                "{#PHYS_IFNAME}":"eth0"
        },

        ]
}