Module openflax.handler.watch

OpenFlax connection-monitoring handler.

Behaviour: openflax.handler.

Description

OpenFlax connection-monitoring handler.

This handler's security/featurefulness tradeoff level is 0 (Security.) if access to this resource is properly configured (e.g. restricted to 127.0.0.1.)

This handler allows the system to be actively watched so that intrusion attempts can be immediately observable.

Function Index

serve/1Lets the user agent watch as connections come and go.
start/1Initializes the connection-monitor broadcaster.
stop/1Shuts down the connection-monitoring subsystem.

Function Details

serve/1

serve(Conf::conf()) -> response()

Lets the user agent watch as connections come and go.

start/1

start(Conf::conf()) -> conf()

Initializes the connection-monitor broadcaster.

stop/1

stop(Conf::conf()) -> conf()

Shuts down the connection-monitoring subsystem.