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


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

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

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

CentOS 5 Server :: Apache 'server-status' 404 Not Found + Munin Apache Stats?

Oct 14, 2010

I am trying to solve a problem where Apache stats aren't displaying correctly in Munin. I've ran through quite a bit of checks and tests regarding Munin setup, but I think my issue is related to Apache, but my skill set there is lacking.

first, system info:
monitored server:
CentOS 5.3 2.6.18-128.1.1.el5

[code]....

View 7 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

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

Software :: Configure An Hourly Graph On Munin ?

Jan 8, 2009

How i can configure an hourly graph on munin?

View 2 Replies View Related

Ubuntu :: Way To Add All Of Them In Prefix At Once?

Jan 20, 2011

I've got a /64 range on my vps and would like to add them all so i can use them currently i'm adding them like: ifconfig eth0 inet6 add ipv6ip/64.Is there a way to add all of them in the prefix at once??

View 1 Replies View Related

Ubuntu :: NTFS5 Prefix Not Set?

May 29, 2011

Ubuntu was working perfect for 3 months or more , but now all of a sudden after I restarted because I had massive lag, I found that I can no longer open Ubuntu.The error I get is "NTFS5 Prefix not set".Now I get black terminal when I open ubuntu.

View 3 Replies View Related

Ubuntu :: Add Prefix To List Of Numbers?

Oct 11, 2010

I have a list of numbers I want to add a prefix number to the front of all of them,Is this possible with terminal, example "222222" put "1111" in front make the number "111122222" I have the list of 2222etc but not a list of 1111.

View 5 Replies View Related

General :: Weird Prefix Unknown-00-11-24-22-67-14?

Aug 21, 2010

've googled first - but why is this in front of my username? (and dir) I have never seen it before but am new to terminal and want to learn.I am trying to rm the .Trash (some locked crap) sudo rm -rf /* isn't working and this weird 'prefix' is in front of every directory. Have I hosed it

View 7 Replies View Related

Red Hat / Fedora :: Configure Command On Using Prefix --with-php?

Jul 25, 2010

I'm tryieng to install some software which requares php. I typed: Code: ./configure --with-php=/usr/include/php But in the end of configuration I get this warning: Code: configure: WARNING: unrecognized options: --with-php on Ubuntu systems it is okEverything installs ok. But on fedora I can not configure my software with php

View 3 Replies View Related

Programming :: Check In C App What Has Been It Installation Prefix?

Apr 10, 2010

I'm writing a application which uses translates and I wonder how to check what has been prefix of it's installation to check where translation files are stored. I'm using cmake so maybe is there some preprocessor definition of installation prefix

View 4 Replies View Related

Slackware :: The G Prefix In Program Names?

Feb 1, 2011

in LQ, what the 'g' in names like gzip, gawk means, becauseassumed the incorrect meaning.Cf. zip, awk. I have now forgotten. An easy answer would be: GNU. Perhaps it's the correct one

View 8 Replies View Related

General :: Removing Path Prefix From Filesnames?

Jun 9, 2011

I have a text file containing file names with their paths prefixed as in:

/path1/file1.dat
/path2/file2.dat
and so on.

code]...

View 7 Replies View Related

Fedora :: Running The Zotero Openoffice Integration Plugin In F13 Under The Openjdk Plugin?

May 31, 2010

I',m having trouble running the zotero openoffice integration plugin in F13 under the openjdk plugin.It's known top be not working as per The problem lies in some permissions as reported here -fedora-linux/However i want to know if there's any progress on it, since i dont have privilege to install it in my lab computer. Also i found this old bug reportwhich seems to have something done.If anypone has any idea please post, else i think i need to file a new bug report.EDIT: I'd be glad even if someone can guide me to write local policy (.java.policy) to enable the plugin

View 1 Replies View Related

SUSE / Novell :: Flash Plugin For Mozilla Plugin Doesn't Work

Nov 26, 2009

I am using openSUSE 11.0. This OS installation gives firefox 3.0.5 Beta. I had installed new version of firefox at /usr/local/bin/firefox. I had placed link of this firefox at /usr/bin using this command ->

Code:

linux-snvz:/usr/bin # ln -s /usr/local/bin/firefox/firefox firefox My older firefox contains the flush plugin. So i can easily played ..... video's in my browser. But now my new browser saying that it doesn't have flash plugin. I was tried to install flash plugin once again.

[Code]...

Even after installation also my browser is again without flash plugin.

View 3 Replies View Related

OpenSUSE Multimedia :: Package-Kit-gstreamer-plugin Requires An Additional Plugin To Decode File

Jul 21, 2010

I just updated my distribution to 11.3 from 11.2. But now this problem occurs when I try to play an mp3. There was no problem before with 11.2.

It also says

Code:
The following plugin is required : MPEG-4 AAC decoder

Only certain mp3s have this problem. All gstreamer packages have been installed. What package is missing anyway?

View 1 Replies View Related

Ubuntu :: Add Xfce4-xkb-plugin / Keyboard Layout Plugin At Startup?

Feb 28, 2010

i have this-for me huge problem- xfce4-xkb-plugin won�t save my keyboard setup and it won�t show after startup in xfce4 panel (xubuntu 9.10): I did this:

1) i added in /etc/default/console-setup needed keyboard layouts (de,hr,rs)-because i know that after restart xfce4-xkb-plugin will not memorize my layouts.

[Code]....

View 9 Replies View Related

Ubuntu :: Plugin Error: Unable To Activate Plugin Cover Art

Jan 17, 2011

While using Rhythmbox this morning, I was greeted by a blunt and undiscriptive error message:

Code:

Plugin Error:Unable to activate plugin Cover Art.Going to the plugin page, I was supprised to find that most of the installed plugins would not load. Without any info being offered in the player, I looked on line. Many people had problems with other plugins, and most of the time it was a problem with an uninstalled python package. But I checked on this site and I found that I had all of these packages installed. (Well, the python ones at least, to check all of them would take forever.)

Code:

[URL]

After finding no help there, I ran rhythmbox -d to debug:

Code:

(12:04:33) [0x934fe68] [rb_python_module_init] rb-python-module.c:406: Init of python module
(rhythmbox:4971): Rhythmbox-WARNING **: unable to load module as python runtime could not be initialized

[code]....

View 1 Replies View Related

General :: Split A Directory Based On The Filename Prefix?

Mar 5, 2010

I have a very large directory with probably millions of small files in it. It's taking forever to run ls on the directory.

Is there an easy script that I can run to split the directory into smaller ones, based on the prefixes of the filenames. My goal is to wind up with something similar to what the Debian archives' pool directory looks like.

View 1 Replies View Related

General :: Code For Renaming Files With Prefix In Subfolders?

Feb 12, 2011

I want to rename files in multiple subfolders with a prefix (e.g., rename "file.tif" with "prefix_file.tif") and not have to be in the subfolder.

code: for f in /path/to/*; do echo mv "$f" "PRE_$f"; done

gives you this: mv /path/to/file1 PRE_/path/to/file1

instead I want this: mv /path/to/file1 /path/to/PRE_file1

View 3 Replies View Related

Ubuntu :: Rename - Add Suffix Or Prefix In All Files (.txt - .avi . - .exe) From A Folder

Feb 24, 2010

I want to add suffix or prefix in all files (.txt , .avi . , .exe)from a folder

View 9 Replies View Related

Software :: Make Uses Wrong Prefix Searching For .la Files?

Jul 19, 2010

I have rebuilded some packages from source to enable some features not in place by default. I usually use /usr/local as prefix for rebuilded packages.Now I have a problem building some other applications. Make exits with error saying that there is no .la file for some libraries from rebuilded packages - and it tries to find this file with /usr prefix, not /usr/local.Of course, I can place link to .la file I need under /usr prefix, but this is not good. Is there any way to make system search for .la files under right prefix (which is right in .pc files for packages too, of course)?

View 3 Replies View Related

Ubuntu :: Delete All Python Packages That Were Installed By Checkinstall With The /usr Prefix?

Aug 31, 2010

I ran into this bug: [URL]...I checked that overwrite-local was set to 1. So I want to delete all python packages that were installed by checkinstall with the /usr prefix.

Now it has been some time since I did this and I dont really remember. Does anyone using checkinstall know how to spot packages installed via checkinstall? I already checked the FAQ and doc of checkinstall, but no info on this.

View 1 Replies View Related

Ubuntu Installation :: Could Not Find Platform Independent Libraries <prefix>

Oct 13, 2010

I ran 'sudo apt-get install python', which completed successfully. According to [URL] this should have created the directory /usr/lib/python2.6, but I do not see any such directory.This is causing problems:

$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

[code]....

I've tried 'apt-get purge python' and then reinstalling but this has not resolved the issue.

View 6 Replies View Related

Server :: Mysql Plugin Directory Vanished?

Dec 7, 2010

This server (running suse 11.1) was approaching a year of uptime when last night it became unresponsive @ max cpu and was given a hard reset. Suddenly mysql no longer works, it fails to secure a socket and shuts down. The error log says it can't load a bunch of stuff in /usr/lib/mysql/plugin/ because there's no such directory, then aborts after the unknown option --skip-federated. If I comment out skip-federated in /etc/my.cnf mysql will start, but users get access denied--I can't say if the same is true for root, I don't have root credentials for mysql.

This is all very funny because I need to finish/present my final project in a few hours and also happen to be the server admin, yet haven't been able to dig myself out of this hole, 5 hours has produced virtually no progress.

View 1 Replies View Related

Server :: Squirrelmail With Secure Login Plugin

Sep 20, 2010

I am quite new to Squirrelmail but got it working at the first place. Then, with the intention to secure login and data flow, I downloaded and installed the secure login plugin. However, just right after that, I started to get "the connection was interrupted" messages in firefox. I guess that it has something to do with SSL, probably I need to configure that in Apache, not sure. Unfortunately the README and INSTALL files are rather compact in the plugin and I struggle to find a step-by-step tutorial on what needs to be done in order to make it work.Would someone be able to give me a hint on where to find such an information or tell me what else I need to do besides the 3 points written in INSTALL?

View 1 Replies View Related







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