Index: trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes.sql
===================================================================
--- trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes.sql	(revision 34097)
+++ trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes.sql	(revision 34097)
@@ -0,0 +1,30 @@
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci00.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci00.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci00.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci01.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci01.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci01.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci02.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci02.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci02.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci03.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci03.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci03.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci04.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci04.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci04.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci05.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci05.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci05.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci06.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci06.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci06.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci07.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci07.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci07.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci08.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci08.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci08.2', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci09.0', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci09.1', 34604620448, 0, 0, 0, 0);
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('stsci09.2', 34604620448, 0, 0, 0, 0);
Index: trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes_template.sql
===================================================================
--- trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes_template.sql	(revision 34097)
+++ trunk/ippMonitor/czartool/sql/insert_new_stsci_nodes_template.sql	(revision 34097)
@@ -0,0 +1,1 @@
+INSERT INTO czardb.hosts(host, total, available, used, writable, readable) VALUES('@HOST@', 34604620448, 0, 0, 0, 0);
