okcomputer | Provides a health-check endpoint to your Ruby on Rails apps | Application Framework library
kandi X-RAY | okcomputer Summary
kandi X-RAY | okcomputer Summary
Inspired by the ease of installing and setting up [fitter-happier] as a Rails application’s health check, but frustrated by its lack of flexibility, OK Computer was born. It provides a robust endpoint to perform server health checks with a set of built-in plugins, as well as a simple interface to add your own custom checks. For more insight into why we built this, check out [our blog post introducing OK Computer][blog].
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Check the contents of a directory .
- Check if size is valid
- Check the value for the cache
- Perform HTTP request
- Returns the priority of the job .
- Get the stats about the cache
- Get the database status
- Convert all validations to JSON
- Get the status of the connection
- Check status of redis
okcomputer Key Features
okcomputer Examples and Code Snippets
Community Discussions
Trending Discussions on okcomputer
QUESTION
I've been trying to get grails 3 to connect to postgres and cannot get a connection.
This is in my build file: runtime "org.postgresql:postgresql:42.2.5"
and the application.yml datasource:
...ANSWER
Answered 2018-Oct-31 at 21:19The driver name should probably be org.postgresql.Driver
instead of org.Postgresql.Driver
. Class names and package names are case sensitive on the JVM.
QUESTION
From the health_check
official site, we know that it can add a config.add_custom_check
block in the config file:
ANSWER
Answered 2018-Oct-03 at 14:03Success is defined by returning an empty or blank string. Right now your perform_check
always returns the string "OK" which will be seen as failure.
Try this to get a passing health check:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install okcomputer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page