No commit activity in last 3 years
No release in over 3 years
Uses random_word to send configurable, nonsense syslog data at a server of your choice. Great for testing your logger configuration.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
~> 10.0

Runtime

 Project Readme

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