Changeset 3566 for monitoring


Ignore:
Timestamp:
09/12/13 18:57:53 (11 years ago)
Author:
sanmai
Message:
  • Finally, privilege code should work now.
File:
1 edited

Legend:

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

    r3565 r3566  
    194194    Nagios_uid = pwd.getpwnam('nagios')[2]
    195195
    196     import multiprocessing
    197 
    198     # def info(title):
    199     #     print title
    200     #     print 'module name:', __name__
    201     #     if hasattr(os, 'getppid'):  # only available on Unix
    202     #         print 'parent process:', os.getppid()
    203     #     print 'process id:', os.getpid()
     196    #import multiprocessing
    204197
    205198    def LDAP_query(OpenDJ_uid, command, LDAP_result_queue) :
    206199
    207         pdb.set_trace()
     200        #pdb.set_trace()
    208201
    209202        try :
Note: See TracChangeset for help on using the changeset viewer.