control 830 B

123456789101112131415161718192021222324252627282930313233
  1. Source: zabbix-plugins
  2. Section: net
  3. Priority: extra
  4. Maintainer: Emmanuel Bouthenot <kolter@debian.org>
  5. Build-Depends: debhelper (>= 9)
  6. Standards-Version: 3.9.6
  7. Homepage: http://git.openics.org/kolter/zabbix-plugins
  8. Package: zabbix-plugins-client
  9. Architecture: all
  10. Depends:
  11. ${misc:Depends},
  12. python3,
  13. python3-yaml,
  14. debian-goodies
  15. Description: Plugins for zabbix monitoring system (client)
  16. This is a collection of plugins for zabbix monitoring system
  17. on the client side.
  18. Package: zabbix-plugins-server
  19. Architecture: all
  20. Depends:
  21. ${misc:Depends},
  22. python3,
  23. python3-requests,
  24. python3-urllib3,
  25. python3-openssl,
  26. openssl,
  27. ca-certificates,
  28. fping
  29. Description: Plugins for zabbix monitoring system (server)
  30. This is a collection of plugins for zabbix monitoring system
  31. on the server side.