o
    *b                     @   s6   d dl mZmZmZ d dlmZ G dd deeZdS )    )PluginIndependentPluginSoSPredicate)is_executablec                   @   s(   e Zd ZdZdZdZdZdZdd ZdS )	SystemdzSystem management daemonsystemd)systemservicesZboot)r   )/run/systemd/systemc                 C   s   |  ddddd | g d | jddd	 td
r!d}d}nd}d}| j||gt| dgdd | jddd | drD| d | g d | d d S )NZinsights_etc_journald_confZinsights_usr_journald_conf_dZinsights_systemd_system_confZinsights_systemd_logind_conf)z/etc/systemd/journald.conf.*z /usr/lib/systemd/journald.conf.*z/etc/systemd/system.confz/etc/systemd/logind.conf)zsystemctl status --allzsystemctl show --allzsystemctl show *service --allzsystemctl list-unitszsystemctl list-units --failedzsystemctl list-units --allzsystemctl list-unit-fileszsystemctl list-jobszsystemctl list-dependencieszsystemctl list-timers --allzsystemctl list-machineszsystemctl show-environmentzsystemd-deltazsystemd-analyzezsystemd-analyze blamezsystemd-analyze dumpzsystemd-inhibit --listzjournalctl --list-bootszls -lR /lib/systemdZtimedatectldate)Zroot_symlinkZ
resolvectlzresolvectl statuszresolvectl statisticszsystemd-resolve --statuszsystemd-resolve --statisticszsystemd-resolved)r	   )Zpredzsystemd-analyze plotzsystemd-analyze_plot.svg)Zsuggest_filenameZverifyzjournalctl --verify)z/etc/systemdz/lib/systemd/systemz/lib/systemd/userz/etc/vconsole.confz/run/systemd/generator*z/run/systemd/seatsz/run/systemd/sessionsr
   z/run/systemd/usersz/etc/modules-load.d/*.confz!/etc/yum/protected.d/systemd.confz/etc/tmpfiles.d/*.confz/run/tmpfiles.d/*.confz/usr/lib/tmpfiles.d/*.confz	/dev/null)Zadd_file_tagsZadd_cmd_outputr   r   Z
get_optionZadd_copy_specZadd_forbidden_path)selfZresolvectl_statusZresolvectl_statistics r   </usr/lib/python3/dist-packages/sos/report/plugins/systemd.pysetup   s4   

zSystemd.setupN)	__name__
__module____qualname__Z
short_descZplugin_nameZprofilesZpackagesfilesr   r   r   r   r   r      s    r   N)Zsos.report.pluginsr   r   r   Zsos.utilitiesr   r   r   r   r   r   <module>   s   
