Wyatt J. Miller dbde9b3cab Finished generate.go, modified main.go
I completed the process of generating the configuration file for
idiots like me who like to delete configuration files. Don't
worry, it's only by accident ;)

I also modified main.go so that the generating process actually
becomes useful.

What happens is that the program checks if the
configuration file exists (which will have to change to become
more modular as I have it set to look in the current directory
you're in) and if it doesn't, it goes ahead creates it and inputs
some random junk in there that is actually supposed to help with
your own configuration.
2019-09-29 13:38:58 -04:00
2019-09-28 01:11:19 -04:00
2019-09-25 23:17:38 -04:00
2019-09-25 23:17:38 -04:00
2019-09-28 00:42:09 -04:00
2019-08-18 18:12:47 -04:00
2019-08-13 10:48:47 -04:00
2019-09-28 00:53:07 -04:00
2019-09-29 13:38:58 -04:00
2019-09-28 00:51:50 -04:00
2019-09-28 00:32:20 -04:00
2019-09-28 00:32:20 -04:00
2019-08-19 21:46:11 -04:00
2019-09-28 00:39:54 -04:00

logman

Collecting log files for the greater good!

This program lets you grab log files (or any file if you wanted to) remotely and store them up into a compressed file on your local machine!

Installation

If you have Go installed, use go get for grabbing this repo:

go get github.com/wymillerlinux/logman

If you don't have Go installed, I will provide binaries soon.

Running

Before you start the program, I would like to highlight the attraction to said program. The configuration file, config.yaml, is where you set everything about where you want to grab logs from.

After that, just run the binary and you should be golden.

Troubleshooting

The GitHub issue board is where I post issues with the program. If you any issue with the program, please post it there.

I'm new to Go, so forgive the long wait time for any bux fix.

Contributing

If you would like to contribute, feel free to email me or send in pull requests. todo.md should have some things to get you rolling.

Description
Log collection automation program
Readme 314 KiB
Languages
Go 100%