Hi Paul, 
I tried bringing up influxsnmp on my server after following the steps given but 
,get the below error while the process tries coming up 

panic: invalid character '\n' in string literal 

goroutine 1 [running]: 
panic(0x8a8d00, 0xc8200c19a0) 
        /usr/lib/golang/src/runtime/panic.go:481 +0x3e6 
main.main() 
        /home/golang-lib/src/github.com/paulstuart/influxsnmp/main.go:437 
+0x33c 


below is my config.gcfg 
[common] 
httpPort   = 8085 
mibs = HOST-RESOURCES-MIB 
mibfile = /tmp/mibinfo.json /tmp/mib2.json 
elapsed = true 

[snmp "myserver"] 
host   = 172.16.15.109 
community = public 
port   = 161 
timeout = 20 
freq   = 30 

[mibs "myserver"] 
name = sysName 

[influx "myserver"] 
url = http://172.16.9.111:8086/ 
database = snmptraps 

Can you tell me where I am going wrong? 

Thanks and regards, 
Divya

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/0cd05f04-432a-4fd9-bf34-09797f4afacb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to