In the logs, I see:
Code: Select all
12/31/2008 03:30:03 PM - SPINE: Poller[0] Host[66] DS[975] SCRIPT: /var/www/html/cacti/scripts/s-master2.test.sh vip.s-master2.s-master.sat.mlsrvr.com, output: getQueryCount=3600:0 getAverageQueryTime=3600:0 getSlowestQueryTime=3600:0
12/31/2008 03:30:03 PM - SPINE: Poller[0] DEBUG: SQL:'INSERT INTO poller_output (local_data_id, rrd_name, time, output) VALUES (975,'','2008-12-31 15:30:02','getQueryCount=3600:0 getAverageQueryTime=3600:0 getSlowestQueryTime=3600:0')'
The Data Source Debug shows:
Code: Select all
/usr/bin/rrdtool create \
/var/www/html/cacti/rra/s-master2_querycount_975.rrd \
--step 300 \
DS:querycount:GAUGE:600:0:1000000000 \
DS:averagequerytime:GAUGE:600:0:1000000000 \
DS:slowestquerytime:GAUGE:600:0:1000000000 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
However, I never see any rrd file created.
The ONLY difference I see between this and other data sources is that the poller interval is 5 minutes, while the rest of them are 30 seconds. Could that be causing a problem?
I have attached the technical support output.
What is the best way to start troubleshooting?