The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/httpd stats

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Adds a simple stats page which provides statistics about the server and network over the web.

Configuration Tags

This module adds the following tag:
<httpstats stylesheet="http://remote.style/sheet.css">

The values have the following meanings:

  • stylesheet: The stylesheet to use for the statistics page. This must be a remote file, as the HTTP server module is not designed to host documents.

Additional Modes

None

Additional Commands

None

Special Notes

The statistics page may be found at the path /stats on your HTTP server provided by the HTTP Server Module.


Dependencies

The HTTP Server Module