---
title: Reference TICKscripts
description: Example TICKscripts available in the Kapacitor repository.
url: https://docs.influxdata.com/kapacitor/v1/guides/reference_scripts/
estimated_tokens: 127
product: Kapacitor
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/kapacitor/v1/guides/reference_scripts/
date: '2023-09-22T11:35:04-06:00'
lastmod: '2023-09-22T11:35:04-06:00'
---

The Kapacitor repository has a number of [example TICKscripts](https://github.com/influxdata/kapacitor/tree/master/examples/telegraf).
These scripts use common [Telegraf plugins](https://github.com/influxdata/telegraf/tree/master/plugins/inputs)as the data source and show how to build common alerts.
Telegraf plugins with example scripts include “cpu”, “disk”, “mem”, and
“netstat” metrics from the [`system` plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system).
