Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.2 KB

nginx-monitoring

Agent plugin for monitoring Nginx webservers with Pandora FMS. For deploying agent plugins, check out Pandora FMS's documentation about this topic.

Pandora FMS is a flexible monitoring solution for networks, servers, applications, virtual environments and much more.

What does it monitor

This plugin collects the following information and stores them into modules on the agent on Pandora FMS.

  • Number of active connections (generic_data)
  • Number of accepted connections (generic_data_inc)
  • Number of connections handled (generic_data_inc)
  • Number of requests handled (generic_data_inc)
  • Number of keep-alive connections (generic_data)

For getting more information about Pandora FMS's modules, go to its documentation section about this topic.

Prerequisites