Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DQM/Integration/scripts/XMLcfgfiles/RCMSServerChecker is written in an unsupported language. File is not indexed.

0001 #!/usr/bin/env python3
0002 """
0003 This module checks if for a specifyed machine the RCMS jobcontrol daemon is 
0004 running.
0005 
0006 (Can be imported, provides method srvChk(srv) )
0007 """
0008 import sys, os.path
0009 
0010 def srvChk(srv):
0011         """
0012         uses server name to 
0013         """
0014         pass
0015 
0016 if __name__=="__main__":
0017