Changes one file - include/triggers.inc.php.
Below the line in diff format:
Code:
2284c2284 < 'output' => ['hostid', 'name', 'maintenanceid', 'maintenance_status', 'maintenance_type'], --- > 'output' => ['hostid', 'name', 'maintenanceid', 'maintenance_status', 'maintenance_type','description'], 2371,2372c2371,2372 < } < --- > $trigger_hosts[] = ($host['description'] !== '') ? makeDescriptionIcon($host['description']) : null; > }
Comment