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

Usbmicron #34

Closed v-zhuravlev closed 7 years ago

v-zhuravlev commented 7 years ago

sudo perl smartctl-disks-discovery.pl

{
        "data":[

                {
                        "{#DISKNAME}":"/dev/sda -d sat",
                        "{#SMART_ENABLED}":"1"
                },
                {
                        "{#DISKNAME}":"/dev/sdc -d usbjmicron,0",
                        "{#SMART_ENABLED}":"1"
                },
                {
                        "{#DISKNAME}":"/dev/sdc -d usbjmicron,1",
                        "{#SMART_ENABLED}":"1"
                }
        ]
}