Giter Site home page Giter Site logo

lupus's Introduction

Lupus ๐ŸŒธ

Image

Go version

Description

Lupus is a small platformer for Yandex360, presented in binary format.

Main functions:

  * Logging of all events related to the work of documents
  * Notification of critical events
  * Create files to store information for up to 6 months
  * Data format - json and CEF syslog
  * Notification of new types of events that may subsequently appear
  * Lupus collects events for the last hour, so you need to set the time on the OS in the same way as on Yandex360

lupus.png

How to work

---You need to select a binary file for the operating system on which you will run it (the binaries are in the cmd folder)---

  1. For the correct logic of work, it is necessary to create any directory where you will launch the framework and move the binary there
  2. Create directories logs, syslog and a hidden file with credentials for successful operation of .env
  3. Give system rights to call this binary file

Example of organization on Linux

sudo timedatectl set-timezone <(Continent)/(City)>
mkdir -p programs/{logs,syslogs} && touch programs/.env
cd programs
chmod +x lupus

!!! To work with the framework, you just need to download the binary, but you will need to fill the .env file with your credentials, the example is in the .env_example file

!!! Lupus has the ability to send notifications to Telegram, to do this you need to add a flag (-r/--report)

Example: ./lupus --report

Crontab

Sign up to run the framework every hour

0 * * * * cd ~/programs && ./lupus --report

lupus's People

Contributors

sakyra01 avatar

Stargazers

 avatar

Watchers

 avatar

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.