Icinga / Icinga/docker-icinga2

Missing package snmp (prerequistite for the built-in check_snmp)

Open
#125 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
73
Forks
29
PR merge metrics
No merged PRs in 30d

Description

The built-in command check_snmp does not work because the binary snmpget is not installed.

icinga@icinga-icinga2-0:/$ /usr/lib/nagios/plugins/check_snmp -v -C xxx -H yyy ... -v
/usr/bin/snmpget -Le -t 60 -r 5 -m ...
External command error with no output (return code: 3)
icinga@icinga-icinga2-0:/$ /usr/bin/snmpget
bash: /usr/bin/snmpget: No such file or directory
icinga@icinga-icinga2-0:/$

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the Docker image package installation and the built-in check_snmp entry point. Verify how the image installs plugin prerequisites and reproduce the shown /usr/bin/snmpget failure. Done means the image contains snmpget and check_snmp no longer fails because that binary is missing.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.