Changeset 40840 for trunk/ippMonitor/config.dat.in
- Timestamp:
- Jul 23, 2019, 2:24:01 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/config.dat.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/config.dat.in
r38208 r40840 1 1 2 // host and user information for the main processing database (contains, e.g., gpc1, gpc2, etc) 2 3 $DBHOST = ""; 3 4 $DBUSER = ""; 4 5 $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 = ""; 5 18 6 19 // Temporary files belonging to DELETION_USER and older than … … 9 22 10 23 $DELETION_USER = ""; 11 $DELETION_DELAY = 15;24 $DELETION_DELAY =5; 12 25 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 = ""; 17 30 18 $REPL_HOST_NEBULOUS = "";19 $REPL_USER_NEBULOUS = "";31 $REPL_HOST_NEBULOUS = ""; 32 $REPL_USER_NEBULOUS = ""; 20 33 $REPL_PASSWORD_NEBULOUS = ""; 21 $REPL_DBNAME_NEBULOUS = "";34 $REPL_DBNAME_NEBULOUS = ""; 22 35 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 = ""; 25 43 $REPL_PASSWORD_PSTAMP = ""; 26 $REPL_DBNAME_PSTAMP = "";44 $REPL_DBNAME_PSTAMP = ""; 27 45 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 = ""; 30 58 $REPL_PASSWORD_GPC1 = ""; 31 $REPL_DBNAME_GPC1 = "";59 $REPL_DBNAME_GPC1 = ""; 32 60 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 = ""; 37 65 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.
