Help with Softflowd and exporting netflow data to PRTG

This is the equivalent UCI syntax in /etc/config/softflowd - I hope this helps someone:

config softflowd                    
        option enabled '1'          
        option interface 'eth0.2'    
        option host_port '192.168.xxx.xxx:xxxxx'
        option export_version '9'          
                                 
config softflowd               
        option enabled '1'                 
        option interface '6in4-henet'      
        option host_port '192.168.xxx.xxx:xxxxx'
        option export_version '9'

This works in version 21

tags: @dl12345 @anon50098793

1 Like