4.2. hakactl

hakactl allows to control a running haka daemon.

$ hakactl [options] <cmd>

4.2.1. Options

-h, --help

Display usage and options information.

--version

Display version information.

4.2.2. Commands

status

Display haka status (running or not).

stop

Stop haka daemon.

logs

Show haka logs in realtime.

loglevel <level>

Set the logging level (fatal, error, warn, info, debug).

See also

See haka.log for more information about logging levels.

debug

Remotely debug haka rules on a running daemon.

interactive

Put a running daemon in interactive mode

See also

See Debugging for more information about the debugger and the interactive mode.

console

Remotely execute Lua commands on a running daemon.

See also

See Console for more information about the possibilities of the console.