All Questions
Tagged with monitoring nginx
37
questions
1
vote
0
answers
246
views
How to monitor specific NGINX error codes with Logwatch
I've just started implementing NGINX rate limiting, and need to monitor when rate limiting is actually happening on a server. I found out Logwatch will send daily logs by email which sounds perfect. ...
0
votes
1
answer
2k
views
How to monitor login authentication using http_check nagios plugin
I'm using the http_check Nagios plugin to monitor an URL and I'd like to test if the login is working given specific user and password.
I've made several attempts with different approaches but none of ...
1
vote
1
answer
208
views
Monitor the nginx deployed on GKE cluster
I want to monitor the nginx requests (5xx, 4xx, 3xx, 2xx) where multiple applications are running with different domain urls.
Nginx is deployed as Kind : Deployment. Is there a way for real time ...
0
votes
0
answers
369
views
monitor CRL expiration dates for multiple nginx servers
Rephrased question: (Not sure it's really clearer)
I have a small self written script, that monitors multiple servers.
In fact my script just starts periodically tiny smalls scripts and gathers the ...
0
votes
0
answers
292
views
How to configure k8s nginx external auth and exclude health check path?
We started using oauth2-proxy as external authentication for some of our cluster infrastructure components.
Our cluster is using the ingress-nginx controller and the Ingress resources are configured ...
1
vote
2
answers
121
views
Best practice for alerts if webpage returns white page?
We're trying to setup monitoring (zabbix), for webapps that return white page of death. Apps are PHP based.
From what I know, white screen of death can be caused by number of issues, memory issues, ...
2
votes
2
answers
1k
views
EC2 instance running nginx crashes, "connection refused" - how do I monitor for this?
Say nginx on an EC2 instance crashes. The instance is healthy and CloudWatch Metrics are great, but all the domains hosted on the server are now "Connection refused".
This seems like a very basic ...
0
votes
1
answer
78
views
Best way to monitor for SSL / Connection failures on a server that's still up [closed]
We had an outage issue today (NGinx not successfully restarted by our Let's Encrypt renewal CRON job, so not serving the renewed cert) leading to the server being up according to Pingdom but not ...
0
votes
0
answers
539
views
Analysing latency for a single request
I have the following (very simplified) network :
(ingress) -> DMZ (nginx) -> HA Proxy -> Reverse proxy (nginx) -> Application Server (tomcat)
All the layers send information to ...
0
votes
2
answers
2k
views
Log/list bandwidth usage by file on NGINX?
Is it possible to produce a list or log of the bandwidth usage by file on NGINX? Something like:
BANDWIDTH USAGE LAST 7 DAYS by FILE;
\Project.zip 1.8 GB
\Docu8ment.doc 350 MB
\logo.png 238 MB
\...
0
votes
0
answers
74
views
Monitor last recent request in load balancer by backend
I'm using an Nginx instance as load balancer for different location/endpoints (I am not tied to Nginx, so a different software load balancer (haproxy was suggested) would also be an option). Depending ...
1
vote
1
answer
486
views
how to run 10 process and montring it
i have about 10-15 FFmpeg Process
for streaming server like this:
ffmpeg -i "http://ip/play/a03i" -vcodec copy -acodec copy -f flv "rtmp://ip:80/APP/Name"
am use the Nginx-rtmp module to run it ...
1
vote
2
answers
2k
views
php-fastcgi status: "No input file specified"
# grep pm.status_path /etc/php5/fpm/pool.d/www.conf
pm.status_path = /fcgi-status
nginx config:
location ~ ^/(fcgi-status|ping)$ {
access_log off;
allow 127.0.0.1;
deny all;
...
0
votes
1
answer
856
views
Nginx upstream never flagged as down in vts status
We have 2 physical server which are basically identical (for load balancing and failover)
One physical server consist of a bunch of docker containers including
1 x NginX
2 x WebSphere 8.5.5.8 ...
5
votes
1
answer
4k
views
Nginx status information of virtual hosts
I want to monitor each nginx virtual hosts(I have multiple nginx config for different domain) and found nginx module ngx_http_stub_status_module
But seems this module is for displaying server wide ...
0
votes
1
answer
2k
views
How to configure xymon hobbit with nginx instead of apache
i installed xymon on debian 7 with an apt-get install xymon
now i can't find how to configure nginx.conf to make it work
i tried this but not working when i try to access http://debian.local/xymon, ...
1
vote
2
answers
3k
views
Configure Monit to monitor PHP5-FPM on Ubuntu/Nginx setup
System: LEMP running on Ubuntu 14.04
I'm trying to configure the tool Monit to restart Nginx or PHP-FPM if ever there is a problem. It is correctly monitoring Nginx however under status for PHP-FPM ...
3
votes
1
answer
4k
views
Bypass SSL on localhost when hitting nginx status
I have a location for /nginx_status, and I installed an SSL cert last night.
server {
listen 443;
...
location /nginx_status {
stub_status on;
access_log off;
...
-1
votes
1
answer
133
views
Take some action when errors occur with nginx
I have a nginx/1.2.1 on Debian 7.0 x64 and i want to take some action when some error occurs, something like send mail to me.
I found on the web ways to monitor files and take some action when they ...
0
votes
2
answers
3k
views
Monitoring network output bandwidth of server for each IP address
I've got a network of static file serving servers. I use nginx to serve the files, and munin to monitor the network traffic. I want to know the output bandwidth of the server that goes to each IP ...
0
votes
1
answer
981
views
Nginx 504 monitoring
I'm using Nginx to reverse proxy a nodejs instance that is currently timing out when an external service attempts to call a specific, secured api endpoint, generating 504 errors.
How can I setup ...
0
votes
1
answer
2k
views
How to block Bad robots, spiders, crawlers and harvesters
I'm sick and tired of this bad robots, spiders, crawlers and harvesters. I have already configured my server to block IP connected for 5 minutes and with maxretry of 250 using fail2ban. But still some ...
2
votes
2
answers
7k
views
Live monitoring on web server logs by tailing the webserver access log
I am looking for a way to find who causes high load on my nginx web server but I do have too many requests per minutes to figure it out which one is the real cause.
I want a solution that would work ...
0
votes
2
answers
3k
views
configuring munin-node for nginx
I am deploying munin to monitor my production ubuntu aws ec2 instances which is running on nginx. Now I wanna deploy munin-node in the production system and deploy munin-master in the another aws ec2 ...
9
votes
2
answers
9k
views
How to block Nginx access log statements from specific user agents
I am looking to turn off logging in the Nginx access log file from specific requests from http user agents.
Basically from the Amazon ELB Health Check and our external (Pingdom) monitoring. Since ...
-2
votes
1
answer
705
views
Django: Nginx with wsgi or uwsgi
Which one has better performance, stability? Which monitoring tool should also be the best choice ? Thanks for your answers!
2
votes
1
answer
1k
views
Monitor Nginx response time with munin
Well, nginx is configured to put $request_time in it's access logs. Now I need to monitor this parameter with munin.
Is there any existing plugin to do this?
9
votes
2
answers
1k
views
API Management Solutions [closed]
I'm currently building an API and am looking for a tool to allow me to monitor (in a GUI) and rate-limit usage. I've come across a few enterprise solutions including:
http://apigee.com/
http://...
0
votes
4
answers
872
views
How to set up notifications about server overload? [duplicate]
Possible Duplicate:
What tool do you use to monitor your servers?
How to get notified (preferably by email) when my webserver reaches certain amount of incoming requests? This way I'll be able to ...
0
votes
1
answer
346
views
ubuntu server monitoring and troubleshooting
I have a rackspace cloud server running Ubuntu 10. The http font-end is nginx 1.0.2. There are multiple java web app instances running on Play!Framework, which in turn built on Netty stack.
I found ...
2
votes
3
answers
4k
views
How to monitor HTTP response error codes from nginx using munin?
I'm beginning to use Munin to monitor an in-production Nginx server. One thing I'm particularly interested in graphing is the rate of errors--HTTP responses with codes in the 50x range. I'm wondering ...
1
vote
2
answers
728
views
Server monitoring tool for Nginx+Apache+wsgi+django
I'm running website on Ubuntu server with following chains:
Web server - Nginx+Apache(worker)+mod_wsgi+django
Background workers - celery, rabbitmq
DBs - mysql, mongo
I'm looking for a best ( and ...
3
votes
2
answers
4k
views
Monitoring Nginx vhosts with Munin
I've set up Munin and so far, loving it. I got some basic Nginx monitoring set up and am able to monitor Nginx's status and RAM usage (with stub_status compiled into Nginx and activated in the config)....
0
votes
2
answers
3k
views
Monitorix using nginx
I have a VPS serving a website using nginx and jetty and everything works fine. The website is accesible through my .com domain.
I have installed monitorix and I want to access monitorix web user ...
1
vote
4
answers
2k
views
Tools for monitoring status and performance of a Linux, Ruby on Rails (using the Delayed Job gem), Nginx, Passenger, Mysql and MongoDB environment
I'm deploy an application in a Fedora Linux server. This application is a Ruby on Rails web application, using MySQL and MongoDB as databases. The application also uses the Delayed Job gem for ...
2
votes
3
answers
4k
views
How to let the admin get noticed when 500 errors occurred in nginx?
How to let the admin get noticed when 500 errors occurred in nginx?
0
votes
3
answers
3k
views
Setting up monit to work with Varnish and nginx
I have a problem with monit where occasionally Varnish will crash and refuse to start. So Varnish is dead and my webserver is inaccessible. Here's the message from the monit log:
info : 'varnish' ...