From: Eric Leblond Date: Thu, 29 Sep 2016 21:23:21 +0000 (+0200) Subject: doc: add ruleset commands available in unix socket X-Git-Tag: suricata-4.1.0-beta1~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e9d1379152504a7359b6fcbf5cc9822fad404f;p=thirdparty%2Fsuricata.git doc: add ruleset commands available in unix socket --- diff --git a/doc/userguide/unix-socket.rst b/doc/userguide/unix-socket.rst index be7546c7dd..5704e7323d 100644 --- a/doc/userguide/unix-socket.rst +++ b/doc/userguide/unix-socket.rst @@ -63,6 +63,11 @@ The set of existing commands is the following: * capture-mode: display capture system used * conf-get: get configuration item (see example below) * dump-counters: dump Suricata's performance counters +* ruleset-reload-rules: reload ruleset and wait for completion +* ruleset-reload-nonblocking: reload rulesat and proceed without waiting +* ruleset-reload-time: return time of last reload +* ruleset-stats: display the number of rules loaded and failed +* ruleset-failed-rules: display the list of failed rules You can access to these commands with the provided example script which is named ``suricatasc``. A typical session with ``suricatasc`` will looks like: