NPC 2 alpha is available. Please check out the complete post in the Plugin General forum: http://forums.cacti.net/viewtopic.php?t=26540
All support and general discussion should be handled in the general thread.
Cheers,
Billy
Nagios Plugin for Cacti 2 (alpha) released
Moderators: Developers, Moderators
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?
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?
Who is online
Users browsing this forum: No registered users and 0 guests