It's a fake version of cronitor server, compatible to mod version cronitor-cli https://github.com/meoww-bot/cronitor-cli/ .
- DB: mongodb
- ✅ GET "/ping/:apiKey/:code", for
cronitor exec - ✅ GET "/api/monitors", get all monitors
- ✅ GET "/api/monitors/:monitor_code", get specific monitor
- (WIP) withEvents=true,
latest_eventsfield - (WIP) withInvocations=true,
latest_invocationsfield
- (WIP) withEvents=true,
- ❌ GET "/api/aggregates", aggregates for events stats
- ✅ PUT "/v3/monitors", for
cronitor discover - ✅ GET "/v3/monitors", for
cronitor status- (WIP) STATUS field: "Completed x hours ago"
- ❌ GET "/v3/monitors/:monitor_code/activity", for
cronitor activity. It's low priority, due to it output raw json data when runningcronitor activity.
No plan for now, cause we don't need it, we just need to monitor all crontab job.
- ❌ user module