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

Default fping location is wrong for Debian #124

Open
xenadmin opened this issue Oct 7, 2019 · 0 comments
Open

Default fping location is wrong for Debian #124

xenadmin opened this issue Oct 7, 2019 · 0 comments

Comments

@xenadmin
Copy link
Contributor

xenadmin commented Oct 7, 2019

https://github.com/saltstack-formulas/zabbix-formula/blob/master/zabbix/map.jinja

In 3.0 and upwards, the default fping location is /usr/sbin/fping
In the map.jinja it's /usr/bin/fping

In checked the default conf files for 3.0, 4.0, 4,2 and the values FpingLocation and Fping6Location are not defined at all. We have now two choices:
Correct the value to the default or stick to the Zabbix defaults and do not define the value at all.

My suggestion would be, to just cut the example values from map.jinja and stick close to the Zabbix defaults, like we did in other issues and PRs.

UPDATE:
I did some further tests and it seems like I made a hasty conclusion. I switched my pillar to:

  fpinglocation: /usr/sbin/fping
  fping6location: /usr/sbin/fping6

And my Test Zabbix Proxy stopped working, as Debian 9 obiously has it's fping binaries in /usr/bin so I guess, despite the defaults in the example zabbix_proxy.conf we should stick with /usr/bin/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

1 participant