12345678910111213141516171819202122232425 |
- .. _monitor_extension:
- Monitoring
- ==========
- The monitor extension tracks requests made against a GeoServer instance. With the
- extension request data can be persisted to a database, used to generate simple reports,
- and routed to a customized request audit log.
- To get the extension proceed to :ref:`monitor_installation`. To learn more about how
- it works jump to the :ref:`monitor_overview` section.
- .. toctree::
- :maxdepth: 2
- installation/
- overview/
- reference/
- configuration/
- audit/
- query/
- geoip/
|