HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/python3/dist-packages/sos/report/plugins/__pycache__/candlepin.cpython-38.pyc
U

i��d��@s>ddlmZmZddlmZddlmZGdd�dee�ZdS)�)�Plugin�RedHatPlugin)�quote)�matchc@s2eZdZdZdZdZdd�Zddd�Zd	d
�ZdS)
�	Candlepinz Candlepin entitlement management�	candlepin)rc
Cs<d|_d|_d}z|t|�����D]f}|r"|ddkr8q"td|�rn|�d�d|_|j�d	�d
�d�d|_td|�r"|�d�d|_q"Wnttfk
r�YnX|�	d
ddd��d|ji|_
|jddgdd�|�dddddddddddg�|�d�|�
d �}|j|d!|j
d"�|�
d#�}|j|d$|j
d"�dS)%NZ	localhost��/etc/candlepin/candlepin.confr�#z&^\s*org.quartz.dataSource.myDS.URL=\S+�=��/��:z+^\s*org.quartz.dataSource.myDS.password=\S+Z
candlepin_logZcandlepin_error_logZcandlepin_conf)z"/var/log/candlepin/candlepin.log.*z/var/log/candlepin/err.log.*r	Z
PGPASSWORDz/var/log/candlepin/error.logz /var/log/candlepin/candlepin.log)Z	sizelimit�/etc/candlepin/broker.xmlz/var/log/candlepin/audit*.log*z%/var/log/candlepin/candlepin.log[.-]*z/var/log/candlepin/cpdb*.log*z/var/log/candlepin/cpinit*.log*z!/var/log/candlepin/error.log[.-]*z/var/log/tomcat*/catalina*log*z"/var/log/tomcat*/host-manager*log*z/var/log/tomcat*/localhost*log*z/var/log/tomcat*/manager*log*zdu -sh /var/lib/candlepin/*/*a[SELECT table_name, pg_size_pretty(total_bytes) AS total, pg_size_pretty(index_bytes) AS INDEX , pg_size_pretty(toast_bytes) AS toast, pg_size_pretty(table_bytes) AS TABLE FROM ( SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes FROM (SELECT c.oid,nspname AS table_schema, relname AS TABLE_NAME, c.reltuples AS row_estimate, pg_total_relation_size(c.oid) AS total_bytes, pg_indexes_size(c.oid) AS index_bytes, pg_total_relation_size(reltoastrelid) AS toast_bytes FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE relkind = 'r') a) a order by total_bytes DESCZcandlepin_db_tables_sizes)Zsuggest_filename�envzN            SELECT displayname, content_access_mode             FROM cp_owner;Zsimple_content_access)�dbhostZdbpasswd�open�read�
splitlinesr�split�IOError�
IndexErrorZ
add_file_tagsrZ
add_copy_specZadd_cmd_output�build_query_cmd)�selfZcfg_file�lineZ_cmd�r�>/usr/lib/python3/dist-packages/sos/report/plugins/candlepin.py�setupsf

�	���
��
�zCandlepin.setupFcCs$|rdnd}d}||j|t|�fS)aI
        Builds the command needed to invoke the pgsql query as the postgres
        user.
        The query requires significant quoting work to satisfy both the
        shell and postgres parsing requirements. Note that this will generate
        a large amount of quoting in sos logs referencing the command being run
        z
-A -F , -XrzUpsql --no-password -h %s -p 5432 -U candlepin                   -d candlepin %s -c %s)rr)rZqueryZcsvZ	csvformatZ_dbcmdrrrrnszCandlepin.build_query_cmdcCsHd}d}|�d||�d}|�d||�dD]}|�dd|d	�q,dS)
Nz$(((.*)(pass|token|secret)(.*))=)(.*)z
\1********r	z(--password=)([a-zA-Z0-9]*)z/var/log/candlepin/cpdb.log)ZtrustStorePasswordZkeyStorePasswordrz(%s)=(\w*)([;<])z
\1=********\3)Zdo_file_sub)rZreg�replZcpdbreg�keyrrr�postproc{s�zCandlepin.postprocN)F)	�__name__�
__module__�__qualname__Z
short_descZplugin_nameZpackagesrrr!rrrrrsW

rN)Zsos.report.pluginsrrZpipesr�rerrrrrr�<module>s