seraphine
Version, currently master branch1 version
- master branchlatestMar 24, 2021
github.com/andyundso/seraphine
(WIP) Seraphine provides a central dashboard with all active Netdata alarms
Installation
# Add this to your shard.yml
dependencies:
seraphine:
github: andyundso/seraphine
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.35.1- License
- MIT
- Author
- Andy Pfister
- Target
serpahinefrom src/seraphine.cr
Dependencies
Runtime Dependencies
README
Seraphine
Seraphine provides a way to display all messages from your Netdata server on one single page.
How does it work?
Seraphine expects a configuration file named "seraphine.yml" in the root folder of the application with a list of Netdata servers where you want to fetch alarms (see seraphine.sample.yml).
Uponing starting the application, Seraphine spawns a background job for each Netdata server listed and periodically pulls all alarms (configurable in the seraphine.yml). The alarms are cached in MongoDB, so the frontend always gets an immediate response from our backend.
A note about the database
Seraphine uses MongoDB as a caching database. MongoDB is heavier than Redis, but allows to easily insert JSON data. Plus, alarms from servers can be grouped into collections instead of extending lists for the same behaviour in Redis.
Again, MongoDB is only here for caching. Don't access the database with another application and instead use the provided WebSocket endpoint. Seraphine frequently deletes data:
- On each startup of the application, the database gets dropped so no old systems are present.
- On each API fetch, each collection gets emptied so resolved alarms are not longer present.
- Seraphine drops the database every hour as well to make sure no old systems are present.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 24, 2021
- Crystal
0.35.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/andyundso/seraphine
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1