Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fw Cloud Framework | 643 | 4 years ago | mit | Java | ||||||
基于springcloud全家桶开发分布式框架(支持oauth2认证授权、SSO登录、统一下单、微信公众号服务、Shardingdbc分库分表、常见服务监控、链路监控、异步日志、redis缓存等功能),实现基于Vue全家桶等前后端分离项目工程 | ||||||||||
Batchexplorer | 187 | 4 days ago | 117 | other | TypeScript | |||||
A client tool to help create, debug and monitor Azure Batch Applications | ||||||||||
Gbm | 183 | 3 months ago | gpl-3.0 | Visual Basic .NET | ||||||
Game Backup Monitor - Automatically backup your saved games! | ||||||||||
Is Service Up | 167 | 6 years ago | 4 | apache-2.0 | Python | |||||
Monitor the status of all your cloud services in one page | ||||||||||
Out | 155 | a year ago | 9 | mit | TypeScript | |||||
Monitor services in your menu bar | ||||||||||
Azure Guide | 154 | a month ago | 1 | PowerShell | ||||||
Microsoft Azure Guide. Learn all about Microsoft Azure Tools, Services, and Certifications. | ||||||||||
Firebase Remote Config Monitor | 125 | 3 months ago | 11 | apache-2.0 | JavaScript | |||||
Monitors firebase remote config values, posting changes to slack | ||||||||||
Gpu_monitor | 121 | 4 years ago | 4 | mit | Python | |||||
Monitor your GPUs whether they are on a single computer or in a cluster | ||||||||||
Jetfirecloud | 109 | 3 years ago | 2 | apache-2.0 | Java | |||||
基于SpringCloud Finchley.RELEASE的微服务开发脚手架,整合了spring-security-oauth2、springboot-admin、feign、hystrix、spring-cloud-gateway、turbine等全家桶 | ||||||||||
Microservices Examples | 38 | 6 years ago | Java | |||||||
基于Spring Boot/Spring Cloud 的微服务架构 |
IsServiceUp helps you monitor all the cloud services you rely on in a single web page.
You can customize it with the services you want to monitor and host it on your own server.
Sorry, Compose, bad timing 😄
docker-compose up --build
and you're up and running! ✨
You can customize very easily the list of services you want to monitor by editing the variable SERVICES
in the config file.
If you want to add something to the project, please fork this repository and create a Pull request.
The way services are handled is based on a plugin system, so monitoring a new service is straightforward: you can either file a feature request and hope that someone will implement the plugin, or you can implement it yourself. If you do decide to implement a plugin for a new service, we'd be thankful if you could share it with everyone by creating a pull request on this repository...thanks!
Of course, creating a plugin for a new service is only possible if the service exposes a status page. Find that out first.
Next, figure out if the status page is built using Atlassian StatusPage. If that's the case, check out this commit for an example on how to create your plugin.
If it's a more generic status page, then the implementation depends on the specific service. If you're lucky, the status will be exposed through a beautiful API, like in the case of GitHub. Otherwise, find your inspiration from all others services that we have implemented for you. Good luck! 📡