control 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: zabbix-plugins
  2. Section: net
  3. Priority: optional
  4. Maintainer: Emmanuel Bouthenot <kolter@debian.org>
  5. Build-Depends: debhelper (>= 11)
  6. Standards-Version: 4.3.0
  7. Homepage: http://git.openics.org/kolter/zabbix-plugins
  8. Package: zabbix-plugins-client
  9. Architecture: all
  10. Depends:
  11. ${misc:Depends},
  12. zabbix-agent,
  13. python3,
  14. python3-yaml,
  15. debian-goodies,
  16. jq
  17. Description: Plugins for zabbix monitoring system (client)
  18. This is a collection of plugins for zabbix monitoring system
  19. on the client side.
  20. .
  21. Plugins included: apt, checkrestart, nginx, postfix, raid, smart,
  22. ssl-discovery, utils and web-discovery
  23. Package: zabbix-plugins-server
  24. Architecture: all
  25. Depends:
  26. ${misc:Depends},
  27. python3,
  28. python3-requests,
  29. python3-urllib3,
  30. python3-openssl,
  31. openssl,
  32. ca-certificates,
  33. fping
  34. Description: Plugins for zabbix monitoring system (server)
  35. This is a collection of plugins for zabbix monitoring system
  36. on the server side.
  37. .
  38. Plugins included: icmp-checker, ssl and web-checker