mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* feature: Allow customisation of rrd step/heartbeat when creating new rrd files * revert defaults * added docs + webui config option * Move RrdDefinition to an Object to make them easier to create and remove the possibility of typos. * Fix style/lint issues and missing use statements * 3 more missing use statements * updated doc + moved schema file
2 lines
395 B
SQL
2 lines
395 B
SQL
INSERT INTO config (config_name,config_value,config_default,config_descr,config_group,config_group_order,config_sub_group,config_sub_group_order,config_hidden,config_disabled) values ('rrd.step','300','300','Change the rrd step value (default 300)','external',0,'rrdtool',0,'0','0'), ('rrd.heartbeat','600','600','Change the rrd heartbeat value (default 600)','external',0,'rrdtool',0,'0','0');
|