I had to make this patch: http://pastebin.cedricgirard.com/view/4985afac
And to add "-lpthread -lm" to CFLAGS to make things work.
cf: https://aur.archlinux.org/packages/ca/c ... e/PKGBUILD
Search found 111 matches
- Fri Jun 12, 2015 10:17 am
- Forum: Help: General
- Topic: Spine 0.8.8d Make Error
- Replies: 12
- Views: 5369
- Tue Oct 22, 2013 8:32 am
- Forum: Help: General
- Topic: Navigating between cacti instances
- Replies: 1
- Views: 457
Re: Navigating between cacti instances
Yes, I have done it with url rewriting on an apache frontend. You must sync some tables between your Cacti instances (graph trees, users, perms, ...) and have some discipline about what instance you are using for creating these replicated items (you want to do it on the master instance). But it work...
- Mon Apr 22, 2013 3:35 am
- Forum: Scripts and Templates
- Topic: Provisioning from CSV by SFR
- Replies: 11
- Views: 6621
Re: Provisioning from CSV by SFR
Ouch! The function GetDBParam would need to be properly rewritten. The way it is written, it will only work if the parameters are in the same order as in your config file. The quick and ugly fix is to reorder the @param array to match the order of your config file. The proper fix is to do the matchi...
- Mon Jan 21, 2013 5:54 am
- Forum: Plugin General
- Topic: Reportit: sum by device
- Replies: 0
- Views: 536
Reportit: sum by device
Is there any way in ReportIt to make a total by device?
What I want to do is a top N report by device for traffic. I know how to do this by network interface but I did not find a way to combine results from different RRD files.
Is this possible?
What I want to do is a top N report by device for traffic. I know how to do this by network interface but I did not find a way to combine results from different RRD files.
Is this possible?
- Mon Apr 02, 2012 3:20 am
- Forum: Plugin General
- Topic: Boost 5.1 errors in code
- Replies: 2
- Views: 1001
Re: Boost 5.1 errors in code
Fine. Bug report is here: http://bugs.cacti.net/view.php?id=2200gandalf wrote:Both seem to be valid.
Please post a bug report and attach your code
R.
- Mon Apr 02, 2012 3:19 am
- Forum: Plugin General
- Topic: cacti 0.8.7i and boost 5.1
- Replies: 6
- Views: 1279
Re: cacti 0.8.7i and boost 5.1
Of coursegandalf wrote:You now know what to do with your findings, don't you?
R.
Bug report is here: http://bugs.cacti.net/view.php?id=2201
- Tue Mar 27, 2012 10:44 am
- Forum: Plugin General
- Topic: cacti 0.8.7i and boost 5.1
- Replies: 6
- Views: 1279
Re: cacti 0.8.7i and boost 5.1
OK. Found it: --- setup.php.orig 2012-03-27 15:45:53.000000000 +0200 +++ setup.php 2012-03-27 17:39:44.000000000 +0200 @@ -958,7 +958,7 @@ if ($fileptr = fopen($cache_file, "w")) { fwrite($fileptr, $data["output"], strlen($data["output"])); fclose($fileptr); - chmod($ca...
- Tue Mar 27, 2012 8:48 am
- Forum: Plugin General
- Topic: Boost 5.1 errors in code
- Replies: 2
- Views: 1001
Boost 5.1 errors in code
I had two different errors with Boost 5.1: BOOST: Poller[0] PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined variable: updates' IN FILE:'/cacti/plugins/boost/setup.php' LINE NO:'722' BOOST: Poller[0] PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined index: rrd_name' IN FILE:'/cacti/plugins/boos...
- Tue Mar 27, 2012 8:40 am
- Forum: Plugin General
- Topic: cacti 0.8.7i and boost 5.1
- Replies: 6
- Views: 1279
Re: cacti 0.8.7i and boost 5.1
I've got this error as well. And the permissions are the same as dwaines's. Any hint ?
- Mon Mar 26, 2012 3:12 am
- Forum: Help: General
- Topic: Spine does not read PHP script server output correctly
- Replies: 5
- Views: 1614
Re: Spine does not read PHP script server output correctly
It's PHP 5.1.6.gandalf wrote:Which version of php was used in this case, please?
This problem is not specific to Cacti 0.8.7i, I have been able to reproduce it with Cacti 0.8.7e.
- Fri Mar 23, 2012 11:38 am
- Forum: Help: General
- Topic: Spine does not read PHP script server output correctly
- Replies: 5
- Views: 1614
Spine does not read PHP script server output correctly
Hi, I have a Cacti 0.8.7i installation running on a CentOS 5.5 (i686). It seems Spine does not fetch correctly values output from PHP script server. They seems to be shifted (the output is not associated with the correct counter). The following patch solves the problem but I don't understand exactly...
- Thu Mar 15, 2012 11:13 am
- Forum: Plugin General
- Topic: Superlinks bug report
- Replies: 0
- Views: 463
Superlinks bug report
Hi, I wanted to report this in the bug tracker but there is no category for Superlinks. There is an extraneous "/" when the jquery js is loaded generating a file not found error. The patch based on svn revision 2002 is here (the forum rejected it as an attachment): http://pastebin.com/x4c5...
- Wed Nov 23, 2011 3:34 am
- Forum: Plugin: (Threshold)
- Topic: Wrong current values with CDEF
- Replies: 4
- Views: 1498
Re: Wrong current values with CDEF
For your first question, I would be at PIA 2.9+, or in other words the 'G' version of Cacti. I would not goto the 'H' version due to some bugs to be cleaned in an upcoming release. Ok. This is what I was afraid of. I've begun to make some test yesterday with only a newer thold version and this does...
- Thu Nov 17, 2011 7:53 am
- Forum: Plugin: (Threshold)
- Topic: Wrong current values with CDEF
- Replies: 4
- Views: 1498
Re: Wrong current values with CDEF
Thanks. If you want accurate data, you should migrate to the RPN expression instead of the CDEF method. OK. Then I need to update to thold >= 0.4.6. Is there any constraint regarding Thold/Cacti/PIA/Boost versions? There is nothing about this in Thold README. The issue with the CDEF is that we have ...
- Wed Nov 16, 2011 10:28 am
- Forum: Plugin: (Threshold)
- Topic: Wrong current values with CDEF
- Replies: 4
- Views: 1498
Wrong current values with CDEF
Hi, I'm using thold 0.4.3 with Cacti 0.8.7e and PIA 2.5. I want to make alert when the ratio between two values of a data template is below a given value. I have created two thold templates that should have the same behavior but based on one value of the data template or the other. The values that t...