ukhan
Newbie
Karma: 0
Offline
Posts: 1
|
 |
« on: September 29, 2010, 09:21:00 PM » |
|
Hi,
I just installed Pandora FMS v3.1 - Build PC100608 on a CentOS 5.4 machine. Pandora Server and Console are installed on the same machine. This machine is running NTP and the system time is correct:
# date Wed Sep 29 13:09:40 MST 2010
MySQL seems to have the right time as well:
mysql> show variables like '%time_zone%'; +------------------+--------+ | Variable_name | Value | +------------------+--------+ | system_time_zone | MST | | time_zone | SYSTEM | +------------------+--------+ 2 rows in set (0.00 sec)
mysql> SELECT CURRENT_TIME; +--------------+ | CURRENT_TIME | +--------------+ | 13:09:33 | +--------------+ 1 row in set (0.00 sec)
I configured several agents to monitor "Host Alive" and "Host Latency" on the same machine as the Pandora Server and Console.
I modified php.ini to reflect the time zone:
date.timezone = US/Mountain
After doing all this, I restarted apache and pandora_server, but I still get the
Next agent contact: "Out of limits" in red. Any other ideas on what I could be doing wrong?
Thanks
|