Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Nagios Plugin for Cacti 2 (alpha) released

 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Announcements
Author Message
divagater
Cacti User


Joined: 17 Nov 2004
Posts: 94
Location: Chapel Hill, NC.

PostPosted: Thu Mar 27, 2008 1:21 pm    Post subject: Nagios Plugin for Cacti 2 (alpha) released Reply with quote

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
Back to top
dogs



Joined: 14 Mar 2007
Posts: 16

PostPosted: Thu May 08, 2008 10:08 am    Post subject: Reply with quote

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?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Announcements All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group