
How many red markers can you find.
Give up... There are 3 right now.

Code: Select all
foreach($hostArray as $hostdata) //$hostdata is the actual host array
{
if ($hostdata["icon"] == 'http://www.google.com/mapfiles/marker_green.png') { continue; }
//validate the note data
$parts = explode(',',$hostdata['notes']);
Quoted here for the sake of preserving your post.bcdudley wrote:I would like to request that the Google maps be modified so that it presents the markers on a map in a different order. They should be OK then warning then critical. On high density maps, this would make it to where the warning and critical sites would be on top of ok sites and make them visible.
Please reference post http://support.nagios.com/forum/viewtop ... =6&t=24157 for an example.
As an alternative or "other feature", I would like to be able to turn off the "ok" markers completely. Again, on a high density map, they are not very relevant.
Thank you.
Brian