Replies: 7 comments 6 replies
-
Hi @biskitboy, |
Beta Was this translation helpful? Give feedback.
-
Hi, I need to gather some more info in order to plan and estimate the task.
So that would add Does it make sense and fit your needs? Or maybe do you have some other idea? Please let me know 😃 |
Beta Was this translation helpful? Give feedback.
-
I prefer item #2. We try to leverage shared pollers when possible so we don't have to spin up additional services. For example, one of our shared systems polls our storage/compute systems and adds a production and/or infrastructure tag. This same system also has hooks into a few test topologies that don't have overlapping addresses. Thank you for diving into this for us! |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm here with the update. We're not planning exactly to do the feature we discussed here, but decided to go with something similar that may solve your problem as well. We're working on allowing to configure groups of hosts instead of hosts one by one, which means you'll be able to define the site/group, like:
And then, refer to the whole group in the inventory as:
In polled metrics you'd see some appended field, like |
Beta Was this translation helpful? Give feedback.
-
This seems like it should work! I can still change community strings and other items on a per IP basis correct? Seems like it.
…-Steve
On Aug 24, 2022, at 4:19 AM, Olga Malita ***@***.***> wrote:
Hello, I'm here with the update. We're not planning exactly to do the feature we discussed here, but decided to go with something similar that may solve your problem as well. We're working on allowing to configure groups of hosts instead of hosts one by one, which means you'll be able to define the site/group, like:
sites:
testbed_one:
- 1.2.3.4
- 2.2.2.2
- 3.3.3.3
And then, refer to the whole group in the inventory as:
poller:
inventory: |
address,port,version,community,secret,securityEngine,walk_interval,profiles,SmartProfiles,delete
testbed_one,,2c,read,,,60,generic_switch;cusp_stats,
In polled metrics you'd see some appended field, like group: testbed_one so you can filter.
—
Reply to this email directly, view it on GitHub <#482 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGCVJTORT4Z66QB4HWLJI23V2XLKPANCNFSM5YVGLOTA>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Hey, version I recommend you to first upgrade to |
Beta Was this translation helpful? Give feedback.
-
Things are looking pretty good over here. I have minor issue that I'm hoping is just an error on my part. I was hoping to have the name "testbed" show up in the metrics. But it looks like I'm getting the term "group" instead. Is it possible to change the name group to anything else? I tried changing the term "groups" to "testbed", but that didn't work. For Example:
Screenshot Example Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys! I need the ability to add some static tags to the SNMP Metric data prior to being sent to Splunk. In our topologies, we will often have various testbeds that will share IP/hostname etc. Or, we'll have testbeds that just have IP address/DNS overlap. We use Metric Filters to help isolate these topologies in Splunk Enterprise when we use Metric data.
For event based data we can usually use Lookup Tables or prepend meta data on ingestion so we know the testbed source. Our current SNMP tool that we built adds these tags to the metric data so we can sort them in SPLUNK properly.
For example, here is what filters look like today:
Here is what the filter looks like for sc4snmp:
I was hoping I could just append data to the inventory and have it auto-append this to the metric data, but that doesn't work. Here's an example of something I hope could be implemented. Maybe even having "Groups" of hosts with their own metric data would be better than what I have shown below.
Maybe there is a way for me to do this in this tool already, if so, I'd love to know how.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions