IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2019, 2:24:01 PM (7 years ago)
Author:
tdeboer
Message:

updates to ippMonitor and czartool to handle gpc2 labels and improve czartool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/config.dat.in

    r38208 r40840  
    11
     2// host and user information for the main processing database (contains, e.g., gpc1, gpc2, etc)
    23$DBHOST    = "";
    34$DBUSER    = "";
    45$DBPASS    = "";
     6
     7
     8// location of nebulous apache interface machine
     9$NEB_SERVER = "";
     10
     11// Czartool configuration variables
     12// NOTE: These should match the configuration file used by the czartool perl modules: czartool/czarconfig.xml
     13$CZARDBNAME = "";
     14$CZARDBHOST = "";
     15
     16// location of plots produced by czarpoll.pl
     17$CZARPLOTDIR = "";
    518
    619// Temporary files belonging to DELETION_USER and older than
     
    922
    1023$DELETION_USER   = "";
    11 $DELETION_DELAY  = 15;
     24$DELETION_DELAY  =5;
    1225
    13 $REPL_HOST_IPPADMIN      = "";
    14 $REPL_USER_IPPADMIN      = "";
    15 $REPL_PASSWORD_IPPADMIN  = "";
    16 $REPL_DBNAME_IPPADMIN    = "" ;
     26$HOST_NEBULOUS  = "";
     27$USER_NEBULOUS  = "";
     28$PASSWORD_NEBULOUS  = "";
     29$DBNAME_NEBULOUS  = "";
    1730
    18 $REPL_HOST_NEBULOUS      = "";
    19 $REPL_USER_NEBULOUS      = "";
     31$REPL_HOST_NEBULOUS  = "";
     32$REPL_USER_NEBULOUS  = "";
    2033$REPL_PASSWORD_NEBULOUS  = "";
    21 $REPL_DBNAME_NEBULOUS    = "";
     34$REPL_DBNAME_NEBULOUS  = "";
    2235
    23 $REPL_HOST_PSTAMP      = "";
    24 $REPL_USER_PSTAMP      = "";
     36$REPL_HOST_NEBULOUS_SECONDARY  = "";
     37$REPL_USER_NEBULOUS_SECONDARY  = "";
     38$REPL_PASSWORD_NEBULOUS_SECONDARY  = "";
     39$REPL_DBNAME_NEBULOUS_SECONDARY  = "";
     40
     41$REPL_HOST_PSTAMP  = "";
     42$REPL_USER_PSTAMP  = "";
    2543$REPL_PASSWORD_PSTAMP  = "";
    26 $REPL_DBNAME_PSTAMP    = "";
     44$REPL_DBNAME_PSTAMP  = "";
    2745
    28 $REPL_HOST_GPC1      = "";
    29 $REPL_USER_GPC1      = "";
     46$REPL_HOST_ISP  = "";
     47$REPL_USER_ISP  = "";
     48$REPL_PASSWORD_ISP  = "";
     49$REPL_DBNAME_ISP  = "";
     50
     51$HOST_GPC1  = "";
     52$USER_GPC1  = "";
     53$PASSWORD_GPC1  = "";
     54$DBNAME_GPC1  = "";
     55
     56$REPL_HOST_GPC1  = "";
     57$REPL_USER_GPC1  = "";
    3058$REPL_PASSWORD_GPC1  = "";
    31 $REPL_DBNAME_GPC1    = "";
     59$REPL_DBNAME_GPC1  = "";
    3260
    33 $REPL_HOST_ISP      = "";
    34 $REPL_USER_ISP      = "";
    35 $REPL_PASSWORD_ISP  = "";
    36 $REPL_DBNAME_ISP    = "";
     61$REPL_HOST_GPC1_SECONDARY  = "";
     62$REPL_USER_GPC1_SECONDARY  = "";
     63$REPL_PASSWORD_GPC1_SECONDARY  = "";
     64$REPL_DBNAME_GPC1_SECONDARY  = "";
    3765
    38 $REPL_HOST_NEBULOUS_SECONDARY      = "";
    39 $REPL_USER_NEBULOUS_SECONDARY      = "";
    40 $REPL_PASSWORD_NEBULOUS_SECONDARY  = "";
    41 $REPL_DBNAME_NEBULOUS_SECONDARY    = "";
     66$REPL_HOST_DATASTORE_SECONDARY  = "";
     67$REPL_USER_DATASTORE_SECONDARY  = "";
     68$REPL_PASSWORD_DATASTORE_SECONDARY  = "";
     69$REPL_DBNAME_DATASTORE_SECONDARY  = "";
     70
     71//Important machines that should be checked for accessibiltiy
     72$HOST_GATEWAY  = "";
     73$DBNAME_GATEWAY  = "";
     74
     75$HOST_GATEWAY_SECONDARY  = "";
     76$DBNAME_GATEWAY_SECONDARY  = "";
     77
     78$HOST_APACHE1  = "";
     79$DBNAME_APACHE1  = "";
     80
     81$HOST_APACHE2  = "";
     82$DBNAME_APACHE2  = "";
     83
     84$HOST_APACHE3  = "";
     85$DBNAME_APACHE3  = "";
     86
     87$HOST_APACHE4  = "";
     88$DBNAME_APACHE4  = "";
     89
     90$HOST_APACHE5  = "";
     91$DBNAME_APACHE5  = "";
     92
     93$HOST_APACHE6  = "";
     94$DBNAME_APACHE6  = "";
     95
     96$HOST_PROXY  = "";
     97$DBNAME_PROXY  = "";
     98
     99$HOST_SVN  = "";
     100$DBNAME_SVN  = "";
     101
     102$HOST_CONFLUENCE  = "";
     103$DBNAME_CONFLUENCE  = "";
     104
     105
Note: See TracChangeset for help on using the changeset viewer.