mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
larger mempool table entries
git-svn-id: http://www.observium.org/svn/observer/trunk@1043 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -4,3 +4,4 @@ ALTER TABLE `processors` CHANGE `processor_descr` `processor_descr` VARCHAR(
|
|||||||
DROP TABLE `cempMemPool`;
|
DROP TABLE `cempMemPool`;
|
||||||
DROP TABLE `cpmCPU`;
|
DROP TABLE `cpmCPU`;
|
||||||
DROP TABLE `cmpMemPool`;
|
DROP TABLE `cmpMemPool`;
|
||||||
|
ALTER TABLE `mempools` CHANGE `mempool_used` `mempool_used` INT( 16 ) NOT NULL ,CHANGE `mempool_free` `mempool_free` INT( 16 ) NOT NULL ,CHANGE `mempool_total` `mempool_total` INT( 16 ) NOT NULL ,CHANGE `mempool_largestfree` `mempool_largestfree` INT( 16 ) NULL DEFAULT NULL ,CHANGE `mempool_lowestfree` `mempool_lowestfree` INT( 16 ) NULL DEFAULT NULL ;
|
||||||
|
@ -34,7 +34,7 @@ $config['timestamp_format'] = 'd-m-Y H:i:s';
|
|||||||
|
|
||||||
### Cosmetics
|
### Cosmetics
|
||||||
|
|
||||||
$config['rrdgraph_def_text'] = " -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF -c GRID#a5a5a5";
|
$config['rrdgraph_def_text'] = " -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF -c GRID#a5a5a5";
|
||||||
$config['rrdgraph_def_text'] .= " -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal";
|
$config['rrdgraph_def_text'] .= " -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal";
|
||||||
$config['overlib_defaults'] = ",FGCOLOR,'#ffffff', BGCOLOR, '#e5e5e5', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#3e3e3e'";
|
$config['overlib_defaults'] = ",FGCOLOR,'#ffffff', BGCOLOR, '#e5e5e5', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#3e3e3e'";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user