Giter Club home page Giter Club logo

insights-core-assets's Introduction

insights-core-assets

Front facing core requirements for clients

insights-core-assets's People

Contributors

akshay196 avatar asyedham avatar bfahr avatar bsquizz avatar chawlanikhil24 avatar chenlizhong avatar cmoore-redhat avatar ernestask avatar gravitypriest avatar huali027 avatar jhjaggars avatar jobselko avatar joysnow avatar jsvob avatar kruai avatar lhuett avatar lonicerae avatar ppandey-redhat avatar rasrivas-redhat avatar shlao avatar shzhou12 avatar smalleni avatar songuyen avatar stevehnh avatar triplejqk avatar vishwanathjadhav avatar wcmitchell avatar wushiqinlou avatar xhe123 avatar xiangce avatar

Stargazers

 avatar  avatar

Watchers

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

insights-core-assets's Issues

"pattern" is missing for the glob-spec of "mysql_log"

See:

{
"glob": "/var/opt/rh/rh-mysql*/log/mysql/mysqld.log",
"symbolic_name": "mysql_log",
"pattern": []
},

But the spec mysql_log is filterable=True and it should have some existing pattern (filters):

{
"file": "/var/log/mysql/mysqld.log",
"pattern": [
"OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!",
"Too many open files",
"[ERROR]"
],
"symbolic_name": "mysql_log"
},
{
"file": "/var/log/mysql.log",
"pattern": [
"OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!",
"Too many open files",
"[ERROR]"
],
"symbolic_name": "mysql_log"
},

Same symbolic_names

We discovered there are some sections in uploader json which are exactly the same e.g:

# cat /etc/insights-client/.cache.json | grep machine_id1 -B 3 -A 1
        {
            "file": "/etc/redhat-access-insights/machine-id",
            "pattern": [],
            "symbolic_name": "machine_id1"
        },
--
        {
            "file": "/etc/redhat-access-insights/machine-id",
            "pattern": [],
            "symbolic_name": "machine_id1"
        },

Is this intended?

RFE: Check for the installation of SAP Hostagent

I noticed, that SAP HANA Express skips the automatic install of SAP Hostagent. Nonetheless SAP Hostagent is required for a productive installation. Furthermore it is used by insights to identify that an SAP instance is running.
Could be useful to check hostagent is running when on an SAP system

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.