librenms/sql-schema/167.sql
Neil Lathwood fad5aca1b7 feature: Allow customisation of rrd step/heartbeat when creating new rrd files (#5947)
* 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
2017-02-23 22:45:50 +00:00

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');