Changeset 34544
- Timestamp:
- Oct 24, 2012, 9:26:51 AM (14 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 3 edited
-
czartool/czartool/czarconfig.xml (modified) (1 diff)
-
raw/czartool_labels.php (modified) (1 diff)
-
raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/czarconfig.xml
r34006 r34544 19 19 20 20 <!-- gpc1 Db section --> 21 <!-- <gpc1database> --> 22 <!-- <name>gpc1</name> --> 23 <!-- <host>scidbs1</host> --> 24 <!-- <user>ippMonitor</user> --> 25 <!-- <password>ippMonitor</password> --> 26 <!-- </gpc1database> --> 21 27 <gpc1database> 22 28 <name>gpc1</name> 23 <host>scidb s1</host>24 <user>ipp Monitor</user>25 <password>ipp Monitor</password>29 <host>scidbm</host> 30 <user>ippuser</user> 31 <password>ippuser</password> 26 32 </gpc1database> 27 33 -
trunk/ippMonitor/raw/czartool_labels.php
r34316 r34544 219 219 showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN); 220 220 showReplicationsStatus($REPL_HOST_ISP, $REPL_USER_ISP, $REPL_PASSWORD_ISP, $REPL_DBNAME_ISP); 221 showReplicationsStatus($REPL_HOST_NEBULOUS_SECONDARY, $REPL_USER_NEBULOUS_SECONDARY, $REPL_PASSWORD_NEBULOUS_SECONDARY, $REPL_DBNAME_NEBULOUS_SECONDARY); 221 222 echo "</table>"; 222 223 -
trunk/ippMonitor/raw/site.php.in
r34007 r34544 47 47 $REPL_DBNAME_ISP = "ippc17 (isp)"; 48 48 49 $REPL_HOST_NEBULOUS_SECONDARY = "ippc63.IfA.Hawaii.Edu"; 50 $REPL_USER_NEBULOUS_SECONDARY = "ippMonitor"; 51 $REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor"; 52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippc63 (secondary) (50,000 sec behind is acceptable)"; 49 53 50 54
Note:
See TracChangeset
for help on using the changeset viewer.
