Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions packages/nginx-amplify-agent/deb/debian/control.jammy
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Source: nginx-amplify-agent
Homepage: https://github.com/nginxinc/nginx-amplify-agent
Maintainer: NGINX Packaging <nginx-packaging@f5.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 13),
dpkg-dev (>= 1.19),
python3,
dh-python
Standards-Version: 4.5.0

Package: nginx-amplify-agent
Description: Agent for NGINX Amplify monitoring platform
The NGINX Amplify Agent is a small, Python application that provides
system and NGINX metric collection. It is part of NGINX Amplify -
the monitoring and configuration assistance service for NGINX.
.
This package installs and runs NGINX Amplify Agent daemon.
.
See http://nginx.com/amplify for more information
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
python3-daemon,
python3-setproctitle,
python3-greenlet,
python3-gevent,
python3-requests,
python3-ujson,
python3-netifaces,
python3-pymysql,
python3-psutil,
lsb-release,
adduser
4 changes: 4 additions & 0 deletions packages/nginx-amplify-agent/requirements-ubuntu2204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
netaddr==0.8.0
flup==1.0.3
crossplane==0.5.7
rstr==3.0.0
3 changes: 2 additions & 1 deletion tools/builders/deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
'bionic': 11,
'buster': 12,
'focal': 12,
'bullseye': 13
'bullseye': 13,
'jammy': 13
}


Expand Down