2025-09-11 14:30:00 +00:00
{
"name" : "Telegraf" ,
"slug" : "telegraf" ,
"categories" : [
9
] ,
"date_created" : "2025-09-11" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : "https://docs.influxdata.com/telegraf/v1/" ,
"config_path" : "/etc/telegraf/telegraf.conf" ,
"website" : "https://github.com/influxdata/telegraf" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/influxdb.webp" ,
"description" : "Telegraf collects and sends time series data from databases, systems, and IoT sensors. It has no external dependencies, is easy to install, and requires minimal memory." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/telegraf.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-09-11 19:04:08 +02:00
"text" : "Make sure to configure an output for the telegraf config and start the service with `systemctl start telegraf`." ,
2025-09-11 14:30:00 +00:00
"type" : "info"
}
]
}