Displaying 20 results from an estimated 1000 matches similar to: "Network Traffic Monitoring"
2008 Feb 01
1
loopback network device
Hi all,
It's possible to create an alias of a device? Something like a device
loN that all it's traffic is send to ethN, so ethN and loN are equivalent.
It's for a bridged setup, i'm not trying to setup another IP on a device.
Thanks!
Jordi
--
......................................................................
__
/ / Jordi Prats
C E / S / C A
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
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
2007 Feb 22
0
Problem with Cacti and CentOS 4.4
I just for the first time attempted to install Cacti from the RPMForge
repo on CentOS 4.4.
And I have to say that it hasn't gone very well at all. I have installed
Cacti on Fedora a good 20 times with absolutely no problem.
Basically the default rrds/graphs for localhost are generated but no other
rrds/graphs are generated.
When I look at the poller cache or snmp cache I see all the data.
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
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
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
I finally got around to writing myself a NUT UPS monitoring tool. NUT's
UPS monitoring CGI tools provide a detailed instantaneous view of the
UPS's state at any moment, but provide no history. The attached tool,
upswatch, uses Kiss Gabor's UPS::Nut module and Tobi Oetiker's rrdtool
to provide a graphical history of the major UPS operating parameters via
a web browser.
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
2006 Aug 07
0
image uploads not working with lighttpd
Hi I thought it was time to test my app out on a real server. So i have
installed lighttpd following the instruction on the rails wiki.
everything seems to work fine except the file upload page. It doesn''t
throw any errors, it just doesn''t seem to write the image to disk.
Nothing is printed to the lighttpd error log when the file upload fails.
I thought it might be my code
2017 Jul 18
1
Sporadic Bus error on mmap() on FUSE mount
On 18.7.2017 12:17, Niels de Vos wrote:
> On Tue, Jul 18, 2017 at 10:48:45AM +0200, Jan Wrona wrote:
>> 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
2006 May 14
1
send_file, RRDtool, require or session problem
Hi all,
I am new to RoR and ruby, but am a very experience PHP developer. Let
me give an overview of the problem.
I have a model Latency, which contains username, graph_name so the
logged in user can see his/her latency graphs.
In my ViewController I have a fuction view_latency which pulls the
correct latency object and runs latency.overview. latency.overview
creates a .png file in /tmp, and
2017 Jul 18
0
Sporadic Bus error on mmap() on FUSE mount
On Tue, Jul 18, 2017 at 10:48:45AM +0200, Jan Wrona wrote:
> 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
2010 Jun 14
2
problems building nfdump / nfsen
Hey folks, I posted this as part of another old thread but am starting
a new thread for it because I got no response. I've also since found
the nfdump mailing list but it seems to be dead. I was not able to
find either of these guys in a CentOS repository anywhere, so I'm
building them manually. Below was on CentOS 5.2.
---snip---
I'm going to kick this old thread because I'm
2007 Jul 10
1
Get journal position
Hi,
There is any way to figure out where physically is the journal on a ext3
fs and it's size?
Thanks!
Jordi
2005 Nov 14
0
can't display controllers with lighttpd
Hello,
I can see http://192.168.1.5/public/index.html
i''ve created a controller as it''s mentionned in the rails bible
("agile web dev.." of M.Thomas)
If i try http://192.168.1.5/say i have an error "file not found"
I''ve really struggled a lot with this and already asked people at
#lighhtpd but i really can''t find the answer.
This is
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
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
2012 Apr 10
2
yum priorities and obsoleting...
Hey,
I ran into a yum conflict regarding an repoforge extra package obsoleting a base package.
The thing is that I set a lower priority to repoforge extra...
Any idea how come I ran into this issue...?
The question is more about the yum priorities than repoforge.
...
1743 packages excluded due to repository priority protections
...
--> Running transaction check
---> Package
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