Current File : //usr/lib/python3/dist-packages/sos/report/plugins/__pycache__/rhc.cpython-312.pyc |
�
-�_g � �, � d dl mZmZ G d� dee� Zy)� )�Plugin�RedHatPluginc �( � e Zd ZdZdZdZdZd� Zd� Zy)�Rhcz�
RHC is a client tool and daemon that connects the system
to Red Hat hosted services enabling system and
subscription management. This plugin captures
configuration files and the output of 'rhc status'.
z2Red Hat client for remote host configured services�rhc)r c �N � | j ddg� | j dg� y )Nz
/etc/rhc/*z/var/log/rhc-worker-playbookz
rhc status)�
add_copy_spec�add_cmd_output)�selfs �8/usr/lib/python3/dist-packages/sos/report/plugins/rhc.py�setupz Rhc.setup s3 � �����*�
� �
����
� � c �X � | j ddd� d}d}| j ||d� y )Nz&/etc/rhc/workers/foreman_rh_cloud.tomlz%(FORWARDER_PASSWORD\s*=\s*)(.+)(\"\,)z\1********\3z&/var/log/rhc-worker-playbook/ansible/*z9(\s*\"ansible_ssh_host_key_)(.+)(_public\":\s*)(.+)(\,|$)z\1\2\3********\5)�do_path_regex_sub)r �path�regexps r �postproczRhc.postproc% s<