similar to: rrdtool and rails

Displaying 20 results from an estimated 7000 matches similar to: "rrdtool and rails"

2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
For whatever reason, the RPMForge package ruby-rrdtool doesn''t play nice on my CentOS 5.1 box with puppetmaster. It installs site_ruby/1.8/i386-linux/RRD.so, which puppetmaster is unable to find (and the suggested test of ruby -rRRDtool -e ''puts :yep'' fails). Using ln to link RRD.so to RRDtool.so works for the command line test, but still fails for puppetmaster. This
2010 Jan 21
5
rrd library missing
I am trying to get rrd graphs working, but I am getting the infamous "RRD library is missing; cannot store metrics". Everything I have read about the error applied to redhat or ubuntu. I am using Solaris 10. I installed both the rrdtool Solaris package and the RubyRRDtool gem. When I run "ruby -rRRDtool -e ''puts :yep''", it successfully returns
2007 Oct 29
12
Reports in Puppet
Hi, I wanted to configure reporting in puppet. I came across the below links which says what needs to be added in config file to enable reports. But I was wondering how I view the visual report/graphs do I need to create my own script. http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting -- Deepak
2007 Jul 13
11
Mongrel + Insert Web Server Here
Which web server does mongrel fair best with? -Ron
2006 Aug 16
2
Problem Installing rrdtool
hi to all, im currently installing rrdtool-1.2.15 with my box CentOS 4.3 final ,before i installed rrdtools there 2 files suggested need to installed the FreeType 2 and libart_lgpl 2.3 everything is fine when installed two files but when i try to installed rrdtool when i issue command ./configure --prefix=/usr/local/rrdtool-1.2.15 this should the output ,any suggestion what's the problem
2007 Mar 29
7
rrdgraphs?
Anyone using the rrdgraph report on the puppetmaster on Debian stable? I''m trying to get this working and not getting far. I even took rrdtool and librrd0-dev from backports and I still get the same problem. It seems that the rrdfiles are being somewhat created, but nevertheless, the puppetmaster isn''t happy and keeps spewing: err: Report rrdgraph failed: Could not create
2012 Oct 16
4
Unable to create the rrd graph
Hello Everybody, I have been trying to use the rrdgraph reporting feature available in puppet. After performing all the instruction maintained on the site http://docs.puppetlabs.com/references/latest/report.html , the rrd directory for the agents get created but they are empty. When i check the log files in
2011 Aug 18
1
Multiple Errors with RRD and Rake
Hello all, I am trying to install the SequreISP application (link below) but I''m facing an error that I cannot resolve and any help is much appreciated. The application I am trying to install is: https://github.com/sequre/sequreisp Here''s some information about my system: OS: Centos 5.4 (Final) uname -a Linux gateway 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686
2005 Jun 17
3
Bandwidth monitoring tool
Hi. I am trying to shape my upstream bandwidth, mostly per port. and I am having some problems getting things to work the way I want them to. before I throw my configuration at you guys ;), I`d like to debug it by myself - but I was not able to find a tool that allow me to monitor current bandwidth usage per port (and preferably even per port+ip). I want to know what is the current bandwidth
2015 Nov 26
2
install rrdtools-devel / rrdtool-perl
Hi guys , Im have some problems installing the following packages: rrdtool-devel rrdtool-perl Before we moved to centos/rhel7 it was a simple task, just doing: yum install rrdtool rrdtool-devel and rrdtool-perl was enough. Now, I only can install the rrdtool package but not rrdtool-devel and rrdtool-perl. I tryed adding some repos, but I think I added wrong ones. Also tryed downloading and
2014 Apr 03
1
CEBA-2014:0356 CentOS 6 rrdtool FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0356 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0356.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7fb765a31da9410aedb81de9973ea1e8806237908c4cf3bd0855c98c2bf63179 rrdtool-1.3.8-7.el6.i686.rpm fc0368f9cd4f1c287c6ea6b3ebba86b38338c1c0aa332f7684a5334afc93e091
2014 Apr 03
1
CEBA-2014:0356 CentOS 6 rrdtool FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0356 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0356.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7fb765a31da9410aedb81de9973ea1e8806237908c4cf3bd0855c98c2bf63179 rrdtool-1.3.8-7.el6.i686.rpm fc0368f9cd4f1c287c6ea6b3ebba86b38338c1c0aa332f7684a5334afc93e091
2015 Nov 26
2
install rrdtools-devel / rrdtool-perl
I will expand a little bit more. I need to install nfdump, when I beggin installation process: [root at ARM-LXMON01 nfdump-1.6.13]# ./configure \--prefix=/usr/local \--sysconfdir=/etc \--mandir=/usr/share/man \--enable-nfprofile \--enable-nftrack \--enable-sflow \--enable-nsel checking for rrd_update in -lrrd... no configure: error: Can not link librrd. Please specify --with-rrdpath=..
2007 Mar 14
1
SASacct
Hey guys, I have a little problem. i'm running a CentOS 4.4 (Final) (Linux 2.6.9-42.0.10.EL) box. So, i installed SASacct (http://rousse.pm.org/sasacct/) for accouting the traffic of my hosts. But it dont make the graphics/images of utilization. The libs, rrdtool, perl are all installed. I just tested with rpm based rrdtool and Tarball, but no success. The firewall is ok: Counters reset
2009 Jan 23
2
can't install rrdtool, problems with dependancies
Hi all, I have tried to install rrdtool manually, but have noticed that I need perl-rrdtool as well for it to work, and I have approached this the wrong way. So, instead of installing rpmforge first, I have downloaded the rrdtool from sourceforge and installed it the old-fashioned way, totally forgot about rpmforge. So, now I want to remove it, and install it via rpmforge in order to get
2009 Aug 29
3
how to install rrdtool, if it keeps failing?
Hi all, I'm trying to install rrdtool on CentOS 5.3 x64, but it keeps failing with dependency problems: root at pluto:[~]$ yum install rrdtool* Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * freshrpms: ayo.uk3.freshrpms.net * rpmforge: ftp-stud.fht-esslingen.de Excluding Packages in global exclude list Finished Setting up Install Process Parsing package
2015 Nov 26
3
install rrdtools-devel / rrdtool-perl
Im very sorry. You were right, yum install works flawlessly for rrdtool, rrdtool-devel and rrdtool-perl packages. I tryed on a fresh centos7 install. The problem is that my Os is not a centos7 instead is a redhat 7. Since I dont have any support for this , I asked some help here. I thought that repositories are the same for fedora,redhat and centos. My mistake ... I dont know what to do now.
2017 Jul 18
2
Sporadic Bus error on mmap() on FUSE mount
Hi, I need to use rrdtool on top of a Gluster FUSE mount, rrdtool uses memory-mapped file IO extensively (I know I can recompile rrdtool with mmap() disabled, but that is just a workaround). I have three FUSE mount points on three different servers, on one of them the command "rrdtool create test.rrd --start 920804400 DS:speed:COUNTER:600:U:U RRA:AVERAGE:0.5:1:24" works fine, on
2001 Dec 07
2
Authentication 'failure' success
We are using OpenSSH (portable) version 3.0.1p1 on Linux 2.2.14-10 with RedHat's distribution of PAM 0.72-20.6.x for rsync'ing RRDTool data between two machines (among other things). When running 'rsync -essh -avz', everything works fine but the system log on the sshd side shows: PAM_pwdb[8021]: authentication failure; (uid=0) -> rrd for sshd service sshd[8021]: Accepted
2008 Jan 27
18
Reporting Analisysing program
Anybody knows some graphic reporting/analysing program for shorewall 4.0.7 or i have to do it by accounting? -- Javier Martínez Technical Manager ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/