sibyl

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2019 License: MIT Imports: 12 Imported by: 0

README

Sibyl

Sibyl is useful process event hook command.

Usage

$ cat sibyl.yaml.sample
coredump:
  - commandline: .*
    exec: echo [$SIBYL_PID] $SIBYL_CMDLINE
exec:
  - commandline: .*
    exec: echo [$SIBYL_PID] $SIBYL_CMDLINE
exit:
  - commandline: .*
    exec: echo [$SIBYL_PID] $SIBYL_CMDLINE
fork:
  - commandline: .*
    exec: echo [$SIBYL_PID] $SIBYL_CMDLINE
$ sudo sibyl sibyl.yaml

Support Hook

  • fork
  • exec
  • exit
  • coredump

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL