Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[collectd 6] Introduce notify_telegram plugin #4311

Open
wants to merge 1 commit into
base: collectd-6.0
Choose a base branch
from

Conversation

YanikusGG
Copy link

This is collectd-6.0 implementation for notify_telegram plugin.
PR for collectd-5: #4303

The notify_telegram plugin uses libcurl and Telegram Bot API to send notifications to a configured telegram users.
It also can send config instruction with ChatID in response to all users, either by long polling, or by using webhooks that utilize libcurl, libyajl, libmicrohttpd.

ChangeLog: Introduce notify_telegram plugin

Reference: https://core.telegram.org/bots/api

@YanikusGG YanikusGG requested a review from a team as a code owner May 11, 2024 23:45
@collectd-bot collectd-bot added this to the 6.0 milestone May 11, 2024
@YanikusGG YanikusGG changed the title [collectd 6] notify_telegram plugin feat[collectd 6] notify_telegram plugin May 11, 2024
@eero-t eero-t changed the title feat[collectd 6] notify_telegram plugin [collectd 6] Introduce notify_telegram plugin May 13, 2024
@eero-t
Copy link
Contributor

eero-t commented May 13, 2024

Thanks for filing the v6 version of the PR!

I haven't used or written any notify plugins, so next step would be for Florian to review this.

@octo, I checked that this is identical to v5 PR (which fixed all my earlier review comments), and that it builds on all platforms, without warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants