Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If hostfile does not exist when using -f, try in ~/.hss - Added support for server specific logging via -O #12

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

boussou
Copy link

@boussou boussou commented Aug 26, 2020

I needed 2 things:

  1. use a default folder named .hss/ in home to use for the host files
    current version you type: "hss -f ~/hostgroup"
    I want to type
    "hss hostgroup" from any folder, the program will look for the file in /.hss

  2. in the .hss folder, I wanted a subfolder per server, holding the log files of the output
    file name like ~/.hss/ipaddr/date_per_day.log
    The idea is to be able to review or tail easily

@boussou
Copy link
Author

boussou commented Aug 26, 2020

This contains fine grained fixes to make it fully usable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants