Giter Site home page Giter Site logo

monster's People

Contributors

alansill avatar artlands avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

monster's Issues

Unable to dump iDRAC telemetry metrics

Description of issue
While running midrac.py, encountered following error:
image

Environment
Operating System: CentOS-8.4
Python Version: 3.8.8
PostgreSQL Version: 13.5
Timescale DB Version: 2.5.0
iDRAC9 (Datacenter license), Firmware Version: 5.10.00.00

Debugging output
Added a debug statement in dump.py in function dump_idrac():
for metric in table_metrics:
    print(metrics)

Attached is the screenshot of the output:
image

The value coming from idrac for a metric is out of column data type range.

Unable to dump slurm metrics since parse.py is returning empty dictionary

Getting below error while executing mslurm.py:
image

The reason for above error is, parse_node_metrics method present in parse.py is returning empty dictionary. Please check the below screenshot:
image

The reason for the empty dictionary is, there is a if condition in parse.py where hostname from the response is compared with hostname present in nodes table which get the system hostname info from idrac using Redfish API in idrac.py as shown in the below screenshots:
image
image

But usually our idrac system hostname & OS hostname will be different, due to which the scripts will fail everytime.

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.