Choose monitoring/alerting/logging stack/software #432
Closed
opened 2022-10-18 12:11:00 +00:00 by raucao
·
4 comments
No Branch/Tag Specified
Labels
Clear labels
monitoring
bug
design
dev environment
docs
duplicate
enhancement
feature
good first issue
idea
invalid
kredits-1
kredits-2
kredits-3
on hold
ops
question
security
ui/ux
wontfix
service
discourse
Kosmos Community Forums
Infrastructure metrics, alerts, notifications, etc.
service
accounts
Kosmos Accounts
service
drone-ci
Kosmos Drone CI
service
email
mail.kosmos.org
service
garage
S3-compatible object storage
service
gitea
Kosmos Gitea
service
ipfs
Kosmos IPFS
service
mastodon
kosmos.social
service
nostr
Relays, Blossom server, etc.
service
postgres
Database cluster
service
remotestorage
Portable data storage for the Web
service
wiki
Kosmos Wiki
service
xmpp
Kosmos Chat
Something is not working
Graphic/visual design
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Dive in, and start contributing
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Currently not actionable
Manual IT ops activities
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/chef#432
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Note from call:
Currently, there is no unified monitoring or alerting for resources or services set up. We should decide on a (100% FOSS) stack that we'd like to use.
This could be nice for managing Prometheus: https://openitcockpit.io/Forget about this one. Prometheus (of all things) is like one of two features behind an enterprise edition paywall.
Forgot to put https://victoriametrics.com/products/open-source/ here, which we talked about before. It can ingest data from pretty much everything, and seems to be well-suited for small environments.
I looked into this a bit, and I think the simplest, most widely used and supported solution is still Prometheus + Alertmanager. (And optionally, Grafana dashboards, of course.)
Monitoring system resources has first-class support via Node exporter, so alerts for things like low disk space are very easy to add. Mostly a question of config automation, so we don't have to manually edit rules for every existing or new host.
For uptime monitoring specifically, we could stop paying for UptimeRobot and use Peekaping from some location/VM that isn't one of our main hosting locations. We can either create an XMPP notification adapter for it, or simply add their Webhooks to Hubot Incoming Webhook.
We're going with Prometheus and AltertManager: #632