File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
packages/nginx-amplify-agent Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ Source: nginx-amplify-agent
2+ Homepage: https://github.com/nginxinc/nginx-amplify-agent
3+ Maintainer: NGINX Packaging <nginx-packaging@f5.com>
4+ Section: python
5+ Priority: optional
6+ Build-Depends: debhelper (>= 13),
7+ dpkg-dev (>= 1.19),
8+ python3,
9+ dh-python
10+ Standards-Version: 4.5.0
11+
12+ Package: nginx-amplify-agent
13+ Description: Agent for NGINX Amplify monitoring platform
14+ The NGINX Amplify Agent is a small, Python application that provides
15+ system and NGINX metric collection. It is part of NGINX Amplify -
16+ the monitoring and configuration assistance service for NGINX.
17+ .
18+ This package installs and runs NGINX Amplify Agent daemon.
19+ .
20+ See http://nginx.com/amplify for more information
21+ Architecture: any
22+ Depends: ${misc:Depends},
23+ ${python3:Depends},
24+ python3-daemon,
25+ python3-setproctitle,
26+ python3-greenlet,
27+ python3-gevent,
28+ python3-requests,
29+ python3-ujson,
30+ python3-netifaces,
31+ python3-pymysql,
32+ python3-psutil,
33+ lsb-release,
34+ adduser
Original file line number Diff line number Diff line change 1+ netaddr==0.8.0
2+ flup==1.0.3
3+ crossplane==0.5.7
4+ rstr==3.0.0
Original file line number Diff line number Diff line change 1616 'bionic' : 11 ,
1717 'buster' : 12 ,
1818 'focal' : 12 ,
19- 'bullseye' : 13
19+ 'bullseye' : 13 ,
20+ 'jammy' : 13
2021}
2122
2223
You can’t perform that action at this time.
0 commit comments