v-zhuravlev / zbx-smartctl

Templates and scripts for monitoring disks health with Zabbix and smartmontools
https://share.zabbix.com/storage-devices/smartmontools/smart-monitoring-with-smartmontools-lld
GNU General Public License v3.0
245 stars 127 forks source link

fix json #7

Closed burner1024 closed 8 years ago

burner1024 commented 8 years ago

Extra comma makes JSON invalid (as reported by jsonlint.com). LLD fails because of that.

v-zhuravlev commented 8 years ago

Thanks for fixing this!