darkstat: Network bandwidth monitor - version 3.0.719

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
From the oldpackages.
Updated to version 3.0.719, new config file to add more options
Rewritten init file to take in account the new config file and
removing a bug when stopping the daemon.

Corrected license information in Makefile
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
This commit is contained in:
Jean-Michel Lacroix
2016-07-07 09:43:48 -04:00
parent a6368066b3
commit e32b8b2c34
4 changed files with 195 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
config darkstat
option interface 'lan'
option syslog false
option verbose true
option no_daemon false
option no_promisc false
option no_dns false
option no_macs false
option no_lastseen false
# option httpaddr '0.0.0.0'
# option httpport '667'
# option network_filter 'not (src net 192.168.1 and dst net 192.168.1)'
# option network_netmask '192.168.1.0/255.255.255.0'
option local_only false
# option hosts_max '1000'
# option hosts_keep '500'
# option ports_max '60'
# option ports_keep '30'
# option highest_port '65534'