Changeset 1437
- Timestamp:
- 03/08/07 16:27:05 (6 years ago)
- File:
-
- 1 edited
-
ccsd/trunk/dbschema/ccs_graphs.schema (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ccsd/trunk/dbschema/ccs_graphs.schema
r1435 r1437 51 51 auto_comment varchar(1) DEFAULT 'f', 52 52 upper integer DEFAULT NULL, 53 virtical_label varchar(64) 53 virtical_label varchar(64), 54 units integer DEFAULT 1, 55 base integer DEFAULT NULL 54 56 ); 55 57 … … 322 324 INSERT INTO graph_type VALUES (DEFAULT, 4, 2, 'Signal / Noise', 'wireless', DEFAULT, 't', DEFAULT,'-dbM'); 323 325 324 INSERT INTO graph_type VALUES (DEFAULT, 5, 4, 'Load Average', 'processor', DEFAULT, 't', DEFAULT,'' );326 INSERT INTO graph_type VALUES (DEFAULT, 5, 4, 'Load Average', 'processor', DEFAULT, 't', DEFAULT,'',0); 325 327 326 328 INSERT INTO graph_type VALUES (DEFAULT, 6, 5, 'Packets(0-250 bytes)', 'ratestats250', 't', DEFAULT, 100,'%'); … … 393 395 INSERT INTO graph_parts VALUES (DEFAULT, 9, 1, 'DEF', 0, '5-Min-Avg','5m_avg', 'AVERAGE'); 394 396 INSERT INTO graph_parts VALUES (DEFAULT, 9, 1, 'DEF', 0, '15-Min-Avg','15m_avg', 'AVERAGE'); 395 INSERT INTO graph_parts VALUES (DEFAULT, 9, 2, 'AREA', '19e319', '1 Min. Load Average', '1m_avg', ''); 396 INSERT INTO graph_parts VALUES (DEFAULT, 9, 3, 'STACK', 'ed2510', '5 Min. Load Average', '5m_avg', ''); 397 INSERT INTO graph_parts VALUES (DEFAULT, 9, 4, 'STACK', 'ffba14', '15 Min. Load Average', '15m_avg', ''); 397 INSERT INTO graph_parts VALUES (DEFAULT, 9, 2, 'CDEF', 0, '1m_avg,100,/','sc_1m_avg', ''); 398 INSERT INTO graph_parts VALUES (DEFAULT, 9, 2, 'CDEF', 0, '5m_avg,100,/','sc_5m_avg', ''); 399 INSERT INTO graph_parts VALUES (DEFAULT, 9, 2, 'CDEF', 0, '15m_avg,100,/','sc_15m_avg', ''); 400 INSERT INTO graph_parts VALUES (DEFAULT, 9, 3, 'AREA', '19e319', '1 Min. Load Average', 'sc_1m_avg', ''); 401 INSERT INTO graph_parts VALUES (DEFAULT, 9, 4, 'STACK', 'ed2510', '5 Min. Load Average', 'sc_5m_avg', ''); 402 INSERT INTO graph_parts VALUES (DEFAULT, 9, 5, 'STACK', 'ffba14', '15 Min. Load Average', 'sc_15m_avg', ''); 398 403 399 404 INSERT INTO graph_parts VALUES (DEFAULT, 10, 1, 'DEF', 0, 'Packets1','t1', 'AVERAGE');
Note: See TracChangeset
for help on using the changeset viewer.
