| 123456789101112131415161718192021222324252627282930313233 | 
							- Source: zabbix-plugins
 
- Section: net
 
- Priority: extra
 
- Maintainer: Emmanuel Bouthenot <kolter@debian.org>
 
- Build-Depends: debhelper (>= 9)
 
- Standards-Version: 3.9.6
 
- Homepage: http://git.openics.org/kolter/zabbix-plugins
 
- Package: zabbix-plugins-client
 
- Architecture: all
 
- Depends:
 
-     ${misc:Depends},
 
-     python3,
 
-     python3-yaml,
 
-     debian-goodies
 
- Description: Plugins for zabbix monitoring system (client)
 
-  This is a collection of plugins for zabbix monitoring system
 
-  on the client side.
 
- Package: zabbix-plugins-server
 
- Architecture: all
 
- Depends:
 
-     ${misc:Depends},
 
-     python3,
 
-     python3-requests,
 
-     python3-urllib3,
 
-     python3-openssl,
 
-     openssl,
 
-     ca-certificates,
 
-     fping
 
- Description: Plugins for zabbix monitoring system (server)
 
-  This is a collection of plugins for zabbix monitoring system
 
-  on the server side.
 
 
  |