Software :: Configure An Hourly Graph On Munin ?

Jan 8, 2009

How i can configure an hourly graph on munin?

View 2 Replies


ADVERTISEMENT

Server :: Munin Df Plugin - Volumes Missing On The Graph

Feb 23, 2011

I'm using munin to monitor our servers. Recently I created additional partitions on one of them and I noticed that munin has not picked up the changes.

I restarted munin-node and running the plugin manually as user munin on the machine

Code:
$ munin-run df
I get all my partitions
Also when I telnet 10.1.1.25 4949 and run

Code:
fetch df
I'm getting all of them. The graph however displays only the ones that were there at the time of munin install.

How can I get munin to add the new partitions to the graph ?

View 1 Replies View Related

Programming :: BASH Add Cron Job To Run Hourly

Mar 25, 2010

I have an rsync script I wrote that I have tested and it works perfectly when I run it manually. Now I am working on a server setup script and I have gotten my setup script to create the rsync script in /etc/cron.hourly and restart crond. To spite the fact that the script is in /etc/cron.hourly and I have restarted crond, the script does not run. With that said, how can I script adding the rsync script to run hourly as a cron job?

View 9 Replies View Related

Ubuntu :: Conky - Hourly Bandwidth Usage?

Jul 10, 2011

So, my mother is out in the deep country and all we can get is Xplornet Satellite internet. They have a fair access policy (FAP) that says they will (and definitely do) throttle your speeds if you download more than 50MB or upload more than 5.5MB in one hour. This restriction resets hourly. As you can imagine, this is fairly limiting, but we have to live with what we have as there are no other options specifically where we live. Right now, I have Conky configured to show the ${totalup wlan0} and ${totaldown wlan0}, but that is per session. In this example, since the computer started, 8.74MB have been downloaded and 1.95MB uploaded. However, this information is somewhat irrelevant as we really only need to know the current usage starting at the top of the hour. Maybe even show the previous hour too.

View 9 Replies View Related

Slackware :: Messed Up Is Cron.hourly Scripts

May 26, 2010

I messed up when I chose my server for slackpkg updates, I chose one for Slackware13 rather then Slackware13 64. This caused some issues when I accepted the updates. I got a fair bit up and running again, but one thing that seems to be messed up is my cron.hourly scripts. I am not entirely sure what happened, but they are not running.

View 2 Replies View Related

Ubuntu :: Munin Seems To Be Broken In 10.04?

May 1, 2010

I just upgraded to 10.04 and munin seems to be broken. Looks like the graphs are being put in the wrong directory. In the old version the png files were in /var/www/munin/localdomain directory as file localhost.localdomain-XX.png but in the new version in /var/www/munin/localdomain/localhost.localdomain/XX.png. Here is a line from the log file,

2010/05/01 21:20:13 [RRD ERROR] Unable to graph /var/www/munin/localdomain/local
host.localdomain/acpi-month.png : Could not save png to '/var/www/munin/localdom
ain/localhost.localdomain/acpi-month.png'

I also tried to remove the old version and install new version by removing all related files. The new version does not even populate /etc/munin. Does not even put a default munin.conf or munin-node.conf files or put some default links in the plugin directory. As a result munin-node does not even start.

View 3 Replies View Related

Software :: Munin - Critical Value ?

Apr 19, 2011

I started to use the smart plugin for munin to monitor my HDD. I changed the script a bit to report the raw value instead of the value for Power_On_Hours and temperature. It all works.

However, it now reports the values for these 2 sensors as critical, even though the power on hours is 928 and threshold is 999 (I even tried 9999) and temperature is 51 (threshold is 60).

View 4 Replies View Related

Fedora Security :: DNS Cache Clearance On Hourly Basis?

May 25, 2010

What command would I use to clear dns and cache on a hourly basis.

View 1 Replies View Related

Programming :: Process A Log File On An Hourly Basis But The Log Only Rotates Once A Day?

Oct 26, 2010

I need to process a log file on an hourly basis but the log only rotates once a day.Basically, I am trying to get the difference between the previous file and the current file based on datetime. ie. The new file's datetime events > previous file's datetime events.The first field in the files is datetime.

Code:
2010-10-27 01:57:32,aaa.bbb.ccc.ddd,host1
2010-10-27 01:57:32,aaa.bbb.ccc.ddd,host2

[code]...

View 4 Replies View Related

General :: Error While Installing Munin On CentOS 5.4 VPS Via Yum

Mar 17, 2010

I was trying to install Munin on my CentOS VPS via yum, but it showed a few "Missing Dependency" errors which prevented the installation to work. I'm pretty sure all the required Perl packages listed on this page are installed on my server(went through the list one by one using cpan), couldn't figure out what's the issue.

Code:
root@spike [~]# yum install munin
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: dist1.800hosting.com
* base: mirror.stanford.edu
* epel: mirrors.solfo.com
* extras: mirror.hmc.edu
[Code].....

View 3 Replies View Related

Server :: System Monitoring \ Does Munin Use Systat

Feb 15, 2010

I need to monitor resource of my server.I have found munin and sysstat, Does munin use systat? or they are different package?because in some documents I have found on net,for installing munin, systat is needed !!for example on RedHat based distor, sysstat package is needed! but on debian is not needed

View 4 Replies View Related

Ubuntu :: Unable To Install The 10.10 - [9354]: (root) CMD (cd/run-patsreport/etc/cron.hourly)

Apr 16, 2011

I have Compaq Presario CQ62-215DX notebook (laptop) computer with built in image of Windows 7. I use partitioning tool to create partition of 250GB hard drive. I created these partitions as NTFS partition. My issue is after creating partition of 75GB whereby I want to install Ubuntu using ubuntu-10.10-desktop-i386.iso file from dvd drive; I cant install.

I use ext4 file system to install ubuntu and mountpoint is root After user setup it stops at this point:

UBUNTU CRON [9354]: (root) CMD (cd/run-patsreport/etc/cron.hourly)

It doesnt install ubuntu on separate partition. how to install ubuntu on separate logical partition? Windows 7 is in primary partition.

View 1 Replies View Related

Server :: Munin: Creating Custom Trend Analysis Reports?

Mar 4, 2010

We're using Munin for trend analysis purposes, but would like to use it to generate custom reports. One way I envision this is:

* The report is created as a web-page on the munin server, such as [URL]

* The layout of the report is customized based on the project

* The report will be triggered by a cron-job, and I will be notified by email when the report is completed

Does anyone know if this type of script/job allready exists?

View 2 Replies View Related

Programming :: Making A Graph In C

Dec 1, 2010

I am trying to understand how can I make a graph in C. So I wrote some program.

Code:
#include "declarations.h"
graph root = NULL;
int main()
{

[Code]....

View 6 Replies View Related

Ubuntu :: Scilab5.2.2 Graph Plotting In 9.10?

May 2, 2010

I am using Scilab5.2.2 in ubuntu9.10. Whenever I try to plot a graph, Scilab closes.

View 1 Replies View Related

Server :: Make Mrtg Graph ?

Mar 10, 2011

I have problem with make mrtg graph.

For example:

I use this Options for CPU:

Code:

Now use this command:

Code:

receive this message:

Code:

View 1 Replies View Related

Server :: Pnp4nagios - Getting Both IN And OUT Data Onto 1 Graph

Apr 16, 2010

I have nagios and pnp4nagios installed and running fine. I have some snmp data that's monitoring an ASA5510.

I have the both the Data In and Data Out varibles, which go into individual graphs. Now I know that I can put the 2 data onto 1 graph, such as this graph: [URL]

I just don't know how to do it. I have in nagios the info here:

define host{
use WAN-devices ; Inherit default values from a template
host_name firewall ; The name we're giving to this host
alias firewall ; A longer name associated with the host
address 10.x.x.x ; IP address of the host
action_url /pnp4nagios/graph?host=$HOSTNAME$&srv=_HOST_
}

[Code]....

View 3 Replies View Related

Programming :: Create Graph In Gnuplot ?

Jan 3, 2010

I need a script that takes data fom a file mydata.dat and create a graph. the content of mydata.dat is Bin Data1 Data2 Data3

Then it asks from the user to select which colums with use for x and which for y. the x and y titles must be generated automaticly by the names of each column from the first line of mydata.dat the limits must also be auto generated by the width of the column (for example for data2 is 12-45). in the end for graph title must shown the current time and date in this format:

So it asks for the user the columns and in the end it shows the graph with the above settings.

View 3 Replies View Related

Networking :: In The Graph What Is The Signifcant Of Dots In The Bracket [-0.02%]

May 25, 2010

I use bmon for my networking manager. But I am confused with interface, I can't understand the graph, and other statistics. What is TX Rate, RX Rate, RX ,TX? In the graph what is the signifcant of dots, in the bracket [-0.02%]?

View 3 Replies View Related

General :: Graph Plotting With Scilab5.2.2 In Ubuntu?

May 1, 2010

I installed scilab-5.2.2 in ubuntu 9.10. whenever I try to plot a graph scilab closes.

View 2 Replies View Related

Software :: Get The Graph In Image Format Through GNUPLOT ?

Feb 3, 2010

I am using GNUPLOT for plotting graphs but don't know how to save the graph as an image (irrespective of the format). If someone knows the correct GNUPLOT command for this, please tell me. Note that I have read: [url]but it does not satisfy.

View 6 Replies View Related

Software :: Plot Trace File Into A Graph?

Mar 22, 2011

how do i plot the trace file into a graph? can any 1 show an example here? just any trace file will do

View 13 Replies View Related

Programming :: Build A 2D Graph In Java As A Picture?

Feb 3, 2011

I am trying to build a 2D plot for my data and I have the code for it. However, I want to save it as a jpg/png file so that I can have a link to it for my webpage. Below is the code:

Quote:

import java.awt.*;
import java.awt.font.*;
import java.awt.geom.*;
import javax.swing.*;

[Code].....

View 1 Replies View Related

Programming :: Gnuplot Graph Using Trace File

May 1, 2011

How to plot graphs for trace files generated in ns2 using xgraph and gnuplot.

View 7 Replies View Related

Programming :: Define A Structure Node In Graph?

Oct 27, 2010

I wanted to implement a graph.By graph I mean to say that I am writing programs for BFS,DFS and other such stuff and want to see them in action. For this I started writing a program.The first entry point is to define a graph. I took a pen and paper and made a graph. Now to be able to code this in C.I defined a structure but I am finding problem in defining this structure. I looked into Google and came across incidence list and adjacency list representation [URL] after understanding that I am not able to understand how do I define my structure that would be a node in graph. Here is what my graph looks like

Quote:

|-----------31
| |
| 2---4---6---8
| |

[code]....

View 3 Replies View Related

Server :: Run Munin-plugin That Has A ".in" Prefix?

Aug 31, 2010

I downloaded a Munin plugin called "diskstats.in" [URL] but can't figure out how I'm supposed to run it. Have anyone here run this type of plugin before, and knows how to run it. It's written in perl, but running "perl diskstats.in" or "munin-run diskstats.in" results in error messages (let me know if you'd like the output from it

View 1 Replies View Related

Fedora :: Ns2 - Commands To Run An Example Of Tcl Script And Show The Graph In My Screen

Feb 23, 2010

I'm just installed ns 2.31 in my cumputer:fedora 12 (this is the first time working with ns2 and fedora) but I don't know commands to run an example of tcl script and show the graph in my screen.

View 9 Replies View Related

General :: Graph Software (like Sigmaplot) On PclinuxOS 2010?

Sep 24, 2010

i want to install and try the different oss replacements for sigmaplot like rkward, sciDAVis, etc. but i am unable to find which repository i have to add to synaptic for these programs.

View 4 Replies View Related

General :: Plot X Graph Ubuntu By Using Awk Scripts Indicating?

Mar 20, 2011

how can i plot x graph Ubuntu by using awk scripts indicating how can i change awk files into xgr files,

View 13 Replies View Related

Server :: MRTG Snmp Network Graph Empty ?

Sep 20, 2010

I installed MRTG some hours ago. Everything works fine (disk, cpu,..), except the network graph.
For this graph, it's only work for ~3 cycles (15min), then... nothing.

This is the part of mrtg.cfg:

Code:

The number for eth0 is 3

Code:

SNMP is running:

Code:

Crontab is configured for mrtg (and seems it's not the problem because the other graphs works well):

Code:

In attachement is the graph for the memory (working!) and .. for the network, as you can see, only one small pic at the beginning.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved