-
Updated
May 20, 2022 - Go
#
health-check
Here are 485 public repositories matching this topic...
Quick and Easy server testing/validation
testing
go
linux
docker
golang
tap
devops
tdd
sensu
health-check
nagios
goss
testing-tools
infrastructure-as-code
tdd-utilities
devops-tools
health-endpoint
nodejs
javascript
middleware
socket
express
node
monitoring
health-check
expressjs
monitoring-page
health-checks
observability
-
Updated
May 8, 2022 - JavaScript
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
performance
monitoring
influxdb
dotnet
metrics
application-insights
dotnetcore
grafana
health-check
graphite
prometheus
instrumentation
dotnet-core
dotnet-standard
grafana-dashboard
dotnet-framework
-
Updated
Feb 23, 2022 - C#
The BGP swiss army knife of networking
python
flow
protection
ipv6
bgp
bird
health-check
pypi
visualisation
ipv4
quagga
mpls
vpls
exabgp
flowspec
bgp-ls
ddos-protection
-
Updated
Jun 6, 2022 - Python
Amon is a modern server monitoring platform.
agent
alarm
performance
monitoring
dashboard
metrics
health-check
alerting
statsd
system-information
-
Updated
Feb 20, 2019 - Python
A simple daemon to send notifications based on Consul health checks
-
Updated
Aug 30, 2021 - Go
Liveness, health check library for ASP.NET Core Applications
-
Updated
Jun 30, 2019 - C#
A simple and flexible health check library for Go.
-
Updated
May 24, 2022 - Go
How to wait for container X before starting Y using docker-compose healthcheck
-
Updated
Feb 15, 2022
Infrastructure monitoring framework turning DevOps runbooks into automated actions
python
docker
devops
monitoring
jinja2
health-check
remote-execution
devops-tools
runbook
self-healing
-
Updated
Sep 2, 2018 - Python
A POSIX compliant sh script to healthcheck PHP fpm status, can be used only for pinging or check for specific metrics
-
Updated
Jan 18, 2022 - Python
Hystrix compliant Node.js Circuit Breaker Library
-
Updated
Feb 11, 2022 - JavaScript
An simple, easily extensible and concurrent health-check library for Go services
-
Updated
Jun 17, 2021 - Go
Tiny (~5k), KISS, dependency-free Node.JS library to make your API more graceful
nodejs
docker
kubernetes
dockerfile
server
health-check
expressjs
kiss
tiny
probes
fastify
graceful
liveness
readiness
graceful-server
-
Updated
May 31, 2022 - TypeScript
-
Updated
Nov 8, 2020 - Shell
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
-
Updated
Aug 17, 2018 - Go
A website monitoring/health-checking tool based on serverless architecture.
-
Updated
Oct 1, 2020 - JavaScript
Tiny health check of Rack apps like Rails, Sinatra for use with uptime checking systems like Kubernetes, Docker or Uptimerobot
-
Updated
May 27, 2022 - Ruby
Standardize the way services and applications expose their status in a distributed application
-
Updated
Oct 25, 2018 - API Blueprint
Write simple healthcheck functions for your Flask or Tornado apps.
-
Updated
May 13, 2022 - Python
A humane service status API module to expose any operational/internals of any Node.js based microservice. JSON format over HTTP protocol.
-
Updated
Apr 28, 2022 - JavaScript
ReSeC- Redis Service Consul
-
Updated
Mar 21, 2021 - Go
Guardian of Kubernetes and OpenShift clusters. Tool to monitor clusters health and signal/alert on failures.
kubernetes
monitoring
openshift
health-check
scalability
reliability
watcher
performance-testing
component-failures
-
Updated
May 16, 2022 - Python
Navigate and explore all of the microservices in your application in real time using the real application connections.
-
Updated
Apr 28, 2022 - JavaScript
Simple, lightweight web service to perform health checks on PostgreSQL instances
-
Updated
Sep 6, 2019 - C
mfvanek
commented
May 21, 2022
Sometimes in database migrations we've faced with curious constructions like
CREATE TABLE some_table
(
id bigserial primary key,
document_copy_id bigserial, // it's a foreign key
...
It's look like a code smell to use serial/bigserial type for foreign key column in that case.
So it would be great to have a diagnostic for finding and preventing such cases.
Also It would
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Container for testing app failures in orchestrators. It aims to misbehave.
-
Updated
May 2, 2022 - JavaScript
Improve this page
Add a description, image, and links to the health-check topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the health-check topic, visit your repo's landing page and select "manage topics."
What is the feature you want to add?
polaris-server支持redis哨兵模式和集群模式
Why do you want to add this feature?
现有polaris-server只支持redis的直连模式,这种情况极度依赖 云上的redis产品。
建议polaris-server 支持 哨兵模式和redis 集群模式,支持polaris-server接入独立部署的redis。
哨兵模式 优先级高于 集群模式。
预期版本1.9和2.0。
How to implement this feature?
参考 github.com/go-redis/redis/v8
改造思路:
方案一:改写common/redispool/redis_pool.go,支持Univers