Skip to content

Monitor Computer health by amount of detected dump files #5595

@ANJ-Projects

Description

@ANJ-Projects

Summary of the new feature / enhancement

We have a problem where our Linux Containers often dumps many core.[NUMBER] files

Here is an example

core.99197
core.99460
core.99480
core.99790
core.99791
dashboards
database
PS /root/.PowerShellUniversal/Repository> 

These can often "choke" git if it tries to upload them, so we .gitignore them where possible

My suggestions is
/api/v1/computer

Should return something like
"dumpFilesCounter": 15,

This would make it very easy to monitor via various monitoring software etc.

At the moment, implementing a custom workaround introduces avoidable complexity, since there is no native method to query individual nodes. To achieve this, I would have to run a script on all nodes to assign a tag, which the monitoring system would then use for data collection.

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions