Changeset 3568 for monitoring


Ignore:
Timestamp:
09/12/13 19:00:13 (11 years ago)
Author:
sanmai
Message:
  • Remove extra stdout output that may cionfuse Nagios.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/mpi/generic_tla_monitoring.py

    r3567 r3568  
    209209                                       stderr = subprocess.PIPE)
    210210
    211             print " ".join(command)
     211            #print " ".join(command)
    212212
    213213            stdout, stderr = process.communicate()
Note: See TracChangeset for help on using the changeset viewer.