This commit is contained in:
Páll Guðjón Sigurðsson 2010-10-25 18:49:02 +00:00
parent 802a78211c
commit 8c129c6fea
3 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,8 @@ escape_newlines = False
check_system = None # By default check all systems
proxyserver = None
server_side_troubleshooting = False # set to true, if you do not have sssu binary handy
# No real need to change anything below here
version="1.0"
ok=0
@ -206,7 +208,9 @@ def run_sssu(system=None, command="ls system full"):
commandstring = "sssu "
for i in commands: commandstring = commandstring + '"%s" '% i
commandstring = 'cat "debug/%s"' % command
global server_side_troubleshooting
if server_side_troubleshooting == True:
commandstring = 'cat "debug/%s"' % command
#print mystring
#if command == "ls system full":