Changeset 4053 for monitoring


Ignore:
Timestamp:
11/19/13 13:15:34 (11 years ago)
Author:
sanmai
Message:
  • Fix the previous infinite recursion fix.
File:
1 edited

Legend:

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

    r4050 r4053  
    347347
    348348               
    349                 if host == parsed_new_location_URL and http_path == parsed_new_location_URL :
     349                if host == parsed_new_location_URL.netloc and http_path == parsed_new_location_URL.path :
    350350                    return {
    351351                              "code"      : "CRITICAL",
Note: See TracChangeset for help on using the changeset viewer.