mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-26 14:10:40 +00:00
Removed incorrect pushed files
This commit is contained in:
parent
26075a8e8a
commit
dff453a673
4 changed files with 0 additions and 39 deletions
|
|
@ -1,11 +0,0 @@
|
|||
name: os-ntopng-enterprise
|
||||
version: "6.5.250808"
|
||||
origin: opnsense/os-ntopng-enterprise
|
||||
comment: "Network Traffic Analysis and Flow Collection"
|
||||
desc: "ntopng is a high-speed web-based network traffic analysis and flow collection tool"
|
||||
maintainer: packager@ntop.org
|
||||
www: https://www.ntop.org
|
||||
prefix: /
|
||||
deps: {
|
||||
ntopng: { version: "6.5.250808", origin: net/ntopng }
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
if /usr/local/etc/rc.d/configd status > /dev/null; then
|
||||
/usr/local/etc/rc.d/configd restart
|
||||
fi
|
||||
/usr/local/etc/rc.configure_plugins
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
"""
|
||||
ntopng
|
||||
|
||||
ntopng Python library.
|
||||
"""
|
||||
|
||||
__version__ = "6.5.250813"
|
||||
__author__ = 'packager@ntop.org'
|
||||
|
||||
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='ntopng',
|
||||
version='6.5.250813',
|
||||
description='ntopng Python package',
|
||||
url='https://github.com/ntop/ntopng',
|
||||
author='ntop',
|
||||
author_email='packager@ntop.org',
|
||||
license='GPL',
|
||||
packages=['ntopng'],
|
||||
install_requires=['requests', 'simplejson', 'numpy', 'pandas', 'kaleido', 'fpdf', 'plotly', 'redmail'],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue