Changeset 31146 for branches/eam_branches/ipp-20110213/ippMonitor
- Timestamp:
- Apr 4, 2011, 11:09:34 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippMonitor
- Files:
-
- 6 edited
-
def/autocodeImage.php (modified) (1 diff)
-
raw/czartool_labels.php (modified) (1 diff)
-
raw/simplePlot.php (modified) (1 diff)
-
raw/simplePlotcam.php (modified) (1 diff)
-
raw/simplePlotraw.php (modified) (1 diff)
-
raw/site.php.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippMonitor/def/autocodeImage.php
r28614 r31146 136 136 $filter = 0; 137 137 break; 138 case 'g': 139 $filter = 1; 140 break; 141 case 'r': 142 $filter = 2; 143 break; 144 case 'i': 145 $filter = 3; 146 break; 147 case 'z': 148 $filter = 4; 149 break; 150 case 'y': 151 $filter = 5; 152 break; 153 case 'w': 154 $filter = 6; 155 break; 138 156 default: 139 157 $filter = $value; -
branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_labels.php
r31083 r31146 191 191 showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS); 192 192 showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP); 193 showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN); 193 194 echo "</table>"; 194 195 -
branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlot.php
r27194 r31146 258 258 $filter = 6; 259 259 break; 260 case 'g': 261 $filter = 1; 262 break; 263 case 'r': 264 $filter = 2; 265 break; 266 case 'i': 267 $filter = 3; 268 break; 269 case 'z': 270 $filter = 4; 271 break; 272 case 'y': 273 $filter = 5; 274 break; 275 case 'w': 276 $filter = 6; 277 break; 260 278 default: 261 279 $filter = 0; -
branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotcam.php
r27194 r31146 258 258 $filter = 6; 259 259 break; 260 case 'g': 261 $filter = 1; 262 break; 263 case 'r': 264 $filter = 2; 265 break; 266 case 'i': 267 $filter = 3; 268 break; 269 case 'z': 270 $filter = 4; 271 break; 272 case 'y': 273 $filter = 5; 274 break; 275 case 'w': 276 $filter = 6; 277 break; 260 278 default: 261 279 $filter = 0; -
branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotraw.php
r27194 r31146 238 238 $filter = 6; 239 239 break; 240 case 'g': 241 $filter = 1; 242 break; 243 case 'r': 244 $filter = 2; 245 break; 246 case 'i': 247 $filter = 3; 248 break; 249 case 'z': 250 $filter = 4; 251 break; 252 case 'y': 253 $filter = 5; 254 break; 255 case 'w': 256 $filter = 6; 257 break; 240 258 default: 241 259 $filter = 0; -
branches/eam_branches/ipp-20110213/ippMonitor/raw/site.php.in
r31083 r31146 22 22 $DELETION_DELAY = 15; 23 23 24 $REPL_HOST_ GPC1= "ipp0012.IfA.Hawaii.Edu";25 $REPL_USER_ GPC1= "ipp";26 $REPL_PASSWORD_ GPC1= "ipp";27 $REPL_DBNAME_ GPC1= "ippadmin";24 $REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu"; 25 $REPL_USER_IPPADMIN = "ipp"; 26 $REPL_PASSWORD_IPPADMIN = "ipp"; 27 $REPL_DBNAME_IPPADMIN = "ippadmin"; 28 28 29 29 $REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu"; … … 37 37 $REPL_DBNAME_PSTAMP = "ippRequestServer"; 38 38 39 $REPL_HOST_GPC1 = "ippc02.IfA.Hawaii.Edu"; 40 $REPL_USER_GPC1 = "ippMonitor"; 41 $REPL_PASSWORD_GPC1 = "ippMonitor"; 42 $REPL_DBNAME_GPC1 = "gpc1"; 43 39 44 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
