o
    *b                     @   s4   d dl mZmZmZ d dlZG dd deeeZdS )    )PluginRedHatPluginUbuntuPluginNc                   @   s,   e Zd ZdZdZdZdZdd Zdd Zd	S )
CephMGRzCEPH mgrZceph_mgr)ZstorageZvirt	container)z
ceph-mgr.*c                 C   s   t  drdS dS )Nz/var/lib/ceph/mgr/*/*TF)glob)self r	   =/usr/lib/python3/dist-packages/sos/report/plugins/ceph_mgr.pycheck_enabled   s   zCephMGR.check_enabledc                    s   |  ddi | g d | dg g d | g d g }| d}|d d	krU|d
  D ]"}| }t|dk r?q2|d dkrTd|d	 v rT|d|d   q2z| 	dd	 d }W n t
yk   d }Y nw | j fdd|D |d d S )Nz/var/log/ceph/ceph-mgr.*.logZceph_mgr_log)z/var/log/ceph/ceph-mgr*.logz/var/lib/ceph/mgr/z/var/lib/ceph/bootstrap-mgr/z/run/ceph/ceph-mgr*zceph balancer status)zconfig diffzconfig showZ
dump_cacheZdump_mempoolsZdump_osd_networkmds_requestsmds_sessionsZobjecter_requestsr   r   z	perf dumpzperf histogram dumpzperf histogram schemazperf schemastatusversion)z/etc/ceph/*keyring*z/var/lib/ceph/*keyring*z/var/lib/ceph/*/*keyring*z/var/lib/ceph/*/*/*keyring*z/var/lib/ceph/osdz/var/lib/ceph/monz/var/lib/ceph/tmp/*mnt*z/etc/ceph/*bindpass*zps -u ceph -o argsr   r   output      z--idzceph-mgrzmgr.%s   z	ceph-mgr*   c                    s"   g | ]} D ]}d ||f qqS )zceph daemon %s %sr	   ).0ZmgridcmdZ	ceph_cmdsr	   r
   
<listcomp>]   s    z!CephMGR.setup.<locals>.<listcomp>)r   )Zadd_file_tagsZadd_copy_specZadd_cmd_outputZadd_forbidden_pathZexec_cmd
splitlinessplitlenappendZget_all_containers_by_regex	Exception)r   Zmgr_idsoutZprocsprocZcnamer	   r   r
   setup   s:   

zCephMGR.setupN)	__name__
__module____qualname__Z
short_descZplugin_nameZprofilesZ
containersr   r    r	   r	   r	   r
   r      s    r   )Zsos.report.pluginsr   r   r   r   r   r	   r	   r	   r
   <module>   s   