Giter Site home page Giter Site logo

save-archive_logsssh's Introduction

#Monitoring, capture and save logs by ssh.

For use, only adds the data of the connections of the system in the file configs/configs.ini and runs the main.py with python3.

This tool support multiply connections at the same time, only need to add all configs for the connection.o

In the value, Output_rute add the path you want. In the value "name" add the names of connections you need, separated with a comma, for example (names = QAS,NYVM,LAVM,etc..)

For each connection, you need to add a block of configuration connection with the title that has the same name in the block general.

The data for the connection block is:

  • ip
  • port
  • user
  • password
  • rute_log (Any text file do you can monitoring).
  • days_to_save (This tools auto clean old files, do you can configure the days do you can save)

Example of block of connection:

[QAS]

ip = 192.168.0.10
port = 22
user = testfranevarez
password = test-password
rute_log = /var/log/apache2/access.log
days_to_save = 15

save-archive_logsssh's People

Contributors

franevarez avatar

Stargazers

 avatar

Watchers

 avatar  avatar

save-archive_logsssh's Issues

Gui

Make a GUI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.