I have Cacti installed on a windows server 2k3 box.
In the "Monitor" page (cacti/plugins/monitor/monitor.php) i receive this warning before all the host's appear:
Code: Select all
Warning: Invalid argument supplied for foreach() in C:\wamp\www\cacti\plugins\monitor\monitor.php on line 199
Code: Select all
foreach ($result as $row) {
$thold_alerts[] = $row['rra_id'];
}