Giter VIP home page Giter VIP logo

ercole-io / ercole Goto Github PK

View Code? Open in Web Editor NEW
150.0 10.0 11.0 33.78 MB

Proactive Software Asset Management. Backend component

Home Page: https://ercole.io

License: Other

Dockerfile 0.02% Shell 0.33% Go 98.86% Python 0.36% Makefile 0.02% Jsonnet 0.41%
monitoring-application mysql-database oracle-database postgresql-database license-management mysql postgresql assets-management oracle

ercole's People

Contributors

afumagalli98 avatar amreo avatar anbrenna avatar cbiglioli avatar cirelli94 avatar dependabot[bot] avatar tulliobotti64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ercole's Issues

Wrong core number on Cluster tab

On tab Cluster we are wrongly reporting thread number instead of core number.
To solve the problem we have to:

  • In vmware.ps1 script on the agent-virtualization we have to change ther row

$TotalPCPU += $_.NumCPU

to

$TotalPCPU += $_.ExtensionData.Hardware.CpuInfo.NumCpuCores

  • In the licesing part we to manage the data as core and not as thread (we have to use 0,5 instead of 0,25 factor)

Add agent version to the Host tab

To understand if the version of the agents installed on the hosts is the last one, it would be useful to have the version installed in the host tab

Manage Oracle bug 2311894.1 when Active dataguard is enabled

In some versions 12.x, when a standby database is in active dataguard, the script feature answer in this way and all the agent fail:

[ercole@xxxxxxxx ercole-agent]$ fetch/feature INSTANCE 12 /u01/app/oracle/product/12.1.0/dbhome_2
DECLARE
*
ERROR at line 1:
ORA-03170: deadlocked on readable physical standby (undo segment 730)
ORA-06512: at line 3
ORA-06512: at line 310

We have to skip feature and go on with other script execution.
License script works fine.

Add tag on database object

Add the possiblity to assign a TAG at database level.
The tag has to be visible on the new databases page.
The tag list has to be compiled at ercole-server level and you can choose it with a drop down menu.

Add the licensing option details

Add the feature name that have enabled the option licensing at database level:

example:

Compression option enabled
The compression is enabled because "Expdp compress"

Create an Ercole-server slave

This kind of agent forward the data sent by the agent to the ercole-server.
This is usefull when there are some databases in secure zone that can't reach ercole-server directly.

Column sort on host page

On hosts page:

  • by default, order the row by hostname
  • Add the possiblity to order by the column "hostname" or "last update"

Fix tab database

  • Replace the Blue Color for OK things in Green.
  • Replace red V's with red X's in the database view.
  • Put the 3 CPU Memory and Storage cards in 3 columns
  • Show at least 50 rows of Databases and hosts
  • Do the round of mameory usage
  • Add the ability to filter by database name

Automatic updates for agents

It would be nice to have a way of automatically update all the agents connected to a given server.
On the server UI, Agent tab (or specific page), we could add an option "Keep agents up to date".

When the option is enabled, the server advertises the agent versions with the ones included in the distribution. Agents periodically check the server advertised version and can do a self-update if the server is advertising an agent version different from its own.

Add exadata patching level tab

In order to maintain the entire exadata patching level, we want to add a tab with exadata environment to show the patching level of all components.

PSU parsing problem

Ercole has problem to identify this kind of PSU:

Database Patch Set Update : 12.1.0.2.3 (20299023)

New databases page

Create a new page called "databases" with all information about the all databases object.

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.