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

Feature request: IPv6 support for protocols.so #4002

Open
0n-s opened this issue May 10, 2022 · 1 comment
Open

Feature request: IPv6 support for protocols.so #4002

0n-s opened this issue May 10, 2022 · 1 comment

Comments

@0n-s
Copy link

0n-s commented May 10, 2022

The protocols plugin currently exports the information from /proc/net/snmp & /proc/net/netstat. This collects information about the IPv4 stack & the TCP stack.

Information about the IPv6 stack exists in /proc/net/snmp6, which is currently not collected by this plugin. It would be nice if it did so.

@dmrzzz
Copy link

dmrzzz commented Jul 29, 2022

I would like to see this added as well, but in the meanwhile table appears to be a decent workaround:

LoadPlugin table
<Plugin table>
    <Table "/proc/net/snmp6">
        Separator " "
        <Result>
            Type protocol_counter
            InstancesFrom 0
            ValuesFrom 1
        </Result>
    </Table>
</Plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants