Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/lib/python3.6/site-packages/sos/collector/transports/__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
3 ~ �g � @ s@ d dl Z d dlmZ d dlmZ d dlmZ G dd� de�ZdS )� N)�JujuNotInstalledException)�RemoteTransport)�sos_get_command_outputc @ sb e Zd ZdZdZdZdd� Zdd� Zdd d �Zdd� Z e d d� �Ze dd� �Zdd� Z dd� ZdS )�JujuSSHa A "transport" that leverages `juju ssh` to perform commands on the remote hosts. This transport is expected to be used in juju managed environment, and the user should have the necessary credential for accessing the controller. When using this transport, the --nodes option will be expected to be a comma separated machine IDs, **not** IP addr, since `juju ssh` identifies the ssh target by machine ID. Examples: sos collect --nodes 0,1,2 --no-local --transport juju --batch Zjuju_sshZubuntuc C sT d}yt j|t jdd� W n4 t jk rN } z| jd� t|�W Y d d }~X nX dS )Nzjuju versionT)�stderr�shellzFailed to check `juju` version)� subprocess�check_output�STDOUT�CalledProcessError� log_errorr )�self�cmd�err� r �/usr/lib/python3.6/juju.py�_check_juju_installed'