Statuslist.app

Rails Health Check Setup Guide

WebBy default Rails::HealthController will use the /up route, but we can customize that. Open your route.rb file add the following routes: /health/app: Shows our application’s uptime …

Actived: 4 days ago

URL: https://statuslist.app/rails/health-check-setup-guide/

Rails-HealthCheck Setup Guide

WebYou need to know if your Rails application is working. Rails health checks allows your app to self heal and notify you about issues. Let’s set it up! This guide uses the Rails …

Category:  Health Go Health

Rails Monitoring Guide

WebYou need to know if your Rails application is working. Rails health checks allows your app to self heal and notify you about issues. Let's dive in!

Category:  Health Go Health

What is Uptime Monitoring

WebUptime monitoring watches web services and notifies you when something goes wrong. This is a critical function for businesses who run mission critical software.

Category:  Health Go Health

Setting Up Uptime Monitoring Guide

WebConfiguring your uptime monitor correctly is critical to good uptime. There are three different types of tests we’ll explore. Real Data, Health Check and Smoke Test.

Category:  Health Go Health

Uptime Monitoring

WebUptime Monitoring is critical for your web application. Without it, your service can fail and no one on the team will know. Setting up your monitors should be priority number one when …

Category:  Health Go Health

Uptime: Real Data Checks Explained

WebIn a real data check, we run real requests to test our application. The idea is to test functions that users are actually using. This test is perfect for things like login, register and e …

Category:  Health Go Health

HAProxy and Keepalived Setup Guide

WebKeepalived allows us to run multiple HAProxy instances on the same IP address. This allows for failover from one load balancer to another. With this configuration, we can achieve …

Category:  Health Go Health

What is a Smoke Test

WebA smoke check is the same as a smoke test in unit testing. Send a request to an simple endpoint and see if it works. On an e-commerce site, check that

Category:  Health Go Health

Apache Status Page: Simple Setup Guide

WebThe Apache Status page (mod_status) is a built-in feature that displays real-time information about Apache’s performance, including the number of requests being processed, active …

Category:  Health Go Health

Apache Status Scoreboard Explained

WebSymbols On the Scoreboard Explained. Here are some of the symbols you may see on your scoreboard and what they mean: “_”: means waiting for a connection. S: Apache is …

Category:  Health Go Health

Ultimate Apache Web Server Guide

WebApache Web Server or httpd is a high performance web server software that has been in circulation for over 25 years. (Not to be confused with parent organization apache.org) It …

Category:  Health Go Health

How to Set Up the Built-in NGINX Status Page

WebNGINX is a high performance, event-based web server and reverse proxy. Many critical applications use NGINX to serve interface their content with staff and customers. It’s …

Category:  Health Go Health

Apache Command Line Status: How To Guide

WebApache provides several command-line tools that allow you to check the server’s status, including apachectl and curl.These tools provide different levels of detail, but all are …

Category:  Health Go Health

HAProxy Stats Socket Guide

WebHAProxy Stats Socket Guide. The stats socket gives users a way to control and query a running HAProxy instance. This is a great tool wether you want to write a custom app …

Category:  Health Go Health

NGINX + Laravel Setup Guide

WebFirst, let’s install NGINX and PHP-FPM. Pull out your favorite package manager and run the install command. Here’s an example using yum: yum install -y nginx php-fpm php. php …

Category:  Health Go Health

HAProxy Stats Page Setup Guide

WebThere are a few directives to lock down your stats page. The stats uri <path> directive moves the dashboard to a non-standard url path. This makes it difficult for unauthorized …

Category:  Health Go Health