php poller.php do nothing...
Moderators: Developers, Moderators
php poller.php do nothing...
Hello,
i've already installed cacti befor, and now with this new installation, i'va this little probleme.
First, NO GRAPH. Ok, it's normal
php ../../poller.php
client does not support authentification protocol requested by server; consider upgrading MySql Client.
ok, it's normal... upgrade my password.
And now, when i do php ../../poller.php, nothins is done, i'm waiting a long time and no error, no text...nothing...
I'm waiting...waiting...waiting and... CTRL+C to stop...
?
(sorry for my english...)
i've already installed cacti befor, and now with this new installation, i'va this little probleme.
First, NO GRAPH. Ok, it's normal
php ../../poller.php
client does not support authentification protocol requested by server; consider upgrading MySql Client.
ok, it's normal... upgrade my password.
And now, when i do php ../../poller.php, nothins is done, i'm waiting a long time and no error, no text...nothing...
I'm waiting...waiting...waiting and... CTRL+C to stop...
?
(sorry for my english...)
something new...
When i wait a long time...
[cactiuser@s-cacti cacti]$ php poller.php
02/03/2006 11:50:13 AM - POLLER: Poller[0] Maximum runtime of 292 seconds exceeded. Exiting.
02/03/2006 11:50:13 AM - SYSTEM STATS: Time:292.9177 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
Warning: pclose(): 44 is not a valid stream resource in /usr/local/apache/htdocs/cacti/lib/rrd.php on line 48
how can i test my rrdtool...?
When i wait a long time...
[cactiuser@s-cacti cacti]$ php poller.php
02/03/2006 11:50:13 AM - POLLER: Poller[0] Maximum runtime of 292 seconds exceeded. Exiting.
02/03/2006 11:50:13 AM - SYSTEM STATS: Time:292.9177 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
Warning: pclose(): 44 is not a valid stream resource in /usr/local/apache/htdocs/cacti/lib/rrd.php on line 48
how can i test my rrdtool...?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
please test cmd.php by running the following from the command line:
"php <path_cacti>/cmd.php"
Do it in DEBUG mode.
TheWitness
"php <path_cacti>/cmd.php"
Do it in DEBUG mode.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Definately NOT in DEBUG. Goto Settings->General->Logging Level==DEBUG.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Oups
In debug mode
[root@s-cacti cacti]# php cmd.php
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] SNMP: Host responded to SNMP
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[3] CMD: perl /usr/local/apache/htdocs/cacti/scripts/linux_memory.pl MemFree:, output: 3976
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[4] CMD: perl /usr/local/apache/htdocs/cacti/scripts/linux_memory.pl SwapFree:, output: 442236
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[5] CMD: perl /usr/local/apache/htdocs/cacti/scripts/loadavg_multi.pl, output: 1min:0.07 5min:0.02 10min:0.00
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[6] CMD: perl /usr/local/apache/htdocs/cacti/scripts/unix_users.pl, output: 7
02/03/2006 02:32:04 PM - CMDPHP: Poller[0] Host[1] DS[7] CMD: perl /usr/local/apache/htdocs/cacti/scripts/unix_processes.pl, output: 108
02/03/2006 02:32:04 PM - CMDPHP: Poller[0] Time: 0.5050 s, Theads: N/A, Hosts: 1
i think that's RRDTOOL that not work correctly...
In debug mode
[root@s-cacti cacti]# php cmd.php
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] SNMP: Host responded to SNMP
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[3] CMD: perl /usr/local/apache/htdocs/cacti/scripts/linux_memory.pl MemFree:, output: 3976
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[4] CMD: perl /usr/local/apache/htdocs/cacti/scripts/linux_memory.pl SwapFree:, output: 442236
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[5] CMD: perl /usr/local/apache/htdocs/cacti/scripts/loadavg_multi.pl, output: 1min:0.07 5min:0.02 10min:0.00
02/03/2006 02:32:03 PM - CMDPHP: Poller[0] Host[1] DS[6] CMD: perl /usr/local/apache/htdocs/cacti/scripts/unix_users.pl, output: 7
02/03/2006 02:32:04 PM - CMDPHP: Poller[0] Host[1] DS[7] CMD: perl /usr/local/apache/htdocs/cacti/scripts/unix_processes.pl, output: 108
02/03/2006 02:32:04 PM - CMDPHP: Poller[0] Time: 0.5050 s, Theads: N/A, Hosts: 1
i think that's RRDTOOL that not work correctly...
something is new...
i try to redo in debug mode php poller.php and...
02/03/2006 03:24:37 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q /usr/local/apache/htdocs/cacti/cmd.php 0 1]
Waiting on 1/1 pollers.
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.04' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.05' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.01' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.08' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.02' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.01' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.07' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.02' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.32' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.07' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.02' [map 10min->load_15min]
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --step 300 DS:mem_buffers:GAUGE:600:0:U 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3572
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3744
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3748
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3756
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3480
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:4000
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3976
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3976
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3560
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3812
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:6092
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:5596
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --step 300 DS:mem_swap:GAUGE:600:0:U 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442836
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442836
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442080
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441892
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441892
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441684
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --step 300 DS:load_1min:GAUGE:600:0:500 DS:load_5min:GAUGE:600:0:500 DS:load_15min:GAUGE:600:0: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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.04:0.05:0.01
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.08:0.02:0.01
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.07:0.02:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.32:0.07:0.02
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --step 300 DS:users:GAUGE:600:0: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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --step 300 DS:proc:GAUGE:600:0:1000 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
OK u:0.01 s:0.00 r:1.30
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
OK u:0.01 s:0.00 r:1.35
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
OK u:0.01 s:0.00 r:1.44
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
OK u:0.01 s:0.00 r:1.56
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
OK u:0.02 s:0.00 r:1.65
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
------------------------------------
After this, suprise!!! 4 .rrd files created and a little begining of graph...
When i redo php poller.php, i just have now
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
I really don't now what exaclty append...(just the debug mode?)
i try to redo in debug mode php poller.php and...
02/03/2006 03:24:37 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q /usr/local/apache/htdocs/cacti/cmd.php 0 1]
Waiting on 1/1 pollers.
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.04' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.05' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.01' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.08' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.02' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.01' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.07' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.02' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.00' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.32' [map 1min->load_1min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.07' [map 5min->load_5min]
02/03/2006 03:24:38 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.02' [map 10min->load_15min]
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --step 300 DS:mem_buffers:GAUGE:600:0:U 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3572
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3744
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3748
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3756
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3480
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:4000
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3976
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3976
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3560
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:3812
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:6092
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:5596
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --step 300 DS:mem_swap:GAUGE:600:0:U 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442836
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442836
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442680
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442236
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:442080
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441892
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441892
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:441684
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --step 300 DS:load_1min:GAUGE:600:0:500 DS:load_5min:GAUGE:600:0:500 DS:load_15min:GAUGE:600:0: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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.04:0.05:0.01
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.03:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.08:0.02:0.01
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.07:0.02:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.32:0.07:0.02
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --step 300 DS:users:GAUGE:600:0: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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_users_6.rrd --template users N:7
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool create /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --step 300 DS:proc:GAUGE:600:0:1000 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:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:109
02/03/2006 03:24:39 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool-1.0.49/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/localhost_proc_7.rrd --template proc N:108
OK u:0.01 s:0.00 r:1.30
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.30
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.35
OK u:0.01 s:0.00 r:1.35
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.39
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
ERROR: illegal attempt to update using time 1138976679 when last update time is 1138976679 (minimum one second step)
OK u:0.01 s:0.00 r:1.44
OK u:0.01 s:0.00 r:1.44
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.52
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.56
OK u:0.01 s:0.00 r:1.56
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.01 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.60
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.65
OK u:0.02 s:0.00 r:1.65
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.69
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
ERROR: illegal attempt to update using time 1138976680 when last update time is 1138976680 (minimum one second step)
OK u:0.02 s:0.00 r:1.74
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
------------------------------------
After this, suprise!!! 4 .rrd files created and a little begining of graph...
When i redo php poller.php, i just have now
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
I really don't now what exaclty append...(just the debug mode?)
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Welcome aboard the bus!!
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 0 guests