diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-01-08 15:05:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-08 15:05:39 +0700 |
commit | 5aff91909fbd42d91f861862c413f7e05f27be47 (patch) | |
tree | 726744f59e9e48e0454c9fc760daaf1190532d7b /network/etherpoke/README | |
parent | 59d5b6f6a05d8229475c4f4b95fc6a187b204b94 (diff) |
network/etherpoke: Added (scriptable network session monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/etherpoke/README')
-rw-r--r-- | network/etherpoke/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/etherpoke/README b/network/etherpoke/README new file mode 100644 index 000000000000..48cf5cdc43dc --- /dev/null +++ b/network/etherpoke/README @@ -0,0 +1,5 @@ +etherpoke is a scriptable network session monitor. + +etherpoke defines two events: SESSION_BEGIN, SESSION_END +to which a hook (system command) can be assigned. The event +hook can be any program installed in the system. |