Changeset 41677 for trunk/ippMonitor/raw/site.php
- Timestamp:
- Jul 1, 2021, 5:22:46 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/site.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/site.php
r41381 r41677 4 4 // values below are set based on the binary, etc paths. 5 5 6 $WWWHOST = "ipp11 3.ifa.hawaii.edu";6 $WWWHOST = "ipp117.ifa.hawaii.edu"; 7 7 8 $PERLLIB = "/data/ippc 18.0/home/tdeboer/ipp/default.lin64/lib";8 $PERLLIB = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/lib"; 9 9 $BINDIR = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/bin"; 10 $LIBDIR = "/data/ippc 18.0/home/tdeboer/ipp/default.lin64/lib";10 $LIBDIR = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/lib"; 11 11 $SITE = "/data/ippc64.1/ippitc/ippconfig/ippmonitor.config"; 12 12 13 13 $DBI = "DB"; 14 15 // location of plots produced by czarpoll.pl 16 $CZARPLOTDIR = "./czartool_plots"; 17 $METRICSPLOTDIR = "./ippMetrics"; 14 18 15 19 // insert config.dat here. this contains a number of system-specific things like … … 18 22 19 23 // host and user information for the main processing database (contains, e.g., gpc1, gpc2, etc) 20 $DBHOST = "ippdb0 8";21 $DBUSER = "ipp user";22 $DBPASS = "ipp user";24 $DBHOST = "ippdb05"; 25 $DBUSER = "ipp"; 26 $DBPASS = "ipp"; 23 27 24 28 // location of nebulous apache interface machine 25 $NEB_SERVER = "http://ippc 74/nebulous";29 $NEB_SERVER = "http://ippc33/nebulous"; 26 30 27 31 // Czartool configuration variables 28 32 // NOTE: These should match the configuration file used by the czartool perl modules: czartool/czarconfig.xml 29 33 $CZARDBNAME = "czardb"; 30 $CZARDBHOST = "ippdb0 8";34 $CZARDBHOST = "ippdb05"; 31 35 32 36 // location of plots produced by czarpoll.pl 33 $CZARPLOTDIR = "/export/ipp113.0/ipp/czartool_plots"; 37 //$CZARPLOTDIR = "/export/ipp113.0/ipp/czartool_plots"; 38 //$CZARPLOTDIR = "/export/ipp117.0/ipp/czartool_plots"; 34 39 35 40 // Temporary files belonging to DELETION_USER and older than … … 40 45 $DELETION_DELAY = 15; 41 46 42 $HOST_NEBULOUS = " ippdb09.IfA.Hawaii.Edu";47 $HOST_NEBULOUS = "nebulous.ipp.ifa.hawaii.edu"; 43 48 $USER_NEBULOUS = "ippMonitor"; 44 49 $PASSWORD_NEBULOUS = "ippMonitor"; 45 $DBNAME_NEBULOUS = "ippdb09 nebulous master"; 46 47 $REPL_HOST_NEBULOUS = "ippdb01.IfA.Hawaii.Edu"; 48 $REPL_USER_NEBULOUS = "ippMonitor"; 49 $REPL_PASSWORD_NEBULOUS = "ippMonitor"; 50 $REPL_DBNAME_NEBULOUS = "ippdb01 nebulous repl1 (50,000s behind is acceptable / usually stopped on Mon/Tues for backups)"; 50 $DBNAME_NEBULOUS = "ippdb11 nebulous master"; 51 51 52 52 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb06.IfA.Hawaii.Edu"; 53 53 $REPL_USER_NEBULOUS_SECONDARY = "ippMonitor"; 54 54 $REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor"; 55 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 nebulous repl2 (50,000s behind is acceptable / usually stopped on Mon/Tues for backups)";55 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 nebulous repl2"; 56 56 57 57 $REPL_HOST_NEBULOUS_THIRD = "ippdb12.IfA.Hawaii.Edu"; … … 75 75 $REPL_DBNAME_ISP = "ippc17 (isp)"; 76 76 77 $HOST_GPC1 = "ippdb0 8.IfA.Hawaii.Edu";77 $HOST_GPC1 = "ippdb05.IfA.Hawaii.Edu"; 78 78 $USER_GPC1 = "ippMonitor"; 79 79 $PASSWORD_GPC1 = "ippMonitor"; 80 $DBNAME_GPC1 = "ippdb0 8master db(czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";80 $DBNAME_GPC1 = "ippdb05 master db(czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)"; 81 81 82 $REPL_HOST_GPC1 = "ippdb0 5.IfA.Hawaii.Edu";82 $REPL_HOST_GPC1 = "ippdb01.IfA.Hawaii.Edu"; 83 83 $REPL_USER_GPC1 = "ippMonitor"; 84 84 $REPL_PASSWORD_GPC1 = "ippMonitor"; 85 $REPL_DBNAME_GPC1 = "ippdb0 5repl1 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";85 $REPL_DBNAME_GPC1 = "ippdb01 repl1 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)"; 86 86 87 $REPL_HOST_GPC1_SECONDARY = "ipp 116.IfA.Hawaii.Edu";87 $REPL_HOST_GPC1_SECONDARY = "ippdb09.IfA.Hawaii.Edu"; 88 88 $REPL_USER_GPC1_SECONDARY = "ippMonitor"; 89 89 $REPL_PASSWORD_GPC1_SECONDARY = "ippMonitor"; 90 $REPL_DBNAME_GPC1_SECONDARY = "ipp116 repl2 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)"; 90 $REPL_DBNAME_GPC1_SECONDARY = "ippdb09 repl2 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)"; 91 92 $REPL_HOST_GPC1_THIRD = "ipp116.IfA.Hawaii.Edu"; 93 $REPL_USER_GPC1_THIRD = "ippMonitor"; 94 $REPL_PASSWORD_GPC1_THIRD = "ippMonitor"; 95 $REPL_DBNAME_GPC1_THIRD = "ipp116 repl3 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)"; 91 96 92 97 $REPL_HOST_DATASTORE_SECONDARY = "ipp117.IfA.Hawaii.Edu"; … … 102 107 $DBNAME_GATEWAY_SECONDARY = "ipp117 (gateway backup)"; 103 108 104 $HOST_APACHE1 = "ippc 70.IfA.Hawaii.Edu";105 $DBNAME_APACHE1 = "ippc 70(apache node)";109 $HOST_APACHE1 = "ippc33.IfA.Hawaii.Edu"; 110 $DBNAME_APACHE1 = "ippc33 (apache node)"; 106 111 107 $HOST_APACHE2 = "ippc 71.IfA.Hawaii.Edu";108 $DBNAME_APACHE2 = "ippc 71(apache node)";112 $HOST_APACHE2 = "ippc34.IfA.Hawaii.Edu"; 113 $DBNAME_APACHE2 = "ippc34 (apache node)"; 109 114 110 $HOST_APACHE3 = "ippc 72.IfA.Hawaii.Edu";111 $DBNAME_APACHE3 = "ippc 72(apache node)";115 $HOST_APACHE3 = "ippc35.IfA.Hawaii.Edu"; 116 $DBNAME_APACHE3 = "ippc35 (apache node)"; 112 117 113 $HOST_APACHE4 = "ippc 73.IfA.Hawaii.Edu";114 $DBNAME_APACHE4 = "ippc 73 (apache node)";118 $HOST_APACHE4 = "ippc43.IfA.Hawaii.Edu"; 119 $DBNAME_APACHE4 = "ippc43 (apache node)"; 115 120 116 $HOST_APACHE5 = "ippc 74.IfA.Hawaii.Edu";117 $DBNAME_APACHE5 = "ippc 74 (apache node)";121 $HOST_APACHE5 = "ippc44.IfA.Hawaii.Edu"; 122 $DBNAME_APACHE5 = "ippc44 (apache node)"; 118 123 119 $HOST_APACHE6 = "ippc75.IfA.Hawaii.Edu"; 120 $DBNAME_APACHE6 = "ippc75 (apache node)"; 124 $HOST_APACHE6 = "ippc45.IfA.Hawaii.Edu"; 125 $DBNAME_APACHE6 = "ippc45 (apache node)"; 126 127 $HOST_APACHE7 = "ippc36.IfA.Hawaii.Edu"; 128 $DBNAME_APACHE7 = "ippc36 (backup apache)"; 129 130 $HOST_APACHE8 = "ippc46.IfA.Hawaii.Edu"; 131 $DBNAME_APACHE8 = "ippc46 (backup apache)"; 121 132 122 133 $HOST_PROXY = "ippops1.IfA.Hawaii.Edu"; 123 134 $DBNAME_PROXY = "ippops1 (proxy server)"; 124 135 125 $HOST_SVN = "ippops 2.IfA.Hawaii.Edu";126 $DBNAME_SVN = "ippops 2(svn server)";136 $HOST_SVN = "ippops4.IfA.Hawaii.Edu"; 137 $DBNAME_SVN = "ippops4 (svn server)"; 127 138 128 139 $HOST_CONFLUENCE = "ippops4.IfA.Hawaii.Edu"; 129 140 $DBNAME_CONFLUENCE = "ippops4 (confluence/JIRA)"; 130 141 142 $HOST_NAGIOS = "ipphome0.IfA.Hawaii.Edu"; 143 $DBNAME_NAGIOS = "ipphome0 (nagios/ITC home backup)"; 144 145 $HOST_HOME = "ipphome0.IfA.Hawaii.Edu"; 146 $DBNAME_HOME = "ipphome0 (ITC homedir)"; 131 147 132 148 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
