|
Hi
When I call snmp, I get a message, that snmpget is not found: Any idea how to fix this? Thanks for any hints, regards |
Replies: 3 comments 2 replies
|
can you send the output of monitoring-plugins/check-plugins/snmp/snmp Line 201 in 61a32aa |
|
Seems that the user under which the plugin is running does not have access to the |
|
Great, thanks for your tests. So the solution is simple: We stop checking for the existence of |
Great, thanks for your tests. So the solution is simple: We stop checking for the existence of
snmpget, because when it is called and if it is missing, we later already get a meaningful error message likeOS Error "2 No such file or directory: 'snmpget'".