javadmohebbi / goNfCollector

A set of tool to collect & analyze netflow & export them to many DBs & Apps like InfluxDB time-series DB
93 stars 18 forks source link

Can not access oi24 #37

Closed sunks98 closed 1 year ago

sunks98 commented 1 year ago

Hi,

I just ran shell script latest.sh with error codes 522 and 523, and could not access the website https://openintelligence24.com , is there something wrong with the server?

Thanks a lot in advance for your help, Kaisheng Sun.

javadmohebbi commented 1 year ago

Hi @sunks98

Yes, our provider faced an cyber attack and now our website is not accessible! I am really sorry for this issue. If they could not fix this issue soon, I will let you have an alternate way to deploy the app ;-)

sunks98 commented 1 year ago

Okay, I see. Thank you very much for taking the time to reply~ ;-)

MatKra84 commented 1 year ago

Any update about oi24 website ?

javadmohebbi commented 1 year ago

Hi @sunks98 and @MatKra84

Please follow the README.md to deploy this app.

If you need a quick guide to deploy this app on your own linux OS, follow the further steps:

wget -O latest.sh https://raw.githubusercontent.com/javadmohebbi/goNfCollector/main/dockerize/build-up-from-github.sh
chmod +x latest.sh
./latest.sh

In order to prevent the issues in the future, we moved all the required installation files to this GitHub Repo.

MatKra84 commented 1 year ago

Thank you :-)

In order to prevent the issues in the future, we moved all the required installation files to this GitHub Repo.

sunks98 commented 1 year ago

Hi @sunks98 and @MatKra84

Please follow the README.md to deploy this app.

If you need a quick guide to deploy this app on your own linux OS, follow the further steps:

wget -O latest.sh https://raw.githubusercontent.com/javadmohebbi/goNfCollector/main/dockerize/build-up-from-github.sh
chmod +x latest.sh
./latest.sh

In order to prevent the issues in the future, we moved all the required installation files to this GitHub Repo.

Thank you!!! ;-)