Search found 69 matches

by perldork
Sun Mar 14, 2010 4:47 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

I stopped development on it a few years ago; the code is till on sf.net :) and if you are interested in picking up development on it i would welcome that. Since I started using the RRD graphing add-on, PNP, with Nagios, I have no longer worked with Cacti as PNP in my opinion is a lot easier to work ...
by perldork
Wed May 28, 2008 5:25 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Re: Cacti->Nagios Integration

Hi, So I'm several months behind the curve but I wanted to see if this plug-in was available somewhere. Couldn't find on SourceForge or the web site. This is an AWESOME add-on. I've got several hundred servers, Filers, Routers, switches.. blah blah that need some pretty pictures to go along with the...
by perldork
Thu Oct 04, 2007 5:43 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Smux, 1) Do your Nagios host names equal the names you use in Cacti? If they do, then you do not need to put anything in either of those variables. I have just added code to index.php and checked it into CVS that will make sure that if you do not define them you do not see PHP warnings about empty r...
by perldork
Sat Sep 22, 2007 12:43 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Holy shit!! There is OK now. Thank you very much perldork!! Hi, you are welcome, changes checked into CVS for the next release :). Fatal error: Call to undefined function imagettfbbox() in /usr/local/lib/php/Image/Canvas/GD.php on line 1240 Looks like you are missing freetype or GD support in your ...
by perldork
Sat Sep 22, 2007 12:30 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

One more change:

Find the the code

Code: Select all

    output_page(get_class($snmp));
in index.php and replace it with

Code: Select all

    output_page(strtolower(get_class($snmp)));
by perldork
Sat Sep 22, 2007 12:12 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Ok, you are getting the error Failed opening 'templates/Unix_Net_SNMP.php' this is a bug in my code. Try replacing the code for output_page($page) in index.php with this function output_page($page) { if (! isset($_REQUEST['draw'])) { include_once(dirname(__FILE__) . "/templates/header.php"...
by perldork
Sat Sep 22, 2007 12:06 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

I wrote and maintain this project, Smux, I am telling you the class is a part of the distribution.

http://cacinda.sf.net/

I certainly believe there is a Net_SNMP class, which means I may have to rethink my naming convention to make sure files under Cacinda do not clash with non-Cacinda classes.
by perldork
Sat Sep 22, 2007 10:08 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Hi Smux, Unix_Net_SNMP is a class under the inc/ directory of Cacinda ... ls inc/ Cacti.class.php functions.php Windows_MS_SNMP.class.php Cisco_IOS.class.php Unix_Net_SNMP.class.php CVS Unix_SysEdge.class.php do you see a message in your error log about not finding it? What error message are you see...
by perldork
Thu Sep 20, 2007 12:59 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Who said it is dead? If you read the thread nowhere does anyone say it is dead .. things will get done faster if I get help :) but I have no intention of not updating this project. it is 0.1 alpha because it is not yet a plugin, but the project works, I developed it for use at my day job, so no worr...
by perldork
Wed Aug 29, 2007 6:37 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Excellent! I have a mailing list set up on sourceforge.net for this project, please sign up and lets discuss there so our conversation is archived.

http://sourceforge.net/mail/?group_id=180053
by perldork
Wed Aug 15, 2007 7:14 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Hi, Status is, unfortunately, that without some additional help (project is on sf.net) I won't be able to do a plugin-enabled release until November .. just too little time, unfortunately. As soon as I can make time I will make this into a plugin and release it as a plugin, that is a promise. I have...
by perldork
Fri Jun 22, 2007 8:06 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

No, just trying to understand your environment so I can maybe troubleshoot the issue and provide a resolution :).
by perldork
Thu Jun 21, 2007 2:32 pm
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Running Net-SNMP as the SNMP agent?
by perldork
Thu Jun 21, 2007 7:50 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

What kind of a host is your localhost? :)
MorbidDK wrote:Appears that I have the same error mentioned above.

No device class matches found for localhost (localhost)

From everything I can see Nagios host (localhost) matches the Cacti host (localhost), I just can't seem to get past this.
by perldork
Fri Jan 26, 2007 10:57 am
Forum: Addons for Cacti
Topic: Cacti and Nagios integration dashboard
Replies: 80
Views: 210060

Hi knobdy,

Could be a few months still, sorry. I have this project on sf.net now, if people are interested in working with me on this, please contact me via sf.net :).

http://cacinda.sf.net/

- Max
knobdy wrote:How much longer for the plugin? Any updates?