I disabled all hosts to keep only one and started to debug.
First I ran ./spine --verbosity=5 432 432
All scripts returned valid values except for network interfaces.
04/14/2008 04:14:34 PM - SPINE: Poller[0] Host[432] DS[4593] WARNING: Result from SNMP not valid. Partial Result: ...
04/14/2008 04:14:34 PM - SPINE: Poller[0] Host[432] DS[4593] SNMP: v2: 10.254.1.17, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, value: U
04/14/2008 04:14:34 PM - SPINE: Poller[0] Host[432] DS[4593] WARNING: Result from SNMP not valid. Partial Result: ...
04/14/2008 04:14:34 PM - SPINE: Poller[0] Host[432] DS[4593] SNMP: v2: 10.254.1.17, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, value: U
I ran manually snmpget and get valid awnser:
snmpget -v 2c -c <Community> <HostIp> .1.3.6.1.2.1.2.2.1.10.2
returned: IF-MIB::ifInOctets.2 = Counter32: 4215928416
snmpget -v 2c -c <Community> <HostIp> .1.3.6.1.2.1.2.2.1.16.2
returned: IF-MIB::ifOutOctets.2 = Counter32: 2536489958
I tried to follow gandalf's instructions about NaNs graph without succes.
I repeated this for various hosts (routers/servers/ DNS servers/proxies...) and found that only SNMP polling do not return any values with spine (it works manually & with php poller).
I'm really stuck here :'(