Changeset 3301 for monitoring


Ignore:
Timestamp:
08/08/13 08:14:14 (11 years ago)
Author:
sanmai
Message:
  • Trigger removal of debugging code from this file.
File:
1 edited

Legend:

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

    r3267 r3301  
    257257            # HTTP status codes 200 and 302
    258258            # X- Resolve redirect in case of HTTP status == 302
    259 
    260259                well_formed  = validator(data                   = data,
    261260                                         descriptive_string     = UP_URL,
     
    274273
    275274            elif response.status in redirecting_responses :
    276 
    277275                new_location_URL = dict(response.getheaders())['location']
    278276
     
    286284
    287285            else :
    288 
    289286                handle_connection_failure("Unreachable URL! HTTP response code: " + str(response.status) +
    290287                                            "\nThis problem originates from location 3 in '" + special_plugin_file_name + "'.\n")
Note: See TracChangeset for help on using the changeset viewer.