I have an existing Data Source with 7 Data Source items and corresponding Data Input Method Output Field entries.
I added an additional Data Source item, but when I try to graph the data (after say 10 runs of the poller) I receive the following error:
Code: Select all
ERROR: No DS called 'test' in '/var/www/html/cacti/rra/test.rrd'
I've seen this before and fixed it by deleting the .rrd file - then all 8 of the Data Items are updated correctly. However, this has the obvious drawback of losing all historical data!
Can anyone tell me how to resolve this without resorting to deletion of the .rrd? I've tried clearing the poller cache but that doesn't help.
-- debug stuff below
I see this in the logs (log -> DEBUG)
Code: Select all
CMDPHP: Poller [0] Host [0] DS[35] CMD: /home/info.php {output here}
Code: Select all
CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output {output here}
Code: Select all
POLLER: Poller[0] Parsed MULTI output field 'test:51' [map test->test]
Code: Select all
POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.2.11/bin/rrdtool update {output here}
Thanks,
Peter