Agente : Distributed Simple & Robust Release Management & Monitoring System

Agente is a distributed simple and robust release management and monitoring system.

Road Map

  • Core system
  • First worker agent
  • Management dashboard
  • Jenkins vs CI tool extensions
  • Management dashboard
  • First master agent
  • All relevant third-party system integrations (version control, CI, database, queuing etc.)

Also Read – TakeOver : Sub-Domain TakeOver Vulnerability Scanner

Requirements

  • Go > 1.11
  • Redis or RabbitMQ
  • PostgreSQL

Docker Environment

For PostgreSQL

docker run –name agente_PostgreSQL -e POSTGRES_PASSWORD=123456 -e POSTGRES_USER=agente -p 5432:5432 -d postgres

docker exec agente_PostgreSQL psql –username=agente -c ‘create database agente_dev;’

For RabbitMQ

docker run –hostname my-rabbit –name agente_RabbitMQ -e RABBITMQ_DEFAULT_USER=local -e RABBITMQ_DEFAULT_PASS=local -p 5672:5672 -d rabbitmq:3-management

Development

git clone -b develop https://github.com/streetbyters/agente

go mod vendor

#Development Mode
go run ./cmd -mode dev -migrate -reset
go run ./cmd -mode dev

#Test Mode
go run ./cmd -mode test -migrate -reset
go run ./cmd -mode test

Build

We will release firstly Agente for Linux environment.
See detail

R K

Recent Posts

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

22 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

22 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

22 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

22 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

23 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

2 days ago