o
    *b                     @   s&   d dl mZmZ G dd deeZdS )    )PluginIndependentPluginc                   @   s$   e Zd ZdZdZdZdZdd ZdS )AtazATA and IDE informationZata)ZstorageZhardware)ZhdparmZsmartmontoolsc                 C   s(   |  d g d}| j|ddgd d S )Nz	/proc/ide)zhdparm %(dev)szsmartctl -a %(dev)szsmartctl -a %(dev)s -jzsmartctl -l scterc %(dev)szsmartctl -l scterc %(dev)s -jzsd.*zhd.*)Z	whitelist)Zadd_copy_specZadd_blockdev_cmd)selfZcmd_list r   8/usr/lib/python3/dist-packages/sos/report/plugins/ata.pysetup   s   
z	Ata.setupN)__name__
__module____qualname__Z
short_descZplugin_nameZprofilesZpackagesr   r   r   r   r   r      s    r   N)Zsos.report.pluginsr   r   r   r   r   r   r   <module>   s   