Search found 27 matches

by ericdives
Mon May 11, 2015 9:57 am
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.44 release of DPDiscover

I've a newly updated version (1.46) on the download site and via github. It should appropriately detect what I think is the error and log it. I was checking if a value was an array, which it should already be since I casted it that way ... but I didn't check to see if said array had a size of more t...
by ericdives
Mon May 11, 2015 9:26 am
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.44 release of DPDiscover

Per: http://docs.cacti.net/userplugin:dpdiscover Also, in the left menu, there should be a “DPDiscover Templates”. Configure entries so that discovered equipment is given the proper Host Template. Hosts that do not match any DPDiscover Template will not be added. Scanning will exit and log an error ...
by ericdives
Mon Jun 16, 2014 8:30 am
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.44 release of DPDiscover

1.44 is released - it includes a couple of sanity checks that will stop findhosts.php from running and will log errors to cacti's logging indicating what supposedly went wrong. My blog post and the docs page were updated with some verbage that should indicate certain requirements that may not have b...
by ericdives
Sun Jun 15, 2014 3:21 pm
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.41 release of DPDiscover

Okay - without more information, I'm just guessing here: First, 1.43 is out, so I'm guessing that that you're using an older version, because line numbers are not lining up. There are a few things going on. First, I need to make sure everywhere (like, say, my blog) has proper instructions of what's ...
by ericdives
Sun Mar 16, 2014 1:34 pm
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.41 release of DPDiscover

Oh - and check for exclusions - if any part of the host names of the found devices match something you've told DPDiscover not to add, it of course won't add it.
by ericdives
Sun Mar 16, 2014 1:30 pm
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.41 release of DPDiscover

For some reason, DPDiscover can't actually connect to those devices; it has found them via a discovery protocol and successfully located an IP in DNS, but cannot otherwise pull any SNMP data from it. If the SNMP community or v3 information is not available to DPDiscover, or the IP is wrong in DNS, i...
by ericdives
Thu Jan 30, 2014 1:07 pm
Forum: Plugin Announcements
Topic: DPDiscover 1.41 and Unified Trees 0.6
Replies: 3
Views: 4132

UnifiedTrees hits 0.71

UnifiedTrees was upgraded to 0.71. If you are running 0.6, there's no reason to upgrade, unless: You have a tree in your list of trees you want listed at the end of your list. You need more frequent tree building than once an hour. If you are running anything less than 0.6, you should have upgraded ...
by ericdives
Mon Jan 13, 2014 8:03 am
Forum: Plugin Announcements
Topic: DPDiscover 1.41 and Unified Trees 0.6
Replies: 3
Views: 4132

Re: DPDiscover 1.41 and Unified Trees 0.6

Thanks I eventually got in to get it at least somewhat up to date. :)
by ericdives
Fri Jan 10, 2014 3:14 pm
Forum: Plugin Announcements
Topic: DPDiscover 1.41 and Unified Trees 0.6
Replies: 3
Views: 4132

DPDiscover 1.41 and Unified Trees 0.6

It took me this long to realize I had posted my plugins in the wrong place - I have posts for them in the "Addons" section but not here. Anyways: DPDiscover hit version 1.41 recently. See: http://runningoffatthemouth.com/?p=1067 DPDiscover, which I developed from the original "Discove...
by ericdives
Fri Jan 10, 2014 2:24 pm
Forum: Addons for Cacti
Topic: Unified Trees! 0.8
Replies: 4
Views: 4781

Re: Unified Trees! 0.6

The docs page is currently locked. See the blog post linked above for information. 0.6 fixes an ID collision bug that didn't rear its ugly head for me until today. Be aware: you'll need to "unpatch" html_tree.php and repatch it: If you followed the instructions appropriately while installi...
by ericdives
Fri Jan 10, 2014 11:02 am
Forum: Addons for Cacti
Topic: Unified Trees! 0.8
Replies: 4
Views: 4781

Re: Unified Trees! 0.5 BUGGY

I don't know how many of you may be using this ... but I found a major bug in it today. It has to do with an "ID" that needs to be unique for every entry on the built tree. However, the current code doesn't do that, and collisions of IDs are ugly. I should have a fix out by 1:30pm Eastern ...
by ericdives
Wed Jan 08, 2014 7:14 pm
Forum: Addons for Cacti
Topic: Unified Trees! 0.8
Replies: 4
Views: 4781

Re: Unified Trees! 0.5

Just bumping it in case there are any subscribers; version 0.5 is released and contains new functionality.
by ericdives
Thu Dec 19, 2013 1:18 pm
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.40 release of DPDiscover

1.40 is released. New code covers: - Name Change detection: if discovery reports a hostname that isn't "known" but resolves to an IP that is, the device that has that IP is renamed to the discovered name. - Some software versions of Brocade equipment we use have a "get_bulk_request&qu...
by ericdives
Wed Dec 18, 2013 4:06 pm
Forum: Addons for Cacti
Topic: Announcing the 1.44 release of DPDiscover
Replies: 23
Views: 13720

Re: Announcing the 1.30 release of DPDiscover

You can turn your Autom8 stuff back on as long as your using "mysql" as your Cacti database type.

If you're using "mysqli", that's the problem.
by ericdives
Wed Dec 18, 2013 3:58 pm
Forum: Addons for Cacti
Topic: Autom8 adding host to all trees
Replies: 1
Views: 5143

Re: Autom8 adding host to all trees

I think I figured it out. At one point "mysql_real_escape_string" is called. Unfortunately, I decided to be brave somewhere along the line and use mysqli as a database type instead of mysql. Since the function isn't compatible with the database type, it fails. That's my guess, anyway. Thin...