telegraf Questions

5

Solved

We need to monitor the size of a directory (for example the data directory of InfluxDB) to set up alerts in Grafana. As mentioned here: How to configure telegraf to send a folder-size to influxDB ,...
Kremlin asked 6/6, 2017 at 9:27

4

Solved

how can I add Menu button in telegram bot using telegraf menu button like this
Holmic asked 12/6, 2022 at 17:44

2

I want to deploy influxDB with collectd. For previous version ie 1.8 of influxDB it was supported. Do we have support for collectd in the latest version of influxdb i.e 2.0?
Muniment asked 19/8, 2021 at 11:4

2

Solved

I'm trying to send the custom_emoji through Telegram API using MessageEntity object. Here is how I've tried to do it: const message = '🚀' ctx.sendMessage({ text: message, entities: [{ type: 'cu...
Ciscaucasia asked 14/11, 2022 at 21:18

3

So far I installed my additional needed stuff directly in Docker, as a "post argument". /bin/sh -c 'apt update && apt install -y smartmontools && apt install -y lm-sensors...
Godred asked 29/10, 2021 at 17:21

3

I want to create a Bot that automatically keeps posting in a Telegram channel.I am using Node.js. I am using Telegraf.js wrapper for Telegram API. You may even suggest any other suitable wrapper fo...
Demit asked 25/11, 2018 at 13:41

2

I'm trying to get Telegraf to work with InfluxDB and I've just hit a wall. I've added the following block to my Telegraf configuration file: [[inputs.win_perf_counters.object]] # Process met...
Franzoni asked 1/6, 2020 at 17:19

2

Solved

I'm running prometheus and telegraf on the same host. I'm using a few inputs plugins: inputs.cpu inputs.ntpq I've configured to the prometheus_client output plugin to send data to prometheus ...
Gibrian asked 11/2, 2019 at 17:36

4

Solved

How to send markdown text by telegram bot using telegraf library on nodejs?
Sugarplum asked 27/10, 2018 at 14:28

1

How do I get the MIME type of photos that users send to my bot? I am using the Telegram Bot API through Telegraf. My bot is saving file id's from photos and videos that users are sending it and ...
Leeland asked 8/1, 2020 at 19:55

1

Solved

I've searched telegram bot api for "scenes" and "stages" that are part of telegraf. Here is an example. It seems they are implementations of telegraf and not the API. If this is...
Cammycamomile asked 17/4, 2020 at 10:32

1

Solved

I try to integrate payments to my telegram bot. I usen telegraf library for working. So I create an invoice const invoice = { provider_token: payment_tocken, start_parameter: 'online_consl...
Lipps asked 16/4, 2020 at 14:49

1

I have a following telegraf configuration [agent] interval = "5s" round_interval = true metric_batch_size = 1000 metric_buffer_limit = 10000 collection_jitter = "0s" flush_interval = "5s" f...
Coachwhip asked 20/2, 2019 at 2:17

1

Solved

I created an application which display a survey wizard to the user. When the user launch the /start command, I call the AddProject: const Telegraf = require('telegraf'); const bot = new Telegraf(p...
Astonied asked 18/4, 2019 at 15:36

1

Solved

I'm using telegraf with influxdb, and in the telegraf I'm using the statsd_input plugin. The statsd_input.conf: [[inputs.statsd]] ## Address and port to host UDP listener on service_address = "...
Anarchy asked 28/11, 2018 at 11:28

2

Solved

We're using telegraf to collect CloudWatch data from AWS and output it to InfluxDB. We need to add dynamic tags to the input, s.t if "instancId == 12345", add tag "user = 3" Is there a way to do...
Geognosy asked 18/7, 2017 at 7:33

1

I see the combination statsd + telegraf + influxdb used all the time. Statsd collects, aggregates and forwards metrics Telegraf aggregates and forwards metrics Why not use just the statsd (wit...
Gorman asked 21/2, 2017 at 10:13

1

I'm using the Telegraf input plugin for SQL Server (https://github.com/influxdata/telegraf/tree/master/plugins/inputs/sqlserver) to gather metrics and report to InfluxDB. It works well for SQL Serv...
Trembly asked 31/5, 2018 at 20:42

2

I am a beginner with Telegraf, and I would like to install an "input plugin". I have the configuration and the .go file but I do not know what to do with it, even after searching on Google. Thank ...
Wifeless asked 6/12, 2016 at 19:23

2

I want to create a Telegram Bot with Node.js and I am using Telegraf for it. I know I can answer to messages like this: app.hears('hi', (ctx) => ctx.reply('Hey there!')) But how can I send a ...
Marnamarne asked 4/5, 2017 at 21:51
1

© 2022 - 2024 — McMap. All rights reserved.