Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gandro/siginfo-ng

Next Generation Siginfo Client
https://github.com/gandro/siginfo-ng

Last synced: 25 days ago
JSON representation

Next Generation Siginfo Client

Awesome Lists containing this project

README

        

siginfo-ng - Next Generation Siginfo Client
===========================================

Build:

$ make
$ make install

Requirements:

- POSIX.1-2001 compatible operating system
- C-Compiler (with C99 snprintf and vsnprintf, as well as GNU getopt_long)
- Lua Programming Language libraries

Plugins may have additional requirements.

Note:

If you don't have or don't want Lua on your system, you may use the
following command to compile and link it statically into the siginfo-ng
binary:

$ make include-lua

If your libc does not support getopt_long, you may remove the
OPTIONS=-DUSE_GETOPT_LONG macro in the Makefile.

Usage:

siginfo-ng [--show | --daemon | --help | --version]
[--config=CONFIGFILE] [--log=LOGFILE]

Available Options:

-s, --show Show Siginfo layout and quit
-d, --daemon Run as daemon

-c, --config=FILE Load settings from file
-l, --logfile=FILE Write error messages to logfile

-h, --help Show this help and quit
-V, --version Show version number an quit

For more help see also the comments in configuration file.
Submit bugs or feedback to Sebastian Wicki .

Copyright:

"THE COFFEE-WARE LICENSE" (Revision 12/2007):

Sebastian Wicki wrote this file. As long as you retain
this notice you can do whatever you want with this stuff. If we meet some
day, and you think this stuff is worth it, you can buy me a cup of coffee
in return.