Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/javadmohebbi/gonfcollector
This repo will help you collect Netflow (version 1,5,6,7,9 and IPFIX) from network devices. It stores all the required information needed for further analysis in InfluxDB and visualize them using Grafna.
Currently we are using InfluxDB v2+ for stroring data. If You need older version, you can see this repository.
There are multiple ways to deploy "netflow collector" app & easiest ways is all-in-one deployment. This method will run influxdb
, grafana
& gonfcollector
docker container using a shell script. No more further configuration are needed & everythings will be downloaded/configured using a shell script
.
wget https://download.openintelligence24.com/latest.sh
chmod +x latest.sh
./latest.sh
docker
, docker-compose
, wget
are required!InfluxDB default passwords:
Grafana default passwords:
Project path: The shell script will create a directory called oi24
(abbr. of openintelligence24.com) and a subdirectory nfcollector
inside your HOME directory. InfluxDB database, grafana dashboards & plugins & ... are in vendors
sub-directory.
cd $HOME/oi24/nfcollector
Start & Stop Containers:
cd $HOME/oi24/nfcollector && docker-compose up -d
cd $HOME/oi24/nfcollector && docker-compose down
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.