Changeset 3318


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

Legend:

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

    r3317 r3318  
    2323
    2424    results = map(lambda host : generic_tla_monitoring.check_ldap(host = host,
    25                                                                   bind_DN = bind_DN,
     25                                                                  bind_DN = bind_DN),
    2626                                                                  #special_plugin_file_name = special_plugin_file_name), \
    27                                                                   (host,)
    28                                                                   ) # X- allow for multiple hosts
     27                                                                  (host,))
    2928   
    3029    generic_tla_monitoring.nagios_return_complex(results,
Note: See TracChangeset for help on using the changeset viewer.