Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Add notification on child node going stale #17070

Open
mkesper opened this issue Feb 27, 2024 · 2 comments
Open

[Feat]: Add notification on child node going stale #17070

mkesper opened this issue Feb 27, 2024 · 2 comments
Labels
feature request New features needs triage Issues which need to be manually labelled

Comments

@mkesper
Copy link

mkesper commented Feb 27, 2024

Problem

Two nodes configured, one as child and one as parent. Configured alerts and notifications are working properly. No alert is triggered when the child cannot reach the parent, though.

Description

An alert should be triggered by default when a child agent vanishes as then this node will go completely unmonitored! Overriding to ignore ephemeral nodes should be added.

Importance

must have

Value proposition

  1. Without this feature, relying on netdata agent for node monitoring is misleading (No data sent -> no alert)
  2. Not having this feature would require adding further external checks, complicating the setup.

Proposed implementation

Check every minute (by default) whether child nodes are live. If not, go into alarm.

@mkesper mkesper added feature request New features needs triage Issues which need to be manually labelled labels Feb 27, 2024
@netdata-community-bot
Copy link

This issue has been mentioned on the Netdata Community Forums. There might be relevant details there:

https://community.netdata.cloud/t/alert-when-non-ephemeral-nodes-go-stale/5108/5

@wmertens
Copy link

I believe this could be addressed by #17539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New features needs triage Issues which need to be manually labelled
Projects
None yet
Development

No branches or pull requests

3 participants