jow- / nlbwmon

Simple conntrack based traffic accounting
ISC License
147 stars 33 forks source link

Exporting data to a different host on the internet #39

Open lePereT opened 4 years ago

lePereT commented 4 years ago

hi jow, a quick question.

i've had a little look but i'm not sure what the best way would be of accessing data from nlbwmon to process in code and send to a database on a different host on the internet. if possible i'd like to store nothing on the persistent storage on my router.

is there a good hook in nlbwmon that i can use?

HikariWS commented 2 years ago

In fact, which DBMS it uses?

A first attempt would be to mount a cifs or nfs share and save the DB on a remote server, where we could read it.

I tried opening the DB with DB Browser for SQLite but it failed.

backslashxx commented 3 months ago

this would be nice to have ;)