curl -fsSL https://simpleobservability.com/install.sh | sudo bash -s -- <SERVER KEY>
Simple Observability delivers all essential monitoring capabilities in one streamlined package. We've eliminated the complexity while keeping the powerful features you need to maintain reliable systems.
Stop cobbling together multiple tools and managing complicated stacks.
stub_status
endpoint in your Nginx config. That's it, no other changes needed.
server {
listen 127.0.0.1:80;
location /nginx_status {
stub_status on;
allow 127.0.0.1;
deny all;
}
}