monitbee
Version, currently master branch1 version
- master branchlatestMay 2, 2024
github.com/perfecto25/monitbee
a different Monit console
0 stars
0 dependents
License: not declared
Installation
# Add this to your shard.yml
dependencies:
monitbee:
github: perfecto25/monitbee
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
Dependencies
Runtime Dependencies
- marten*github: martenframework/marten
- sqlite3*github: crystal-lang/crystal-sqlite3
- xml_converter*github: mamantoha/xml_converter
README
# MonitBee (crystal)
## init project
marten new project monitbee
## DB and schema
./bin/marten genmigrations --error-trace
./bin/marten migrate
./bin/marten serve
## compile release
crystal build src/server.cr -o bin/server --release
crystal build src/manage.cr -o bin/manage --release
bin/manage collectassets --no-input
bin/manage migrate
# run the server
bin/server
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
- May 2, 2024
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/perfecto25/monitbee
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1