o
    idK                     @   s*   d dl mZmZmZ G dd deeZdS )    )PluginRedHatPlugin	PluginOptc                   @   s8   e Zd ZdZdZdZeddddgZdd	 Zd
d Z	dS )VeritaszVeritas softwareveritas)clusterstoragescriptz/opt/VRTSspt/VRTSexplorerzPath to VRTSexploer script)defaultdescc                 C   s   |  | dS )Nr	   )path_isfile
get_option)self r   </usr/lib/python3/dist-packages/sos/report/plugins/veritas.pycheck_enabled   s   zVeritas.check_enabledc                 C   sh   |  | d}|d dkr0d}|d D ]}| }| d|}qt|dkr2| |d  dS dS dS )	z= interface with vrtsexplorer to capture veritas related data r	   statusr    outputzftp (.*tar.gz)   N)exec_cmdr   stripdo_regex_find_alllenadd_copy_spec)r   rtarfileliner   r   r   setup   s   zVeritas.setupN)
__name__
__module____qualname__
short_descplugin_nameprofilesr   option_listr   r   r   r   r   r   r      s    r   N)sos.report.pluginsr   r   r   r   r   r   r   r   <module>   s   