nlbwmon icon indicating copy to clipboard operation
nlbwmon copied to clipboard

Interval - 1, not rotating db file

Open Avrution opened this issue 4 months ago • 0 comments

I have it set to 2025-08-01 as the start date with 1 day interval. Problem is the next day will not roll over when the clock changes.

I have manually changed to 11:59:55pm and let it change days, but no new file.

I am still on the db file from yesterday and nothing new has been created.

config nlbwmon option netlink_buffer_size '524288' option commit_interval '60s' option refresh_interval '30s' option database_directory '/opt/storage/nlbwmon' option database_generations '0' option database_interval '2025-08-24/1' option database_limit '0' option protocol_database '/usr/share/nlbwmon/protocols' list local_network '192.168.0.0/16' list local_network '172.16.0.0/12' list local_network '10.0.0.0/8' list local_network 'lan' list local_network 'wan' option database_compress '0'

26052 root 1168 SN /usr/sbin/nlbwmon -o /opt/storage/nlbwmon -b 524288 -i 60s -r 30s -p /usr/share/nlbwmon/protocols -G 0 -I 2025-08-24/1 -L 0 -s 192.168.0.0/16 -s 172.16.0.0/12 -s 10.0.0.0/8 -s 192.168.1.1/24

Edit - still 12+ hours into a new day and no new db

Avrution avatar Aug 24 '25 06:08 Avrution