Skip to content

Instantly share code, notes, and snippets.

@djzort
djzort / collectd_insert.sql
Last active September 26, 2025 04:01 — forked from felix/collectd_insert.sql
A schema for collectd output to Postgresql with Timescaledb
-- Description:
-- ------------
--
-- This is an example schema for storing collectd metrics in a TimescaleDB
-- dabase (see https://www.timescale.com/). It is based on the PostgreSQL
-- schema contributed by Sebastian Harl.
--
-- Prerequisities:
-- ---------------
--