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
Hi
The check_by_ssh plugin only started working after I manually re-added the openssh package
/opt/nagios # apk update fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz v3.11.11-26-gaa55c5a654 [http://dl-cdn.alpinelinux.org/alpine/v3.11/main] v3.11.11-24-g127ddb5cee [http://dl-cdn.alpinelinux.org/alpine/v3.11/community] OK: 11274 distinct packages available /opt/nagios # apk add openssh (1/6) Installing openssh-keygen (8.1_p1-r0) (2/6) Installing openssh-client (8.1_p1-r0) (3/6) Installing openssh-sftp-server (8.1_p1-r0) (4/6) Installing openssh-server-common (8.1_p1-r0) (5/6) Installing openssh-server (8.1_p1-r0) (6/6) Installing openssh (8.1_p1-r0)
I see in the dockerfile you are adding the openssh-client, but it doesn't seem to be enough (as ssh wasn't found)
The text was updated successfully, but these errors were encountered:
Hi @tr1plus !
Thanks for the finding! Indeed it is missing and check_by_ssh does not work. I will add the openssh package it in the next version.
check_by_ssh
Best regards, Christos
Sorry, something went wrong.
Add missing openssh package in image (#27)
b1aeafe
Add missing openssl package (#27)
6ff6d7d
I have released a new latest tag based on alpine:3.14 with the appropriate changes. Can you please give it a try
latest
alpine:3.14
docker pull manios/nagios:latest # or docker pull manios/nagios:4.4.6
and provide me with feedback ? I am closing the issue. If you find any discrepancy please post a comment here and we will take a look.
Thanks, Christos
seems to be working! Thanks
manios
No branches or pull requests
Hi
The check_by_ssh plugin only started working after I manually re-added the openssh package
I see in the dockerfile you are adding the openssh-client, but it doesn't seem to be enough (as ssh wasn't found)
The text was updated successfully, but these errors were encountered: