IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41679


Ignore:
Timestamp:
Jul 1, 2021, 7:44:11 PM (5 years ago)
Author:
fairlamb
Message:

remove usused, and update config names

Location:
trunk/ippMonitor
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r41253 r41679  
    6868$(DESTWWW)/ipp.czartool.dat \
    6969$(DESTWWW)/czartool_labels.php \
    70 $(DESTWWW)/czartool_labels_old.php \
    7170$(DESTWWW)/czartool_getplot.php \
    7271$(DESTWWW)/czartool_exposures.php \
  • trunk/ippMonitor/config.dat.in

    r40852 r41679  
    1717$CZARPLOTDIR = "";
    1818
    19 // Temporary files belonging to DELETION_USER and older than
    20 // DELETION_DELAY minutes will be delayed by the
    21 // delete_old_tmp_files() function (see raw/ipp.php)
    22 
    2319$DELETION_USER   = "";
    2420$DELETION_DELAY  =5;
     21
     22$HOST_GPC1  = "";
     23$USER_GPC1  = "";
     24$PASSWORD_GPC1  = "";
     25$LABEL_GPC1  = "";
     26
     27$REPL_HOST_GPC1  = "";
     28$REPL_USER_GPC1  = "";
     29$REPL_PASSWORD_GPC1  = "";
     30$REPL_LABEL_GPC1  = "";
     31
     32$REPL_HOST_GPC1_SECONDARY  = "";
     33$REPL_USER_GPC1_SECONDARY  = "";
     34$REPL_PASSWORD_GPC1_SECONDARY  = "";
     35$REPL_LABEL_GPC1_SECONDARY  = "";
     36
     37$REPL_HOST_GPC1_TERTIARY = "";
     38$REPL_USER_GPC1_TERTIARY = "";
     39$REPL_PASSWORD_GPC1_TERTIARY = "";
     40$REPL_LABEL_GPC1_TERTIARY = "";
    2541
    2642$HOST_NEBULOUS  = "";
    2743$USER_NEBULOUS  = "";
    2844$PASSWORD_NEBULOUS  = "";
    29 $DBNAME_NEBULOUS  = "";
     45$LABEL_NEBULOUS  = "";
    3046
    3147$REPL_HOST_NEBULOUS  = "";
    3248$REPL_USER_NEBULOUS  = "";
    3349$REPL_PASSWORD_NEBULOUS  = "";
    34 $REPL_DBNAME_NEBULOUS  = "";
     50$REPL_LABEL_NEBULOUS  = "";
    3551
    3652$REPL_HOST_NEBULOUS_SECONDARY  = "";
    3753$REPL_USER_NEBULOUS_SECONDARY  = "";
    3854$REPL_PASSWORD_NEBULOUS_SECONDARY  = "";
    39 $REPL_DBNAME_NEBULOUS_SECONDARY  = "";
     55$REPL_LABEL_NEBULOUS_SECONDARY  = "";
     56
     57$REPL_HOST_NEBULOUS_TERTIARY  = "";
     58$REPL_USER_NEBULOUS_TERTIARY  = "";
     59$REPL_PASSWORD_NEBULOUS_TERTIARY  = "";
     60$REPL_LABEL_NEBULOUS_TERTIARY  = "";
    4061
    4162$REPL_HOST_PSTAMP  = "";
    4263$REPL_USER_PSTAMP  = "";
    4364$REPL_PASSWORD_PSTAMP  = "";
    44 $REPL_DBNAME_PSTAMP  = "";
     65$REPL_LABEL_PSTAMP  = "";
    4566
    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  = "";
    58 $REPL_PASSWORD_GPC1  = "";
    59 $REPL_DBNAME_GPC1  = "";
    60 
    61 $REPL_HOST_GPC1_SECONDARY  = "";
    62 $REPL_USER_GPC1_SECONDARY  = "";
    63 $REPL_PASSWORD_GPC1_SECONDARY  = "";
    64 $REPL_DBNAME_GPC1_SECONDARY  = "";
    65 
    66 $REPL_HOST_DATASTORE_SECONDARY  = "";
    67 $REPL_USER_DATASTORE_SECONDARY  = "";
    68 $REPL_PASSWORD_DATASTORE_SECONDARY  = "";
    69 $REPL_DBNAME_DATASTORE_SECONDARY  = "";
     67$REPL_HOST_DATASTORE  = "";
     68$REPL_USER_DATASTORE  = "";
     69$REPL_PASSWORD_DATASTORE  = "";
     70$REPL_LABEL_DATASTORE  = "";
    7071
    7172//Important machines that should be checked for accessibiltiy
    7273$HOST_GATEWAY  = "";
    73 $DBNAME_GATEWAY  = "";
     74$LABEL_GATEWAY  = "";
    7475
    7576$HOST_GATEWAY_SECONDARY  = "";
    76 $DBNAME_GATEWAY_SECONDARY  = "";
     77$LABEL_GATEWAY_SECONDARY  = "";
     78
     79$HOST_PROXY  = "";
     80$LABEL_PROXY  = "";
    7781
    7882$HOST_APACHE1  = "";
    79 $DBNAME_APACHE1  = "";
     83$LABEL_APACHE1  = "";
    8084
    8185$HOST_APACHE2  = "";
    82 $DBNAME_APACHE2  = "";
     86$LABEL_APACHE2  = "";
    8387
    8488$HOST_APACHE3  = "";
    85 $DBNAME_APACHE3  = "";
     89$LABEL_APACHE3  = "";
    8690
    8791$HOST_APACHE4  = "";
    88 $DBNAME_APACHE4  = "";
     92$LABEL_APACHE4  = "";
    8993
    9094$HOST_APACHE5  = "";
    91 $DBNAME_APACHE5  = "";
     95$LABEL_APACHE5  = "";
    9296
    9397$HOST_APACHE6  = "";
    94 $DBNAME_APACHE6  = "";
     98$LABEL_APACHE6  = "";
    9599
    96 $HOST_APACHE7  = "";
    97 $DBNAME_APACHE7  = "";
     100$HOST_APACHE_BACKUP1  = ";"
     101$LABEL_APACHE_BACKUP1  = ";"
    98102
    99 $HOST_PROXY  = "";
    100 $DBNAME_PROXY  = "";
     103$HOST_APACHE_BACKUP2  = ";"
     104$LABEL_APACHE_BACKUP2  = ";"
     105
     106$HOST_HOME  = "";
     107$LABEL_HOME  = "";
     108
     109$HOST_HOME_BACKUP  = "";
     110$LABEL_HOME_BACKUP  = "";
     111
     112$HOST_NAGIOS  = "";
     113$LABEL_NAGIOS  = "";
    101114
    102115$HOST_SVN  = "";
    103 $DBNAME_SVN  = "";
     116$LABEL_SVN  = "";
    104117
    105118$HOST_CONFLUENCE  = "";
    106 $DBNAME_CONFLUENCE  = "";
     119$LABEL_CONFLUENCE  = "";
    107120
    108 
     121$HOST_MAILMAN  = "";
     122$LABEL_MAILMAN  = "";
Note: See TracChangeset for help on using the changeset viewer.