Zirescu
Very Senior Member
Here's my updated configuration used on my AC87U which disables the IPv6 and shows the IPv4 which was missing previously. 
Came across the necessary information here: https://github.com/firehol/netdata/wiki/netdata-for-IoT
	
	
	
		
				
			Came across the necessary information here: https://github.com/firehol/netdata/wiki/netdata-for-IoT
		Code:
	
	### NetData Configuration                                                                                                                               
[global]                                                                                                                                                                                                                               
        run as user = nobody                                                                                                                                                                                                           
        web files owner = root                                                                                                                                                                                                         
        web files group = root                                                                                                                                                                                                         
        update every = 2                                                                                                                                                                                                               
        history = 1800                                                                                                                                                                                                                 
        access log = none                                                                                                                                                                                                             
        debug log = syslog                                                                                                                                                                                                             
        error log = syslog                                                                                                                                                                                                             
        memory mode = ram                                                                                                                                                                                                             
                                                                                                                                                                                                                                      
[plugins]                                                                                                                                                                                                                             
        charts.d = no                                                                                                                                                                                                                 
        apps = no                                                                                                                                                                                                                     
        node.d = no                                                                                                                                                                                                                   
        tc = no                                                                                                                                                                                                                       
        cgroups = no                                                                                                                                                                                                                   
        python.d = no                                                                                                                                                                                                                 
                                                                                                                                                                                                                                      
[health]                                                                                                                                                                                                                               
        enabled = no                                                                                                                                                                                                                   
                                                                                                                                                                                                                                      
[plugin:proc]                                                                                                                                                                                                                         
        /proc/net/softnet_stat = no                                                                                                                                                                                                   
        /proc/net/snmp = yes                                                                                                                                                                                                           
        /proc/net/snmp6 = no                                                                                                                                                                                                           
        /sys/kernel/mm/ksm = no                                                                                                                                                                                                       
        /proc/net/netstat = no                                                                                                                                                                                                         
        /proc/net/ip_vs_stats = no                                                                                                                                                                                                     
        /proc/net/stat/synproxy = no                                                                                                                                                                                                   
        /proc/net/rpc/nfsd = no                                                                                                                                                                                                       
        /proc/net/rpc/nfs = no 
	
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		