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

ICMP fping #14

Closed
ivan-mezentsev opened this issue Nov 16, 2015 · 6 comments
Closed

ICMP fping #14

ivan-mezentsev opened this issue Nov 16, 2015 · 6 comments

Comments

@ivan-mezentsev
Copy link

Need to fix:

docker exec zabbix-server chown root:zabbix /usr/local/sbin/fping
docker exec zabbix-server chmod 4710 /usr/local/sbin/fping

@jangaraj
Copy link
Member

Thank you Ivan,

Dockerfile updated:

  setcap cap_net_raw+ep /usr/local/sbin/fping || echo 'Warning: setcap cap_net_raw+ep /usr/local/sbin/fping' && \
  setcap cap_net_raw+ep /usr/local/sbin/fping6 || echo 'Warning: setcap cap_net_raw+ep /usr/local/sbin/fping6' && \
  chmod 4710 /usr/local/sbin/fping && \
  chmod 4710 /usr/local/sbin/fping6 && \
  • boostrap.sh
  chown root:zabbix /usr/local/sbin/fping
  chown root:zabbix /usr/local/sbin/fping6

Repo retagged, automated build in progress ....

jangaraj added a commit that referenced this issue Nov 16, 2015
@TitinDev
Copy link

TitinDev commented Dec 8, 2015

Fping not installed on : Docker image zabbix-server-3.0

@jangaraj
Copy link
Member

jangaraj commented Dec 8, 2015

It's there:

docker run --rm zabbix/zabbix-server-3.0:dev whereis fping
fping: /usr/sbin/fping /usr/share/man/man8/fping6.8 /usr/share/man/man8/fping.8

@TitinDev
Copy link

TitinDev commented Dec 8, 2015

I fixed with: yum install fping

@jangaraj
Copy link
Member

jangaraj commented Dec 8, 2015

You must have some too old image. Fping is definitely there.

@TitinDev
Copy link

TitinDev commented Dec 8, 2015

deployment time of 2 days, there problem at compile time, I have nothing in /usr/sbin/fping

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

3 participants