Nginx Status
You are viewing the ZenPack Archive
This page is part of the ZenPack Archive. Archived ZenPacks may not be compatible with your version of Zenoss Service Dynamics or Zenoss Cloud.
Community
This ZenPack is developed and supported by the Zenoss User Community. Contact Zenoss to request more information regarding this or any other ZenPacks. Click here to view all available Zenoss Community ZenPacks.
Authors
Nick Anderson
Maintainers
Nick Anderson
License
GNU General Public License, Version 2, or later
Name
ZenPacks.community.NginxStatus
More Information
Link To More Docs
Git Sources (For Cloning)
Applications Monitored
Nginx
Nginx Status ZenPack
Monitors the nginx Web server/proxy.
Support
This ZenPack is developed by the Zenoss user community and supported via our online forums. Zenoss, Inc. does not provide direct support for this ZenPack.
Releases
Version 1.1- Download: Compatible with Zenoss Core 2.5.x, Zenoss Core 3.1.x, Zenoss Core 3.2.x, Zenoss Core 4.2.x
Background
Nginx is a great little web server. I have posted previously about using it as a reverse proxy. Whether you're using it as a reverse proxy or as a normal web server you will probably eventually want to know what its doing over time so you can adjust resources as necessary.
The other day I threw together a ZenPack to make it easier to setup monitoring on new Zenoss instances. It contains a command data source “check_nginx_ng” which is a slightly modified version of Chris Kelly's check_nginx_ng which in turn was based on check_nginx by Mike Adolphs. So thanks to them for doing the majority of the work! If your interested you can pick it up over on GitHub.