Data not populated in InfluxDB

I followed this link to write data into influxdb, http://docs.librenms.org/Extensions/InfluxDB/

But I don’t see any data in influxdb. Is there any way to validate the setup correct ?.

Still I couldn’t find the issue. Any suggestions?. Thanks in advance.

If you run ./poller.php -h HOSTNAME -r -d it will show you the commands run for InfluxDB - do you see any bad responses?

I don’t see any bad response in the message. Though, the data not inserted into influxdb. Kindly check and let me know anything wrong in the setup.

Note : I could one message comes like [RRD Disabled] in the response. But I’m not sure that can be the reason.

Sample log message.

> LibreNMS Poller
> Version info:
> Commit SHA: 45e41ad02e4dae2074c061356f559f8a33fc11d8
> Commit Date: 1474068034
> DB Schema: 134
> PHP: 5.6.25
> MySQL: 5.1.73
> RRDTool: 1.3.8
> SNMP: NET-SNMP version: 5.5

> DEBUG!
> Using authentication for InfluxDBhttp transport being usedStarting polling run:


> SQL[SELECT `device_id` FROM `devices` WHERE `disabled` = 0 AND `hostname` LIKE 'localhost' ORDER BY `device_id` ASC] 
> SQL[SELECT * FROM `devices` WHERE `device_id` = '1'] 
> SQL[SELECT * FROM `vrf_lite_cisco` WHERE `device_id` = '1'] 
> SQL[SELECT * FROM devices_attribs WHERE `device_id` = '1'] localhost 1 linux (unix)

> SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`)  VALUES ('3','3','0','0.03','0.06','0.04','1',NOW())] /usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m SNMPv2-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 sysObjectID.0SNMPv2-SMI::enterprises.8*

> /usr/bin/snmpget -v2c -c COMMUNITY -OQnUst -m SNMPv2-MIB:HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 sysUpTime.0 sysLocation.0 sysContact.0 sysName.0 sysObjectID.0sysUpTime.0 = 32811037
> sysLocation.0 = Unknown (edit /etc/snmp/snmpd.conf)
> sysContact.0 = Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
> sysName.0 = librenms.ittech.local
> sysObjectID.0 = enterprises.8*

> /usr/bin/snmpget -v2c -c COMMUNITY -OvQ -m SNMPv2-MIB:HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 sysDescr.0Linux librenms.ittech.local 2.6.32-573.18.1.el6.x86_64 #1 SMP Tue Feb 9 22:46:17 UTC 2016 x86_64

> /usr/bin/snmpget -v2c -c COMMUNITY -OQnUst -m HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 snmpEngineTime.0 hrSystemUptime.0snmpEngineTime.0 = 328060
> hrSystemUptime.0 = 32812579

> Using hrSystemUptime (328125s)
> RRD[update /opt/librenms/rrd/localhost/uptime.rrd N:328125]
>[RRD Disabled]
> InfluxDB data:
> uptimeArray
> (
>     [hostname] => localhost
> )
> Array
> (
>     [uptime] => 328125
> )

> END

I’d suggest checking the log file for influxdb next - you have created the librenms database for influx haven’t you?

i have the same problem , i want solution anyone find the solution