Git Product home page Git Product logo

snetsystems / cloudhub Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 7.0 14 MB

CloudHub is a totally designed system that lets you monitor and manage the availability of something like servers, applications, virtual machines, Kubernetes, and so on.

Home Page: https://seversky.atlassian.net/wiki/spaces/CSHD/pages/219414598/Introduction

License: Other

Shell 0.10% Makefile 0.05% Go 27.58% JavaScript 5.74% TypeScript 59.65% HTML 0.01% Python 0.61% SCSS 6.26%
influxdata chronograf telegraf monitoring visualization go react typescript 128-technology alert

cloudhub's People

Contributors

bnt10 avatar daiboom avatar dependabot[bot] avatar jaegeunha avatar jaegeunha94 avatar jaemyeongroh avatar jijii779 avatar kim-jinhyeong avatar minsoo77 avatar munhyeonseok avatar snetsystems avatar yongsikgi avatar

Stargazers

 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

cloudhub's Issues

LocalStorage Property Check

Whenever new data is added to the local storage and used, there will be an error if there is garbage data inside the local storage. Residue data should be updated or deleted.

The Tooltip disappears

Tooltip is missing from Telegram in the Configure Alert Endpoints menu, so Link cannot be selected.
제목 없음

On/Off optionable for Add-on features.

  1. Add the argument into SCMP execution argument.
  2. Transfer(API response) Add-on list, URL, and token to the client
  3. Apply addon in the client side.
  4. Update the API Spec. document

Too slow Salt-minion's list up on the outage cases

In "Agent configuration" menu, if at lease one or more of Salt-Minion's responses are pending by something like HW or NW outage, anyway whatever causes, whole listing is too slow.

I need to discuss how to resolve as a good way.

Occur the permission denied in some Telegraf plugins

Sometimes, Telegraf emits the error log about the permission denied like once this collects the metrics against Docker container, etc.
This occurrence is due to Telegraf is not get authorization against the monitoring target applications.
Therefore, the routine that add Telegraf user into the root group has to be in after install Telegraf.
Like below,

$ salt \server01-vm01.snetsystems.com group.adduser root telegraf
server01-vm01.snetsystems.com:
    True

Also, as Salt API's request body

{
    "token": "c7d94d708185dbe550cac551985e060783458b774f6dad0d6fb59057af26d9e5",
    "eauth": "pam",
    "client": "local",
    "tgt": "server01-vm01.snetsystems.com",
    "fun": "group.adduser",
    "arg": [
        "root",
        "telegraf"
    ]
}
# Reponse
{
    "return": [
        {
            "server01-vm01.snetsystems.com": true
        }
    ]
}

For check out if well done

# In target minion,
$ lid -g root
 root(uid=0)
 sync(uid=5)
 shutdown(uid=6)
 halt(uid=7)
 operator(uid=11)
 telegraf(uid=997)

Multi-tenant Feature

As Group, Data Source has to be assigned.
Therefore, each function(visualize, infrastructure, etc) has to be under this rule/policy.

Collector Config in Agent Configuration

Report a two problem

  1. If you edit and apply the telegraf configuration, and then reload it, there is a new line at the bottom.
  2. When editing the configuration, the first input is sometimes ignored.

Addon: Oncue On/Off

For Oncue feature, on/off optionable and Proxy Service for Oncue.
Similar to On/Off optionable for Add-on features. #74
and Proxy Service for 3rd party Rest API #80.

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.