Changeset 4050 for monitoring


Ignore:
Timestamp:
11/19/13 13:08:01 (11 years ago)
Author:
sanmai
Message:
  • Fix syntax error.
File:
1 edited

Legend:

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

    r4049 r4050  
    289289    try :
    290290        conn = httplib.HTTPConnection(host = host,
    291                                       port = port_number
     291                                      port = port_number,
    292292                                      strict = True) # X- accomodate https?
    293293
Note: See TracChangeset for help on using the changeset viewer.