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

zabbix: adding zabbix proxy support #63130

Closed
wants to merge 8 commits into from
Closed

Conversation

mmahut
Copy link
Member

@mmahut mmahut commented Jun 14, 2019

Motivation for this change

Adding zabbix proxy support by creating a new zabbix proxy module along with zabbix-proxy subpackages.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@andir
Copy link
Member

andir commented Jun 14, 2019

@GrahamcOfBorg build zabbix zabbix20 zabbix34 zabbix22

Can you maybe write a test for the module?

@mmahut
Copy link
Member Author

mmahut commented Jun 14, 2019

@andir not a bad idea at all, the service is fairly simple. Added the test.

Copy link
Member

@aanderse aanderse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if you have any questions or need a hand with anything.

pkgs/servers/monitoring/zabbix/2.2.nix Outdated Show resolved Hide resolved
pkgs/servers/monitoring/zabbix/default.nix Outdated Show resolved Hide resolved
pkgs/servers/monitoring/zabbix/2.0.nix Show resolved Hide resolved
pkgs/servers/monitoring/zabbix/2.0.nix Outdated Show resolved Hide resolved
pkgs/servers/monitoring/zabbix/3.4.nix Outdated Show resolved Hide resolved
nixos/modules/services/monitoring/zabbix-proxy.nix Outdated Show resolved Hide resolved
nixos/modules/services/monitoring/zabbix-proxy.nix Outdated Show resolved Hide resolved
nixos/modules/services/monitoring/zabbix-proxy.nix Outdated Show resolved Hide resolved
- not running the proxy under root
- logrotate
- adding more database configuration options
- adding support for password file
@mmahut
Copy link
Member Author

mmahut commented Jun 15, 2019

@GrahamcOfBorg eval

@aanderse
Copy link
Member

I was looking into the configuration on the zabbix site and realized that most the versions we ship are badly out of date and unsupported upstream. We shouldn't be shipping software that isn't supported upstream.

@mmahut
Copy link
Member Author

mmahut commented Jun 16, 2019 via email

@mmahut
Copy link
Member Author

mmahut commented Jul 16, 2019

Implemented in #63844

@mmahut mmahut closed this Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants