Private GIT

Skip to content
Snippets Groups Projects
Commit f1a58097 authored by root's avatar root
Browse files

correct install information for activate overlib

parent 166b1617
No related branches found
No related tags found
No related merge requests found
/* Not finished */ /* Not finished */
/*----------------------- /*--------------------------------------------------
# Create by ckforum # Create by ckforum
# june 2019 # june 2019
# release 1.9 # release 2.0
# thanks to yoyo # thanks to yoyo and librenms teams
------------------------*/ # warning ! for backgroud of overlib
# see https://github.com/librenms/librenms/pull/10300
----------------------------------------------------*/
/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP */ /* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP and delete this config add on comment */
/* SEEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */ /* SEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */
/* /*
### DARK MODE ### DARK MODE
// rtext color graph // text color graph
$config['rrdgraph_def_text_color'] = 'ffffff'; $config['rrdgraph_def_text_color'] = 'ffffff';
// Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%) // Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
// can't see the difference ...
$config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'"; $config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'";
// Set this to false if you want to disable the mouseover popup graphs // Set this to false if you want to disable the mouseover popup graphs
$config['web_mouseover'] = false; $config['web_mouseover'] = true;
### custom style ### custom style
# uncomment line below and replace the logo with yours # uncomment line below and replace the logo with yours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment