Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ercole-io/ercole-agent
Proactive Software Asset Management. Agent component
https://github.com/ercole-io/ercole-agent
go golang monitoring-application mysql mysql-database oracle oracle-database postgresql postgresql-database
Last synced: 4 months ago
JSON representation
Proactive Software Asset Management. Agent component
- Host: GitHub
- URL: https://github.com/ercole-io/ercole-agent
- Owner: ercole-io
- License: other
- Created: 2019-07-30T12:11:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T08:01:58.000Z (10 months ago)
- Last Synced: 2024-04-12T15:23:38.650Z (10 months ago)
- Topics: go, golang, monitoring-application, mysql, mysql-database, oracle, oracle-database, postgresql, postgresql-database
- Language: Go
- Homepage: https://ercole.io
- Size: 1.34 MB
- Stars: 24
- Watchers: 7
- Forks: 10
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ercole-agent
[![Build Status](https://travis-ci.org/ercole-io/ercole-agent.svg?branch=master)](https://travis-ci.org/ercole-io/ercole-agent)
[![codecov](https://codecov.io/gh/ercole-io/ercole-agent/branch/master/graph/badge.svg)](https://codecov.io/gh/ercole-io/ercole-agent)
[![Go Report Card](https://goreportcard.com/badge/github.com/ercole-io/ercole-agent)](https://goreportcard.com/report/github.com/ercole-io/ercole-agent)This is the agent component for the Ercole project.
Documentation available [here](https://ercole.io).Supported environments:
- Red Hat Enterprise Linux 5, 6, 7, 8
- Windows Server 2012 and greater## Requirements
- Go version 1.13 or greater.## How to build on Linux for Linux target
make## How to build on Linux for Windows target
make windows## How to run
Adjust the config.json configuration file with your server address, username
and password, then launch the binary:./ercole-agent (Linux)
ercole-agent.exe (Windows)