-
Notifications
You must be signed in to change notification settings - Fork 4
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
Subnet handling within SNMP input configuration #29
Comments
Thanks for your suggestion @szabogergo! The hosts option is definitely not very usable for large number of hosts.
|
First, thank you for suggestions. The idea of external file containing target IPs is a simple and fast solution if you can extend Logstash SNMP Input configuration with it. I also agree, that subnet containing many (or only a few) unused IP addresses may produce increasing amount of host queries with connection timeout, I don't know what kind of affect may it have regarding Logstash performance but in case of deceleration it shouldn't be usable. So, I think the external file option with target host list would be preferred in this case. |
Great idea, we poll hundreds of hosts on the network, these hosts are added and removed everyday, we have a network discovery software that discovers live hosts and produces a node list. Would be great for Logstash SNMP input to be able to refer to that list for each poll - as the node list is dynamic. At the moment, we use a Bash script with |
Hi all,
Is it possible somehow to provide subnet handling within
hosts
attribute (for example defining /prefix or wildcard)? I would like perform SNMP get operation for many hundred of hosts and it would be fine if there was a native tool or solution defining a subnet for given hosts instead of configuring many lines with each host.Logstash has also a CIDR plugin, but I don't know if it would be usable in this case.
Thanks in advance.
The text was updated successfully, but these errors were encountered: