fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] fabric std output to file


From: Kaushal Shriyan
Subject: [Fab-user] fabric std output to file
Date: Mon, 18 Jul 2016 17:54:04 +0530

My fabric python script is here 

######################################################
from fabric.api import *

env.hosts = ['192.168.1.215','192.168.1.168','192.168.1.99']

def checkconn():
    run('w')
def checkdisk():
    run('df -hT --total')
######################################################

$fab checkconn should write to a file in the local system instead of stdout on the console.  For example output of "w" command run on the remote server should be written to a file locally.

Any help will be highly appreciable

Regards,

Kaushal

reply via email to

[Prev in Thread] Current Thread [Next in Thread]