Having an issue with my Cacti, after installing my Linux distro and everything on my box (running centos 5 if it makes a diff.), i went through the whole cacti install process (which i have done a couple times before, but i am familiar with SQL, PHP and httpd/apache). Everything was running sweet it was graphing, then i realised my time config was screwed. My server thought it was tomorrow at the morning, except for today at night, so i did the usual linux time update procudes using the date -s command and now when running poller.php i get the following:
Code: Select all
[root@nix-box cacti]# php poller.php
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063528 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063529 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063529 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063529 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063529 when last update time is 1192147801 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147808 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147808 (minimum one second step)
ERROR: illegal attempt to update using time 1192063530 when last update time is 1192147808 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
ERROR: illegal attempt to update using time 1192063531 when last update time is 1192147807 (minimum one second step)
10/11/2007 10:45:34 AM - SYSTEM STATS: Time:6.4157 Method:cmd.php Processes:1 Threads:N/A Hosts:5 HostsPerProcess:5 DataSources:49 RRDsProcessed:30
Thanks