In the map section, all hosts appears as "Unknown", but the polling of data is working ok. If a trigger condition is reached, the icon in the map show the problem.
Version 1.8
Any idea?
Version 1.8
Any idea?
unknown?$info['triggers'] = array();
foreach($info['triggers'] as $tnum => $trigger){
if($trigger['status'] == TRIGGER_STATUS_DISABLED) continue;
if($trigger['value'] == TRIGGER_VALUE_UNKNOWN) continue;
if(!isset($info['type'])){
$info['type'] = $trigger['value'];
Comment