o
    i©¹d“  ã                   @   s    d dl mZ G dd„ deƒZdS )é    )ÚClusterc                   @   s(   e Zd ZdZdZdZdd„ Zdd„ ZdS )ÚjbonaY  
    Used when --cluster-type=none (or jbon) to avoid cluster checks, and just
    use the provided --nodes list.

    Using this profile will skip any and all operations that a cluster profile
    normally performs, and will not set any plugins, plugin options, or presets
    for the sos report generated on the nodes provided by --nodes.
    z"Just a Bunch Of Nodes (no cluster)Nc                 C   s   g S )N© ©Úselfr   r   ú=/usr/lib/python3/dist-packages/sos/collector/clusters/jbon.pyÚ	get_nodes   s   zjbon.get_nodesc                 C   s   dS )NFr   r   r   r   r   Úcheck_enabled   s   zjbon.check_enabled)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úcluster_nameÚpackagesr   r	   r   r   r   r   r      s    	r   N)Úsos.collector.clustersr   r   r   r   r   r   Ú<module>   s   
