forked from evgeny-gridasov/gelf-sender
-
Notifications
You must be signed in to change notification settings - Fork 0
GEFL sender is a tiny C tail like program that sends every new line of a specified file to a GELF server.
License
sschindler89/gelf-sender
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GELF-Sender is a tiny C cross platform (Linux/Windows) log sender. ================================================================== Parameters: -h gelf_host - hostname/ip of the remote GELF server -p gelf_port - port of the remote server -f log_file - path to the log file to send -t sleep_timeout - sleep timeout in milliseceonds between reading from file -z my_hostname - this server hostname -a facility - log facility, for example, daemon or application name -v - verbose logging Building: ========= Requires zlib and json-c. Run ./configure then make. Cleanup: ======== make clean rm -rf config.log config.status Makefile src/.deps src/Makefile
About
GEFL sender is a tiny C tail like program that sends every new line of a specified file to a GELF server.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 77.9%
- C 22.1%