Changeset 4058 for monitoring


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

Legend:

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

    r4057 r4058  
    297297   
    298298    try :
    299         if protocol = 'http' :
     299        if protocol == 'http' :
    300300            conn = httplib.HTTPConnection(host = host,
    301301                                          port = port_number,
    302302                                          strict = True)
    303         elif protocol = 'https' :
     303        elif protocol == 'https' :
    304304            conn = httplib.HTTPSConnection(host = host,
    305305                                           port = port_number,
Note: See TracChangeset for help on using the changeset viewer.