new monitor in operator account

From: Kris Hagel (hagel@comp.tamu.edu)
Date: Tue Dec 17 2002 - 13:34:37 EST

  • Next message: Flemming Videbaek: "Re: new monitor in operator account"
    Hello,
    This is to inform that I have installed the latest monitoring software 
    in the operator account.  This should fix some of the discrepancies that 
    YK and others saw.  In addition, I have now made it so that all module 
    configuration is done via configure files ala bratmain.  To that end, 
    there is now a file called BropModuleLoader.C which is installed into 
    the share/brop/scripts directory which is the default loader which 
    loades all scripts.  If you want to use your own config file, just copy 
    that one as an example to a file called eg testLoader.C, modify as 
    necessary and involk supermon testLoader.C
    
    Note that you can now get the object pointer from the AddModule method 
    and manipulate it as necessary.  For example if you want to execute a 
    method called Test() in BrOnlineMonitorZDC, you will do in the config file:
    BrOnlineMonitorZDC *zdcMon = 
    mon->AddMonitor("BrOnlineMonitorZDC","ZDC");// as before
    zdcMon->Test();
    
    These changes are committed to the repository so others can check them 
    out if they want to play with the monitoring software.
    
    Regards
    
    Kris
    


    This archive was generated by hypermail 2.1.5 : Tue Dec 17 2002 - 13:35:28 EST