We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any execution of the snmp plugin returns the following error:
snmp
root@cop:/opt/icinga2-plugins/linuxfabrik# ./snmp -H my.snmp.host snmpget not found
snmpget is installed:
snmpget
root@cop:/opt/icinga2-plugins/linuxfabrik# dpkg -l|grep snmp ii libnet-snmp-perl 6.0.1-6 all Script SNMP connections ii libsnmp-base 5.9+dfsg-4+deb11u1 all SNMP configuration script, MIBs and documentation ii libsnmp40:amd64 5.9+dfsg-4+deb11u1 amd64 SNMP (Simple Network Management Protocol) library ii snmp 5.9+dfsg-4+deb11u1 amd64 SNMP (Simple Network Management Protocol) applications ii snmpd 5.9+dfsg-4+deb11u1 amd64 SNMP (Simple Network Management Protocol) agents root@cop:/opt/icinga2-plugins/linuxfabrik# which snmpget /usr/bin/snmpget
And executable:
root@cop:/opt/icinga2-plugins/linuxfabrik# snmpget --version NET-SNMP version: 5.9
./snmp -H my.snmp.host
No response
Debian Bullseye
root@cop:/opt/icinga2-plugins/linuxfabrik# uname -r 5.10.0-25-amd64
snmp: v2023051201 by Linuxfabrik GmbH, Zurich/Switzerland
The text was updated successfully, but these errors were encountered:
Hi I think this might be a duplicate of #704, can you test with the latest version of the snmp check?
Sorry, something went wrong.
(and therefore fixed by 929d73f)
@mmartinello does the new version work?
No branches or pull requests
This issue respects the following points:
Which variant of the Monitoring Plugins do you use?
Bug description
Any execution of the
snmp
plugin returns the following error:snmpget
is installed:And executable:
Steps to reproduce - Plugin call
./snmp -H my.snmp.host
Steps to reproduce - Data
No response
Environment
Debian Bullseye
Plugin Version
snmp: v2023051201 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: