Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 777 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 777 Bytes

SyslogGenerator

A small tool which generates bogus syslog-formatted data for testing your logger configuration.

Installation

Install it by running:

$ gem install syslog_generator

Usage

After installing, simply run loggen. By default, it will send 100 lines of nonsense to your local machine on port 514/UDP, the standard syslog port.

Append --help for full usage information, including customizing the amount of data sent, ports to use, and other specifics.

Contributing

  1. Fork it ( https://github.com/Karunamon/syslog_generator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request