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]: Extend the configuration to allow setting multiple OIDs #14096

Closed
BigPines opened this issue Dec 6, 2022 · 2 comments
Closed

[Feat]: Extend the configuration to allow setting multiple OIDs #14096

BigPines opened this issue Dec 6, 2022 · 2 comments
Assignees
Labels
area/collectors Everything related to data collection collectors/go.d feature request New features

Comments

@BigPines
Copy link

BigPines commented Dec 6, 2022

Problem

I need to track the sum of SNMP In and Out OID data.

Description

I need to be able to sum the value of two OIDs and display the total on a graph.

Importance

really want

Value proposition

Due to data caps or other throughput limitations, it is sometimes necessary to monitor data moving in both directions summed together (in and out). This solves that problem.

Proposed implementation

Extend the configuration to allow multiple OIDs which will be summed:

dimensions:
name: “TotalTraffic”
oids:

  • “1.3.6.1.2.1.2.2.1.10.3”
  • "1.3.6.1.2.1.2.2.1.16.3"
@BigPines BigPines added feature request New features needs triage Issues which need to be manually labelled labels Dec 6, 2022
@ilyam8 ilyam8 added area/collectors Everything related to data collection collectors/go.d labels Dec 6, 2022
@ilyam8 ilyam8 self-assigned this Dec 6, 2022
@ilyam8 ilyam8 removed the needs triage Issues which need to be manually labelled label Dec 6, 2022
@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/use-snmp-collector-to-track-total-isp-bandwidth-month/3600/12

@ilyam8
Copy link
Member

ilyam8 commented Dec 26, 2023

I need to be able to sum the value of two OIDs and display the total on a graph.

Netdata's UI allows to do it by changing "Group by" to node or instance.

@ilyam8 ilyam8 closed this as completed Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection collectors/go.d feature request New features
Projects
None yet
Development

No branches or pull requests

3 participants