Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > contrib-updates > by-pkgid > 6cc5362e8d6368eab497deecb8da6ea3 > files > 35

ndoutils-1.4-0.b7.5mdv2008.1.i586.rpm

SELECT 
nagios_instances.instance_id
,nagios_instances.instance_name
,nagios_commenthistory.object_id
,obj1.objecttype_id
,obj1.name1 AS host_name
,obj1.name2 AS service_description
,nagios_commenthistory.*
FROM `nagios_commenthistory`
LEFT JOIN nagios_objects as obj1 ON nagios_commenthistory.object_id=obj1.object_id
LEFT JOIN nagios_instances ON nagios_commenthistory.instance_id=nagios_instances.instance_id
ORDER BY entry_time DESC, entry_time_usec DESC, commenthistory_id DESC