16 lines
224 B
Markdown
16 lines
224 B
Markdown
# NtopngGlobe
|
|
|
|
Ntopng alerts are displayed in Globe.gl
|
|
|
|
### Install packages
|
|
``` sh
|
|
npm install
|
|
```
|
|
|
|
### Setup
|
|
> :warning: Ntopng webhook **must** point on ```http://<ADRESS>:3100/ws```
|
|
|
|
### Start Server
|
|
``` sh
|
|
npm start
|
|
``` |