dogs
Joined: 14 Mar 2007 Posts: 16
|
Posted: Thu May 08, 2008 10:08 am Post subject: |
|
|
is there an issue with the download link, this is what i seem to be getting
npc/queries/scheduled_downtime.sql 100664 764 764 714 11002710375 13054 SELECT
npc_instances.instance_id
,npc_instances.instance_name
,npc_scheduleddowntime.object_id
,obj1.objecttype_id
,obj1.name1 AS host_name
,obj1.name2 AS service_description
,npc_scheduleddowntime.*
FROM `npc_scheduleddowntime`
LEFT JOIN npc_objects as obj1 ON npc_scheduleddowntime.object_id=obj1.object_id
LEFT JOIN npc_instances ON npc_scheduleddowntime.instance_id=npc_instances.instance_id
ORDER BY scheduled_start_time DESC, scheduleddowntime_id DESC
npc/queries/service_flapping_history.sql 100664 764 764 725 11002710375 14311 SELECT
npc_instances.instance_id
,npc_instances.instance_name
,npc_flappinghistory.object_id
,obj1.name1 AS host_name
,obj1.name2 AS service_description
,npc_flappinghistory.*
FROM `npc_flappinghistory`
LEFT JOIN npc_objects as obj1 ON npc_flappinghistory.object_id=obj1.object_id
LEFT JOIN npc_instances ON npc_flappinghistory.instance_id=npc_instances.instance_id
WHERE obj1.objecttype_id='2'
ORDER BY event_time DESC, event_time_usec DESC, flappinghistory_id DESC
The above is just a part of the download....... How do I install this if this is correct? |
|