[solved] Scheduled Task is out of syn with the Poller

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

Post Reply
mandy
Posts: 7
Joined: Thu Feb 14, 2008 2:35 am

[solved] Scheduled Task is out of syn with the Poller

Post by mandy »

OS: Windows 2003 server, standard Edition
IIS: V.6.0

No graphs were plotted since last month. When I read the log file, it indicated Poller Warning: Sceduled Task is out of sync withn the Poller Interval! the Poller Interval is '300' seconds, with a maximum of a '300' secound Scheduled Task, but 600 seconds have passed since the last poll!

It worked normal before and I have checked the windows schedular and poller interval setting, all set to 5 mins interval. I have rebuilt Poller Cache, but the error still exist.

Anyone know why this problem occurs???
Attachments
cacti.GIF
cacti.GIF (95.67 KiB) Viewed 7082 times
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

1) you should fix all those errors in the cacti.log file
2) notice the poller is exceeding the run time each loop - something isn't configured properly.
3) I'd strongly suggest you have the poller/interval times for cacti set to 5 min -- same with the scheduled task.
4) read through my faq / troubleshooting guide yet? Also the documentation site is helpful.
mandy
Posts: 7
Joined: Thu Feb 14, 2008 2:35 am

Post by mandy »

I have read the cacti log file... but still can't find the reason. The poller/interval times were set to 5 mins already, same with the scheduled task, and I didn't change the setting these months... However, the graphs had some gap between, sometimes were normal, sometimes were nothing to see....The PC is being on all the time, so I really don't know why this happens!
Attachments
cacti1.GIF
cacti1.GIF (44.81 KiB) Viewed 7027 times
cacti2.GIF
cacti2.GIF (40.29 KiB) Viewed 7027 times
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Why are you using weathermap? Did you even read in the cacti log file that it's not functioning properly, due to you missing a PHP extension?

As for the other errors, turn the cacti logging level to debug for a polling cycle. Then you can see the full details why the various things are failing.
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

100 processes ???? Are you sure ??? Try lowering it something a bit more realistic, like 5-10 and see where that takes you.
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

doh, good catch mcutting.
mandy
Posts: 7
Joined: Thu Feb 14, 2008 2:35 am

Post by mandy »

BSOD2600, mcutting, thanks for your reply.

I have done the following:

1)turn the cacti logging level to debug
2)set the processes to 5.
3)stop the weathermap.
4)set the memory_limit in php.ini from 64M to 256M.
5)manual run php c:\cacti\poller.php.
6)manual run php c:\cacti\cmd.php

But still no graphs can be created.

Below is the partial result from log file

run php c:\inetpub\wwwroot\cacti\poller.php
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item where rrd_next_step<=0"
07/21/2008 11:47:48 AM - POLLER: Poller[0] NOTE: Poller Int: '300', Scheduled Task Int: '300', Time Since Last: '466', Max Runtime '298', Poller Runs: '1'
07/21/2008 11:47:48 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Scheduled Task, but 466 seconds have passed since the last poll!
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('poller_lastrun',1216612068)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id from host where disabled = '' order by id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('path_webroot','c:/Inetpub/wwwroot/cacti')"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "TRUNCATE TABLE poller_time"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT local_data_id, rrd_name FROM poller_output"
07/21/2008 11:47:48 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 0 34]
07/21/2008 11:47:48 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 35 60]
07/21/2008 11:47:48 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 61 86]
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 0 AND id <= 34) ORDER by id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * FROM poller_item WHERE (host_id >= 0 AND host_id <= 34 AND rrd_next_step <= 0) ORDER by host_id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) FROM poller_item WHERE (action=2 AND host_id >= 0 AND host_id <= 34 AND rrd_next_step <= 0)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_next_step - 300 WHERE (host_id >= 0 AND host_id <= 34)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_step - 300 WHERE (rrd_next_step < 0 AND host_id >= 0 AND host_id <= 34)"
07/21/2008 11:47:48 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 87 112]
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 35 AND id <= 60) ORDER by id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * FROM poller_item WHERE (host_id >= 35 AND host_id <= 60 AND rrd_next_step <= 0) ORDER by host_id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) FROM poller_item WHERE (action=2 AND host_id >= 35 AND host_id <= 60 AND rrd_next_step <= 0)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_next_step - 300 WHERE (host_id >= 35 AND host_id <= 60)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_step - 300 WHERE (rrd_next_step < 0 AND host_id >= 35 AND host_id <= 60)"
07/21/2008 11:47:48 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 113 137]
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 61 AND id <= 86) ORDER by id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * FROM poller_item WHERE (host_id >= 61 AND host_id <= 86 AND rrd_next_step <= 0) ORDER by host_id"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) FROM poller_item WHERE (action=2 AND host_id >= 61 AND host_id <= 86 AND rrd_next_step <= 0)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_next_step - 300 WHERE (host_id >= 61 AND host_id <= 86)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_step - 300 WHERE (rrd_next_step < 0 AND host_id >= 61 AND host_id <= 86)"
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item where rrd_next_step<=0"
07/21/2008 11:47:48 AM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
07/21/2008 11:47:48 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('date',NOW())"
07/21/2008 11:47:48 AM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_id,end_time from poller_time where poller_id=0"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 87 AND id <= 112) ORDER by id"
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/inetpub/wwwroot/cacti
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_output.output, poller_output.time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) LIMIT 10000"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 113 AND id <= 137) ORDER by id"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item where rrd_next_step<=0"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * FROM poller_item WHERE (host_id >= 87 AND host_id <= 112 AND rrd_next_step <= 0) ORDER by host_id"
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] DEBUG: FILENM: C:\Inetpub\wwwroot\cacti\script_server.php
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * FROM poller_item WHERE (host_id >= 113 AND host_id <= 137 AND rrd_next_step <= 0) ORDER by host_id"
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) FROM poller_item WHERE (action=2 AND host_id >= 87 AND host_id <= 112 AND rrd_next_step <= 0)"
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_next_step - 300 WHERE (host_id >= 87 AND host_id <= 112)"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) FROM poller_item WHERE (action=2 AND host_id >= 113 AND host_id <= 137 AND rrd_next_step <= 0)"
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] PHP Script Server Started Properly
07/21/2008 11:47:49 AM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/inetpub/wwwroot/cacti
07/21/2008 11:47:49 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE poller_item SET rrd_next_step = rrd_step - 300 WHERE (rrd_next_step < 0 AND host_id >= 87 AND host_id <= 112)"


Run php c:\inetpub\wwwroot\cacti\cmd.php
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item where rrd_next_step<=0"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/inetpub/wwwroot/cacti
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: FILENM: C:\Inetpub\wwwroot\cacti\script_server.php
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] PHP Script Server Started Properly
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] SNMP: Host responded to SNMP
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '0000-00-00 00:00:00', status_rec_date = '0000-00-00 00:00:00', status_last_error = '', min_time = '1.72500', max_time = '1512.21000', cur_time = '1.905', avg_time = '4.08386217034', total_polls = '22273', failed_polls = '0', availability = '100' where hostname = 'localhost'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=4"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] RECACHE: Processing 3 items in the auto reindex cache for 'localhost'.
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update poller_reindex set assert_value='90431381' where host_id='4' and data_query_id='1' and arg1='.1.3.6.1.2.1.1.3.0'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update poller_reindex set assert_value='90431381' where host_id='4' and data_query_id='8' and arg1='.1.3.6.1.2.1.1.3.0'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update poller_reindex set assert_value='90431381' where host_id='4' and data_query_id='9' and arg1='.1.3.6.1.2.1.1.3.0'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] DS[15] SNMP: v2: localhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.65539, output: 3816740507
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (15, 'traffic_in', '2008-07-21 11:49:56', '3816740507')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] DS[15] SNMP: v2: localhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.65539, output: 1033923826
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (15, 'traffic_out', '2008-07-21 11:49:56', '1033923826')"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_poller.php' FUNC: 'ss_poller' PARMS: ''
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select value from settings where name='stats_poller'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] DS[16] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_poller.php ss_poller, output: Time:298.6920 Method:cmd.php Processes:5 Threads:N/A Hosts:127 HostsPerProcess:26 DataSources:130 RRDsProcessed:21
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (16, '', '2008-07-21 11:49:56', 'Time:298.6920 Method:cmd.php Processes:5 Threads:N/A Hosts:127 HostsPerProcess:26 DataSources:130 RRDsProcessed:21')"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:\Inetpub\wwwroot\cacti\scripts\ss_host_disk.php' FUNC: 'ss_host_disk' PARMS: 'localhost 4 2:161:500:public:::MD5::DES: get used 1'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select field_value from host_snmp_cache where host_id=4 and field_name='hrStorageAllocationUnits' and snmp_index='1'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] DS[20] SERVER: C:\Inetpub\wwwroot\cacti\scripts\ss_host_disk.php ss_host_disk localhost 4 2:161:500:public:::MD5::DES: get used 1, output: 128961232896
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (20, 'hdd_used', '2008-07-21 11:49:56', '128961232896')"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:\Inetpub\wwwroot\cacti\scripts\ss_host_disk.php' FUNC: 'ss_host_disk' PARMS: 'localhost 4 2:161:500:public:::MD5::DES: get total 1'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select field_value from host_snmp_cache where host_id=4 and field_name='hrStorageAllocationUnits' and snmp_index='1'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[4] DS[20] SERVER: C:\Inetpub\wwwroot\cacti\scripts\ss_host_disk.php ss_host_disk localhost 4 2:161:500:public:::MD5::DES: get total 1, output: 499940708352
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (20, 'hdd_total', '2008-07-21 11:49:56', '499940708352')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[9] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-14 16:26:04', status_rec_date = '2008-06-11 23:26:04', status_last_error = 'ICMP ping Timed out', min_time = '2.98000', max_time = '393.27000', cur_time = '8.64', avg_time = '37.4673276819', total_polls = '18180', failed_polls = '75', availability = '99.5874587459' where hostname = '10.10.18.1'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=9"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.1 20 ICMP'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[9] DS[23] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.1 20 ICMP , output: min:3.4700 avg:5.2190 max:7.4700 dev:1.1770 loss:0.0000
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (23, '', '2008-07-21 11:49:56', 'min:3.4700 avg:5.2190 max:7.4700 dev:1.1770 loss:0.0000')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[12] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-12 06:31:04', status_rec_date = '2008-06-11 23:26:04', status_last_error = 'ICMP ping Timed out', min_time = '3.31000', max_time = '342.91000', cur_time = '9.09', avg_time = '31.1382101116', total_polls = '17976', failed_polls = '48', availability = '99.7329773031' where hostname = '10.10.18.2'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=12"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.2 20 ICMP'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[12] DS[26] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.2 20 ICMP , output: min:3.7300 avg:5.0095 max:6.9000 dev:0.8388 loss:0.0000
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (26, '', '2008-07-21 11:49:56', 'min:3.7300 avg:5.0095 max:6.9000 dev:0.8388 loss:0.0000')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[13] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-13 11:01:04', status_rec_date = '2008-06-11 23:26:04', status_last_error = 'ICMP ping Timed out', min_time = '3.32000', max_time = '392.28000', cur_time = '8.26', avg_time = '32.2601462775', total_polls = '17780', failed_polls = '50', availability = '99.7187851519' where hostname = '10.10.18.3'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=13"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.3 20 ICMP'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[13] DS[27] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.3 20 ICMP , output: min:3.7100 avg:5.1915 max:7.3400 dev:0.9877 loss:0.0000
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (27, '', '2008-07-21 11:49:56', 'min:3.7100 avg:5.1915 max:7.3400 dev:0.9877 loss:0.0000')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[14] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-09 05:11:05', status_rec_date = '2008-06-11 23:26:04', status_last_error = 'ICMP ping Timed out', min_time = '3.70000', max_time = '385.83000', cur_time = '12.56', avg_time = '30.6028920079', total_polls = '17780', failed_polls = '55', availability = '99.690663667' where hostname = '10.10.18.4'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=14"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.4 20 ICMP'
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[14] DS[28] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.4 20 ICMP , output: min:4.1800 avg:5.9940 max:19.2500 dev:3.2507 loss:0.0000
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (28, '', '2008-07-21 11:49:56', 'min:4.1800 avg:5.9940 max:19.2500 dev:3.2507 loss:0.0000')"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] Host[15] PING: Host is alive
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-15 06:36:05', status_rec_date = '2008-07-03 13:46:05', status_last_error = 'ICMP ping Timed out', min_time = '3.64000', max_time = '397.76000', cur_time = '8.59', avg_time = '32.2678667868', total_polls = '17831', failed_polls = '70', availability = '99.6074252706' where hostname = '10.10.18.5'"
07/21/2008 11:49:56 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=15"
07/21/2008 11:49:56 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.5 20 ICMP'
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] Host[15] DS[29] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.5 20 ICMP , output: min:4.0100 avg:8.8726 max:28.2400 dev:6.3779 loss:5.0000
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (29, '', '2008-07-21 11:49:56', 'min:4.0100 avg:8.8726 max:28.2400 dev:6.3779 loss:5.0000')"
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] Host[16] PING: Host is alive
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2008-07-12 15:21:06', status_rec_date = '2008-07-03 13:46:05', status_last_error = 'ICMP ping Timed out', min_time = '3.66000', max_time = '352.03000', cur_time = '21.22', avg_time = '28.8646695569', total_polls = '17830', failed_polls = '69', availability = '99.6130117779' where hostname = '10.10.18.6'"
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_reindex.data_query_id, poller_reindex.action, poller_reindex.op, poller_reindex.assert_value, poller_reindex.arg1 from poller_reindex where poller_reindex.host_id=16"
07/21/2008 11:49:57 AM - PHPSVR: Poller[0] DEBUG: INC: 'C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php' FUNC: 'ss_fping' PARMS: '10.10.18.6 20 ICMP'
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] Host[16] DS[30] SERVER: C:/Inetpub/wwwroot/cacti/scripts/ss_fping.php ss_fping 10.10.18.6 20 ICMP , output: min:4.0000 avg:8.6975 max:22.6700 dev:5.3738 loss:0.0000
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (30, '', '2008-07-21 11:49:57', 'min:4.0000 avg:8.6975 max:22.6700 dev:5.3738 loss:0.0000')"
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] Host[17] PING: ICMP ping Timed out
07/21/2008 11:49:57 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '2240', status_fail_date = '2008-07-07 19:36:12', status_rec_date = '2008-06-11 23:26:05', status_last_error = 'ICMP ping Timed out', min_time = '3.68000', max_time = '360.12000', cur_time = '43.40000', avg_time = '27.64718', total_polls = '17691', failed_polls = '4011', availability = '77.327454638' where hostname = '10.10.18.7'"
07/21/2008 11:49:58 AM - CMDPHP: Poller[0] Host[18] PING: ICMP ping Timed out
07/21/2008 11:49:58 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '7254', status_fail_date = '2008-05-08 11:51:08', status_rec_date = '2008-05-08 09:36:07', status_last_error = 'ICMP ping Timed out', min_time = '3.29000', max_time = '382.15000', cur_time = '6.22000', avg_time = '33.25832', total_polls = '17691', failed_polls = '9990', availability = '43.5306087841' where hostname = '10.10.18.8'"
07/21/2008 11:49:58 AM - CMDPHP: Poller[0] Host[19] PING: ICMP ping Timed out
07/21/2008 11:49:58 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '7723', status_fail_date = '2008-05-03 11:51:07', status_rec_date = '2008-05-02 10:06:15', status_last_error = 'ICMP ping Timed out', min_time = '3.32000', max_time = '394.57000', cur_time = '4.72000', avg_time = '17.68819', total_polls = '17680', failed_polls = '13548', availability = '23.371040724' where hostname = '10.10.18.9'"
07/21/2008 11:49:59 AM - CMDPHP: Poller[0] Host[20] PING: ICMP ping Timed out
mandy
Posts: 7
Joined: Thu Feb 14, 2008 2:35 am

Post by mandy »

I solved the problem~~~

From task manager, I found that many cmd.exe and php.exe (more than 100 processes) were running, I stopped the windows schedular and killed all these proccesses, restart the schedular, cacti server now resume normal!
abdullah khatem
Posts: 13
Joined: Thu Feb 25, 2010 6:01 am
Location: Jordan,Amman
Contact:

Post by abdullah khatem »

Please i have the same problem, when i ve checked the task manager everything appeared normally, can you provide us with the solution???

:( :(
abdullah khatem
Posts: 13
Joined: Thu Feb 25, 2010 6:01 am
Location: Jordan,Amman
Contact:

Post by abdullah khatem »

RRDTool Version
ERROR: Installed RRDTool version does not match configured version.
Please visit the Configuration Settings and select the correct RRDTool Utility Version.
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Did you do what the error states, Please visit the Configuration Settings and select the correct RRDTool Utility Version. ?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest