관리-도구
편집 파일: juju.cpython-39.pyc
a -�_g� � @ s: d dl Z d dlZd dlmZmZmZ G dd� dee�ZdS )� N)�Plugin�UbuntuPlugin� PluginOptc @ sl e Zd ZdZdZdZdZdZedde dd �ed de dd �ed de dd �edde dd �gZdd� Zdd� Z dS )�Jujua3 The Juju plugin is aimed at collecting Juju-related logs, configurations, and controller/model state(s). Logs and agent configuration information (/var/log/juju and /var/lib/juju) is collected by default since these are useful for troubleshooting. The Juju state collection is disabled by default and can be enabled with the 'juju-state' option. Collecting Juju state is safe in theory, but it does act on the live controller(s)/model(s) and is therefore optional. The default Juju state collection collects all controllers and models that the 'juju-user' (default=ubuntu) has access to. Specific controllers or models can be collected using the 'controllers' and 'models' options. Important: the string list is whitespace delimited, not colon delimited (sos plugin standard). This is due to the underlying Juju CLI accepting specific models in the format 'controller:model' and whitespaces are not allowed in either controller and model names. Example: models="controller_a:model_x controller_b:model_y" zJuju orchestration toolZjuju)ZvirtZsysmgmt)� /var/log/juju� juju-stateFz Include Juju state in the report)�defaultZval_typeZdesc� juju-userZubuntuzJuju client user.�controllers� z[Collect Juju state for specified controllers. Uses a whitespace delimited list.�modelszVCollect Juju state for specified models. Uses a whitespace delimited list.c C s | � d�D ]}| �|� | �|� q | �g d�� | �d� | jddgdd� | �d�rr| �g d �� | �d � n | �d� | �d�s�d S | �d �}zt� |� W n& t y� | �d|� d�� Y d S 0 | �d�r�| �d�r�| �d� d S | jd|d�}|d dk�rPt | �d��d��}|�r4|dhk�r4|}nt t�|d �d �� �}ni }| �d��r�| �d��d�D ] }d|� d�}| j||d� �qpnv|D ]p}| jd|� d�|d�} | d dk�r�t�| d �d } | D ].}|d }d|� d|� d�}| j||d� �qq�d S )Nzjuju*) Zjuju_engine_reportZjuju_goroutinesZjuju_heap_profileZjuju_leasesZjuju_metricsZjuju_pubsub_reportZjuju_presence_reportZjuju_statepool_reportZjuju_statetracker_reportZjuju_unit_statusz!/var/lib/juju/agents/*/agent.confz/var/log/juju*z/var/lib/juju*T)� recursiveZall_logs)r z /var/lib/jujuz/var/lib/juju/**/.*z/var/lib/juju/kvmz/var/log/juju/*.logr r zUser "z4" does not exist, will not collect Juju information.r r zWOptions: controllers, models are mutually exclusive. Will not collect Juju information.zjuju controllers --format=json)Zrunas�statusr � r �outputzjuju status -m z --format=jsonzjuju models --all -c z short-name�:)Zget_service_namesZadd_journalZadd_service_statusZadd_cmd_outputZ add_copy_specZadd_dir_listingZ get_optionZadd_forbidden_path�pwd�getpwnam�KeyErrorZ _log_warnZcollect_cmd_output�set�split�json�loads�keysZexec_cmd)�selfZserviceZ juju_userZcontrollers_jsonZdesired_controllersr ZmodelZcommandZ controllerZmodels_jsonr Z short_name� r �;/usr/lib/python3.9/site-packages/sos/report/plugins/juju.py�setupO sz �� ������ ��z Juju.setupc C sH d}g d�}dd� |�� d�}d}| �|||� | �|� | �d� d S )Nz/var/lib/juju/agents/*)ZsharedsecretZapipasswordZoldpasswordZ statepasswordz(^\s*(�|z )\s*:\s*)(.*)z\1*********zjuju controllers)�joinZdo_path_regex_subZdo_file_private_subZdo_cmd_private_sub)r Zagents_pathZprotect_keysZ keys_regexZ sub_regexr r r �postproc� s z Juju.postprocN)�__name__� __module__�__qualname__�__doc__Z short_descZplugin_nameZprofiles�filesr �bool�strZoption_listr r r r r r r s@ �����mr )r r Zsos.report.pluginsr r r r r r r r �<module> s