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 (#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
This commit is contained in:
		| @@ -41,7 +41,7 @@ function rrd_array_filter($arr) | ||||
|  * Datastore-independent function which should be used for all polled metrics. | ||||
|  * | ||||
|  * RRD Tags: | ||||
|  *   rrd_def     array|string: (required) an array of rrd field definitions example: "DS:dataName:COUNTER:600:U:100000000000" | ||||
|  *   rrd_def     RrdDefinition | ||||
|  *   rrd_name    array|string: the rrd filename, will be processed with rrd_name() | ||||
|  *   rrd_oldname array|string: old rrd filename to rename, will be processed with rrd_name() | ||||
|  *   rrd_step             int: rrd step, defaults to 300 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user