Changeset 3317 for monitoring


Ignore:
Timestamp:
08/08/13 10:09:18 (11 years ago)
Author:
sanmai
Message:
  • Small syntactical fix.
File:
1 edited

Legend:

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

    r3316 r3317  
    2222                            bind_DN) :
    2323
    24     results = map(lambda host : generic_tla_monitoring.check_ldap(host = host, \
    25                                                                   bind_DN = bind_DN, \
     24    results = map(lambda host : generic_tla_monitoring.check_ldap(host = host,
     25                                                                  bind_DN = bind_DN,
    2626                                                                  #special_plugin_file_name = special_plugin_file_name), \
    2727                                                                  (host,)
Note: See TracChangeset for help on using the changeset viewer.