mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #444] [Feature Request] Send Syslog #332
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @projx on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/444
Healthcheck provides a great place for centralising the monitoring on Cronjobs, but it becomes another dashboard that needs to be monitored. Most organisations (and Homelabs) will use some kind of central analytics and monitor system to provide a single-pane to monitor systems, which takes inputs from via different mediums including Syslog and SNMP traps.
Could you the ability to send notifications to a remote syslog server on UDP or TCP, which will allows alerts and messages from Healthcheck to be centralised into existing analytics and monitoring systems.
@cuu508 commented on GitHub (Oct 28, 2020):
Healthchecks has an optional "Shell Commands" integration, which I think would help here.
You can enable it by setting the
SHELL_ENABLED=Trueenvironment variable. After enabling it, you can set up notifications to a remote syslog server like so: