Now the monitor box is on the .107 subnet, and my other devices are on the .107 subnet and 2 others. A .108 and .103. IP's are as 10.9.xxx.xxx. I can ping every device no problem.
Currently my localhost device shows up. Poller is set to Ping and SNMP, with UDP ping. using cmd.php. Now if I select SNMP, save and run a manual poll. "php5 poller.php" in a term window my localhost device will go down, and my 3750 switch will be up. First the device will say down, then recovering, then Up. Any of the settings I've tried I have yet to see my localhost, and my cisco 3750 devices being up at the same time. One is down, while the other is up.
I can repeat the process by putting my poller back to PING and SNMP, save, then run "php5 poller.php" three times and my localhost device will show that it's back up and the switch is back down. Whats the deal?
Should I look to switching to cactid?
Thanks for all the help, and suggestions!
Logs:
Code: Select all
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (89, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[89] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10107, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (88, 'traffic_out', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[88] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10106, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (88, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[88] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10106, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (87, 'traffic_out', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[87] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10105, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (87, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[87] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10105, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (86, 'traffic_out', '2007-08-09 20:42:54', '3920847860')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[86] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10104, output: 3920847860
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (86, 'traffic_in', '2007-08-09 20:42:54', '3076589513')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[86] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10104, output: 3076589513
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (85, 'traffic_out', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[85] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10103, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (85, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[85] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10103, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (84, 'traffic_out', '2007-08-09 20:42:54', '7515')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[84] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10102, output: 7515
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (84, 'traffic_in', '2007-08-09 20:42:54', '3285')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[84] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10102, output: 3285
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (83, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[83] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.10101, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (83, 'traffic_out', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[83] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.10101, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (82, 'traffic_in', '2007-08-09 20:42:54', '1460201477')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[82] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.108, output: 1460201477
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (82, 'traffic_out', '2007-08-09 20:42:54', '2036816650')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[82] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.108, output: 2036816650
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (81, 'traffic_out', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[81] SNMP: v1: 10.9.108.250, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.1, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (81, 'traffic_in', '2007-08-09 20:42:54', '0')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[81] SNMP: v1: 10.9.108.250, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.1, output: 0
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (80, 'mem_free', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[80] SNMP: v1: 10.9.108.250, dsname: mem_free, oid: .1.3.6.1.4.1.2021.4.6.0, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[80] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (79, 'mem_cache', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[79] SNMP: v1: 10.9.108.250, dsname: mem_cache, oid: .1.3.6.1.4.1.2021.4.15.0, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[79] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (78, 'mem_buffers', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[78] SNMP: v1: 10.9.108.250, dsname: mem_buffers, oid: .1.3.6.1.4.1.2021.4.14.0, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[78] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (77, 'load_5min', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[77] SNMP: v1: 10.9.108.250, dsname: load_5min, oid: .1.3.6.1.4.1.2021.10.1.3.2, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[77] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (76, 'load_15min', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[76] SNMP: v1: 10.9.108.250, dsname: load_15min, oid: .1.3.6.1.4.1.2021.10.1.3.3, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[76] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (75, 'load_1min', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[75] SNMP: v1: 10.9.108.250, dsname: load_1min, oid: .1.3.6.1.4.1.2021.10.1.3.1, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[75] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (74, 'proc', '2007-08-09 20:42:54', 'U')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[74] SNMP: v1: 10.9.108.250, dsname: proc, oid: .1.3.6.1.2.1.25.1.6.0, output: U
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[74] WARNING: Result from SNMP not valid. Partial Result:
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (73, '5min_cpu', '2007-08-09 20:42:54', '5')"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] DS[73] SNMP: v1: 10.9.108.250, dsname: 5min_cpu, oid: .1.3.6.1.4.1.9.2.1.58.0, output: 5
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update poller_reindex set assert_value='2042282244' where host_id='7' and data_query_id='1' and arg1='.1.3.6.1.2.1.1.3.0'"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] RECACHE: Processing 1 items in the auto reindex cache for '10.9.108.250'.
08/09/2007 08:42:54 PM - 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=7"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '0', status_fail_date = '2007-08-09 05:07:03', status_rec_date = '2007-08-09 08:30:52', status_last_error = 'default', min_time = '2.89000', max_time = '7.14000', cur_time = '4.41', avg_time = '4.3296460714286', total_polls = '244', failed_polls = '216', availability = '11.475409836066' where hostname = '10.9.108.250'"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[7] SNMP: Host responded to SNMP
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 7 AND host_id <= 7))"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Time: 1.0142 s, Theads: N/A, Hosts: 1
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 7 AND host_id <= 7) ORDER by host_id"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '3194', status_fail_date = '0000-00-00 00:00:00', status_rec_date = '0000-00-00 00:00:00', status_last_error = 'Host did not respond to SNMP', min_time = '9.99999', max_time = '0.00000', cur_time = '0.00000', avg_time = '0.00000', total_polls = '3195', failed_polls = '3195', availability = '0' where hostname = 'hf3demo-sup4-a.hf.intel.com'"
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] Host[2] SNMP: Host did not respond to SNMP
08/09/2007 08:42:54 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 7 AND id <= 7) ORDER by id"
08/09/2007 08:42:53 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 7 7]
08/09/2007 08:42:53 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 2 AND host_id <= 2))"
08/09/2007 08:42:53 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 2 AND host_id <= 2) ORDER by host_id"
08/09/2007 08:42:53 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 2 AND id <= 2) ORDER by id"
08/09/2007 08:42:52 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 2 2]
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] Time: 0.0085 s, Theads: N/A, Hosts: 1
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '11', status_fail_date = '2007-08-09 08:30:51', status_rec_date = '2007-08-09 05:07:00', status_last_error = 'Host did not respond to SNMP', min_time = '0.04000', max_time = '0.25000', cur_time = '0.09000', avg_time = '0.05005', total_polls = '3200', failed_polls = '37', availability = '98.84375' where hostname = '127.0.0.1'"
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] Host[1] SNMP: Host did not respond to SNMP
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 1 AND host_id <= 1))"
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 1 AND host_id <= 1) ORDER by host_id"
08/09/2007 08:42:52 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 1 AND id <= 1) ORDER by id"
08/09/2007 08:42:51 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 1 1]
08/09/2007 08:42:51 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:42:51 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
08/09/2007 08:42:51 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 0 AND host_id <= 0))"
08/09/2007 08:42:51 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 0 AND host_id <= 0) ORDER by host_id"
08/09/2007 08:42:51 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 0 AND id <= 0) ORDER by id"
08/09/2007 08:42:50 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 0 0]
08/09/2007 08:42:50 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "truncate table poller_time"
08/09/2007 08:42:50 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('path_webroot','/srv/www/htdocs/cacti-0.8.6j')"
08/09/2007 08:42:50 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id from host where disabled = '' order by id"
08/09/2007 08:42:50 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item"
08/09/2007 08:42:42 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1"
08/09/2007 08:42:42 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1"
08/09/2007 08:42:42 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='15'"
08/09/2007 08:42:42 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'"
08/09/2007 08:42:42 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version"
08/09/2007 08:41:40 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1"
08/09/2007 08:41:40 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1"
08/09/2007 08:41:40 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='15'"
08/09/2007 08:41:40 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'"
08/09/2007 08:41:40 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version"
08/09/2007 08:41:00 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=1186630859 --end=1186717259 --title="Workstation Switch 37 - Traffic - Gi1/0/13" --rigid --base=1000 --height=100 --width=300 --alt-autoscale-max --lower-limit=0 --no-legend COMMENT:"From 2007/08/08 20\:40\:59 To 2007/08/09 20\:40\:59\c" COMMENT:" \n" --vertical-label="bits per second" --slope-mode DEF:a="/srv/www/htdocs/cacti-0.8.6j/rra/workstation_switch_37_traffic_in_95.rrd":traffic_in:AVERAGE DEF:b="/srv/www/htdocs/cacti-0.8.6j/rra/workstation_switch_37_traffic_in_95.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00:"" LINE1:cdefe#002A97:""
Code: Select all
08/09/2007 08:51:52 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1"
08/09/2007 08:51:52 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1"
08/09/2007 08:51:52 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='15'"
08/09/2007 08:51:52 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'"
08/09/2007 08:51:52 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version"
08/09/2007 08:51:51 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1"
08/09/2007 08:51:51 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1"
08/09/2007 08:51:51 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='15'"
08/09/2007 08:51:51 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'"
08/09/2007 08:51:51 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id,name from graph_tree order by name"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT host.id, host.disabled, host.status, host.hostname, host.description, host.min_time, host.max_time, host.cur_time, host.avg_time, host.availability FROM host where (host.hostname like '%%%%' OR host.description like '%%%%') ORDER BY description ASC LIMIT 0,30"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select COUNT(host.id) from host where (host.hostname like '%%%%' OR host.description like '%%%%')"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id,name from host_template order by name"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='3'"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'"
08/09/2007 08:51:44 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_command"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "truncate table poller_output"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('stats_poller','Time:4.0617 Method:cmd.php Processes:5 Threads:N/A Hosts:4 HostsPerProcess:1 DataSources:176 RRDsProcessed:7')"
08/09/2007 08:51:42 PM - SYSTEM STATS: Time:4.0617 Method:cmd.php Processes:5 Threads:N/A Hosts:4 HostsPerProcess:1 DataSources:176 RRDsProcessed:7
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_hdd_free_39.rrd --template hdd_free:hdd_used 1186717899:U:U
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_hdd_free_36.rrd --template hdd_used:hdd_free 1186717899:3304156:111809532
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_mem_swap_35.rrd --template mem_swap 1186717899:2048276
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_mem_buffers_34.rrd --template mem_buffers 1186717899:112644
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_users_27.rrd --template users 1186717899:5
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_proc_26.rrd --template proc 1186717899:122
08/09/2007 08:51:42 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /srv/www/htdocs/cacti-0.8.6j/rra/localhost_ddcnetmon_load_1min_25.rrd --template load_1min:load_5min:load_15min 1186717899:0.24:0.21:0.13
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='39' and rrd_name='hdd_used' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='39' and rrd_name='hdd_free' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='36' and rrd_name='hdd_free' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='36' and rrd_name='hdd_used' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='35' and rrd_name='mem_swap' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='34' and rrd_name='mem_buffers' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='27' and rrd_name='users' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='26' and rrd_name='proc' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='25' and rrd_name='' and time='2007-08-09 20:51:39'"
08/09/2007 08:51:42 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.13' [map 10min->load_15min]
08/09/2007 08:51:42 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.21' [map 5min->load_5min]
08/09/2007 08:51:42 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.24' [map 1min->load_1min]
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select data_template_rrd.data_source_name, data_input_fields.data_name from (data_template_rrd,data_input_fields) where data_template_rrd.data_input_field_id=data_input_fields.id and data_template_rrd.local_data_id=25"
08/09/2007 08:51:42 PM - 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) "
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_id,end_time from poller_time where poller_id = 0"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('date',NOW())"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] Time: 0.4116 s, Theads: N/A, Hosts: 1
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '3', status_event_count = '1', status_fail_date = '2007-08-09 08:51:42', status_rec_date = '2007-08-09 08:30:52', status_last_error = 'SNMP not performed due to setting or ping result., default', min_time = '2.89000', max_time = '7.14000', cur_time = '3.87000', avg_time = '4.33867', total_polls = '247', failed_polls = '217', availability = '12.145748987854' where hostname = '10.9.108.250'"
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] Host[7] SNMP: SNMP not performed due to setting or ping result.
08/09/2007 08:51:42 PM - CMDPHP: Poller[0] Host[7] PING: default
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 7 AND host_id <= 7))"
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 7 AND host_id <= 7) ORDER by host_id"
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 7 AND id <= 7) ORDER by id"
08/09/2007 08:51:41 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 7 7]
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] Time: 0.4082 s, Theads: N/A, Hosts: 1
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '1', status_event_count = '3197', status_fail_date = '0000-00-00 00:00:00', status_rec_date = '0000-00-00 00:00:00', status_last_error = 'SNMP not performed due to setting or ping result., default', min_time = '9.99999', max_time = '0.00000', cur_time = '0.00000', avg_time = '0.00000', total_polls = '3198', failed_polls = '3198', availability = '0' where hostname = 'hf3demo-sup4-a.hf.intel.com'"
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] Host[2] SNMP: SNMP not performed due to setting or ping result.
08/09/2007 08:51:41 PM - CMDPHP: Poller[0] Host[2] PING: default
08/09/2007 08:51:40 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 2 AND host_id <= 2))"
08/09/2007 08:51:40 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 2 AND host_id <= 2) ORDER by host_id"
08/09/2007 08:51:40 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 2 AND id <= 2) ORDER by id"
08/09/2007 08:51:40 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 2 2]
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Time: 0.1083 s, Theads: N/A, Hosts: 1
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (39, 'hdd_used', '2007-08-09 20:51:39', 'U')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[39] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/query_unix_partitions.pl get used /dev/hdb, output: U
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[39] WARNING: Result from CMD not valid. Partial Result:
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (39, 'hdd_free', '2007-08-09 20:51:39', 'U')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[39] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/query_unix_partitions.pl get available /dev/hdb, output: U
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[39] WARNING: Result from CMD not valid. Partial Result:
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (36, 'hdd_free', '2007-08-09 20:51:39', '111809532')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[36] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/query_unix_partitions.pl get available /dev/sda1, output: 111809532
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (36, 'hdd_used', '2007-08-09 20:51:39', '3304156')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[36] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/query_unix_partitions.pl get used /dev/sda1, output: 3304156
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (35, 'mem_swap', '2007-08-09 20:51:39', '2048276')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[35] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/linux_memory.pl SwapFree:, output: 2048276
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (34, 'mem_buffers', '2007-08-09 20:51:39', '112644')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[34] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/linux_memory.pl MemFree:, output: 112644
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (27, 'users', '2007-08-09 20:51:39', '5')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[27] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/unix_users.pl , output: 5
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (26, 'proc', '2007-08-09 20:51:39', '122')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[26] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/unix_processes.pl, output: 122
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id, rrd_name, time, output) values (25, '', '2007-08-09 20:51:39', '1min:0.24 5min:0.21 10min:0.13')"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] DS[25] CMD: perl /srv/www/htdocs/cacti-0.8.6j/scripts/loadavg_multi.pl, output: 1min:0.24 5min:0.21 10min:0.13
08/09/2007 08:51:39 PM - 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=1"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "update host set status = '2', status_event_count = '1', status_fail_date = '2007-08-09 08:30:51', status_rec_date = '2007-08-09 08:51:39', status_last_error = 'Host did not respond to SNMP', min_time = '0.04000', max_time = '0.25000', cur_time = '0.045', avg_time = '0.05004840391909', total_polls = '3203', failed_polls = '39', availability = '98.782391507961' where hostname = '127.0.0.1'"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] SNMP: Host did not respond to SNMP
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] Host[1] PING: Host is alive
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 1 AND host_id <= 1))"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 1 AND host_id <= 1) ORDER by host_id"
08/09/2007 08:51:39 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 1 AND id <= 1) ORDER by id"
08/09/2007 08:51:39 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 1 1]
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: " SELECT count(*) FROM poller_item WHERE (action=2 AND (host_id >= 0 AND host_id <= 0))"
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * from poller_item WHERE (host_id >= 0 AND host_id <= 0) ORDER by host_id"
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: " SELECT * FROM host WHERE (disabled = '' AND id >= 0 AND id <= 0) ORDER by id"
08/09/2007 08:51:38 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php5, ARGS: -q /srv/www/htdocs/cacti-0.8.6j/cmd.php 0 0]
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "truncate table poller_time"
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('path_webroot','/srv/www/htdocs/cacti-0.8.6j')"
08/09/2007 08:51:38 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id from host where disabled = '' order by id"