Installing MRTG In My Linux Server

Jul 24, 2009

I tried installing MRTG in my Linux Server by using help from -

[url]

What i have done till now is -

cd /usr/local/src
gunzip -c mrtg-2.16.2.tar.gz | tar xvf -
cd mrtg-2.16.2

./configure --prefix=/usr/local/mrtg-2

make

make install
After this i am unable to understand what to do, and how to start MRTG graphs.

* the next last step says,

CONFIGURATION

The next step is to configure mrtg for monitoring a network device. This is done by creating an mrtg.cfg file which defines what you want to monitor. Luckily, you don't have to dive straight in and start writing your own configuration file all by yourself. Together with mrtg you also got a copy of cfgmaker. This is a script you can point at a router of your choice; it will create a mrtg configuration file for you. You can find the script in the bin subdirectory.

cfgmaker --global 'WorkDir: /home/httpd/mrtg'
--global 'Options[_]: bits,growright'
--output /home/mrtg/cfg/mrtg.cfg
community@router.abc.xyz

This example above will create an mrtg config file in /home/mrtg/cfg assuming this is a directory visible on your webserver. You can read all about cfgmaker in cfgmaker. One area you might want to look at is the possibility of using --ifref=ip to prevent interface renumbering troubles from catching you.

^^ this is what i am not able to understand.

When i ran the script, (below mention) it gave many errors, how to resolve them ?

[root@c bin]# ./cfgmaker --global 'WorkDir: /home/httpd/mrtg' --global 'Options[_]: bits,growright' output /home/mrtg/cfg/mrtg.cfg eth0
Error:
can't resolve "output" to IP address
at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 428
SNMPWALK Problem for public@output::::::v4only
at ./cfgmaker line 950
WARNING: Skipping public@output: as no info could be retrieved

Error:
can't resolve "/home/mrtg/cfg/mrtg.cfg" to IP address
at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 428
SNMPWALK Problem for public@/home/mrtg/cfg/mrtg.cfg::::::v4only
at ./cfgmaker line 950
WARNING: Skipping public@/home/mrtg/cfg/mrtg.cfg: as no info could be retrieved

Error:
can't resolve "eth0" to IP address
at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 428
SNMPWALK Problem for public@eth0::::::v4only
at ./cfgmaker line 950
WARNING: Skipping public@eth0: as no info could be retrieved

# Created by
# ./cfgmaker --global "WorkDir: /home/httpd/mrtg" --global "Options[_]: bits,growright" output /home/mrtg/cfg/mrtg.cfg eth0

### Global Config Options

# for UNIX
# WorkDir: /home/http/mrtg

# or for NT
# WorkDir: c:mrtgdata

### Global Defaults

# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no
WorkDir: /home/httpd/mrtg
Options[_]: bits,growright

View 2 Replies


ADVERTISEMENT

How To Install Mrtg On A Cpanel Server

Jun 30, 2008

How to install mrtg on a cpanel server?

I followed the tutorial on [url]but it didn't work

View 3 Replies View Related

How To Configure Mrtg On Cpanel Server

Jun 22, 2008

I've just installed MRTG using WHM > Install a RPM mrtg.i386

how do I configure the installation and get my mrtg to work & to view my mrtg?

View 1 Replies View Related

Plesk 12.x / Linux :: Installing Mcrypt On Linux Centos 5.5 PHP 5.3.3

Jun 20, 2014

I am trying to install Magento on my apache server. I am running into the dreaded mcrypt issue as Magento needs it to run. I have now been googling for the past few hours and have gotten nowhere.

Here are my details:

Linux
Centos 5.5
PHP 5.3.3
x86_64
Plesk 12

I have tried installing all sorts of different repos and it just isn't working.

When I try to install using # yum install php-mcrypt I get the following:

Loaded plugins: fastestmirror
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.5.13-3.el5.remi.x86_64 instead
--> Processing Dependency: php53-gd for package: psa-php53-configurator
--> Processing Dependency: php53-imap for package: psa-php53-configurator

[Code].....

View 6 Replies View Related

Installing RoR On Linux

Jan 3, 2007

Quote:

Originally Posted by tanfwc

yum install gcc

hi tanfwc, opened up a new thread so where do I type this in? after these lines?

Quote:

cd /usr/local/src
wget ftp://ftp.ruby-lang.org/pub/ruby/sta...y-1.8.4.tar.gz (or latest stable version)
tar xvzf ruby-1.8.4.tar.gz
cd ruby-1.8.

View 12 Replies View Related

Installing Virtual Windows On A Linux Box

Jan 12, 2009

i have a dedicated box with centos.. i wold like to install VmWare workstation and a virtual windows image in vmware program, and then i wold like to make remote desktop on windows image from vmware..

View 2 Replies View Related

Plesk 11.x / Linux :: Installing Git In Chroot?

Sep 30, 2014

I have customers that want the git program to be able to pull/push their github repos. I've copied all of the files in the git rpm into the site's chroot but whenever they try to pull down their repo via ssl they get this message:

error: while accessing https://github.com/USERNAME/PROJECT.git/info/refs

fatal: HTTP request failed

We have gotten ssh to work with git but the ssl issue still isn't working.

View 1 Replies View Related

Installing Windowx X64 With VMWare On A Linux MAchine

Aug 17, 2007

I was wondering if anyone can help me out or point me to a guide that will allow me to to create a Windows 2003 x64 Virtual MAchine using VMWare server on a CentOS or Redhat installation.

View 6 Replies View Related

Installing PHP, Ffmpeg And Things On Debian GNU/Linux 4.0

May 14, 2009

I have a shared hosting account on dreamhost
It has php and others installed but it allows custom installations for a number of reasons (control of the php.ini file, ...).

I have shell and ftp access to /home/username/ where my websites are
(/home/username/domain.ltd)

I installed php 5.2.9 under /home/username/php5,
I also installed ffmpeg but I ran into troubles installing ffmpeg-php.

Now I would like to start over, I'm not very advanced in this and I probably messed some stuff up. It seemed like a good idea to ask for some general advice before going at it again.

First, I was wondering about the filesystem I needed to set up, like the bin, tmp, lib, ... directories. Which ones do I need and what should go in them.
And how exactly do I let the system know these folders are there and it should look there for some commands. When I used phpize, it used the default one instead of the one in my custom php folder. Is the export command all there is to it?

When I install PHP, where should I install it and do I need to point it to my directories (bin, lib, etc...) instead of the ones in the host's root.
I noticed when installing ffmpeg-php it still looked for the default ones at some points:

HTML Code:
"checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend..."
I don't know if this is normal behaviour or not, I'm just basically writing everything I am unsure about.

I got my website to use the custom PHP by editting the htaccess file

Also,
what would be the best approach to remove the things I currently installed, I suppose remove the php5 directory is not enough.

View 0 Replies View Related

Plesk 11.x / Linux :: Installing SSL For Mail Service?

Dec 12, 2014

Installing my SSL for mail service, my SSL is already install for website...

View 1 Replies View Related

Plesk 12.x / Linux :: Installing Magento (Centos 7)

Oct 11, 2014

I am trying to install a magento on Plesk Version 12.0.18 Update #19 / CentOS Linux 7.0.1406 (Core).

Plesk is reporting that it cant install magento because php-mcrypt is missing. So I tried the following:

Code:

1) rpm -ivh [URL] ....
2) yum update
3) yum install php-mcrypt

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.plusline.de
* epel: mirror.23media.de
* extras: ftp.plusline.de
* updates: mirror.netcologne.de

[Code] ......

What can i do to install mcrypt without breaking other dependencies ?

View 5 Replies View Related

Plesk 12.x / Linux :: Installing Web Host With CloudLinux?

Sep 10, 2014

How do I go about installing Web Host with CloudLinux? I can't find the tutorial. I have the Web Host + CloudLinux VPS license.

View 3 Replies View Related

Plesk 12.x / Linux :: Error Installing WordPress Via Applications

Jul 25, 2014

I just tried to install wordpress on Ubuntu 12.04.4 LTS Plesk 12.0.18 #9 via

Plesk -> Domains -> domain.tld -> Applications -> WordPress -> InstallClick to expand...

View 2 Replies View Related

Plesk 12.x / Linux :: Installing Joomla - Wrong Version Of PHP / Can't Allow SSH

Aug 18, 2014

I'm new to Plesk - I've inherited a web site for a local social club so have just been handed login and password. I believe I have version 11.0.9 and as I can see mention of an Apache webserver I'm guessing its linux.

So - I want to redesign and use Joomla so I can share the content updating with others.

I can't install Joomla as I have PHP 5.1 and need 5.3. I have no 'server' or any sort of option I can find (and I've looked everywhere!) to find a command line or somewhere I can run things.

When I try to allow SSH access the option says Forbidden and there is no option to change it.

View 1 Replies View Related

Plesk 12.x / Linux :: Installing SPDY Module For Nginx?

Sep 17, 2014

How do I go about installing the spdy module for nginx? I understand it's now part of nginx 1.6 which comes with Plesk 12 but when I add the directive

Code:
listen 443 ssl spdy;

I get an error saying "nginx: [emerg] the "spdy" parameter requires ngxhttpspdy_module".

View 6 Replies View Related

Plesk 12.x / Linux :: Request For Instruction On Correctly Installing APC

Oct 6, 2014

I would like to install APCu (Alternative PHP Cache) & ZendOptimizer on plesk v12, I just wanted to know if there is any instructions for installing it correctly in a manner that will not cause issues with plesk updates.

View 5 Replies View Related

Plesk 11.x / Linux :: Installing Multiple PHP Versions Fails Due To Dependencies

May 27, 2014

According to: URL....I tried to install php 5.3...Before able to .configure php source, i must install several dependencies. I resolved most of them but installing libmcrypt-devel gives the following error:

---> Package libmcrypt-devel.x86_64 0:2.5.7-5.el6.art will be installed
--> Processing Dependency: libmcrypt = 2.5.7-5.el6.art for package: libmcrypt-devel-2.5.7-5.el6.art.x86_64
--> Finished Dependency Resolution
Error: Package: libmcrypt-devel-2.5.7-5.el6.art.x86_64 (atomic)
Requires: libmcrypt = 2.5.7-5.el6.art
Installed: libmcrypt-2.5.8-9.el6.x86_64 (@PSA_10_4_4-thirdparty)
libmcrypt = 2.5.8-9.el6
Available: libmcrypt-2.5.7-5.el6.art.x86_64 (atomic)
libmcrypt = 2.5.7-5.el6.art

You could try using --skip-broken to work around the problem...You could try running: rpm -Va --nofiles --nodiges.

View 4 Replies View Related

Plesk 12.x / Linux :: Sieve Does Not Work After Upgrade To 12.0.18 And Installing Dovecot

Dec 1, 2014

i use Plesk on a vserver which was offering it in version 11.x, i upgraded to 12.0.18, then i installed Dovecote on the panel. Everything went fine. Mail server is working.BUT sieve does not allow me to login and create filters.I tried telnet against 4190, and it works:

Connected to mail.xxxxxxxx.xxx.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave imapflags notify"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN DIGEST-MD5 CRAM-MD5"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot ready."

But when i use my sieve plugin for thunderbird OR access plesk's webmailclient Roundcube opening the filter module, it doesnt work. On Thunderbird i see the loading animation, thats it. On Roundcube it says "Unable to connect to sieve server".

Looks like something is missing. I can definitely access 4190 on my server from anywhere. So no firewall issue. I didnt change anything on configs, since plesk is handling it.Roundcube log doesnt give me anything. I dont even see logs added (to syslog or mail.*) while i try to connect.

View 4 Replies View Related

Plesk 12.x / Linux :: Locked Out From Panel After Installing Additional PHP-versions

Jun 25, 2015

For some application-testing I installed PHP 5.5 and PHP 5.6 alongside the existing PHP 5.3 installation. To do that I used the web-interface of the Plesk-installer.

Installing the software went well, or at least didn't show any errors.

After installing I went back to the login-page to get back into the portal, but that didn't work.

I am using the right username and password and don't see any errors, I just keep getting the login-screen and no errors. Logging in through SSH is working as it should. Only access to Plesk on 8443 seems to be denied.

Server reboot didn't work, restarting Plesk-services didn't work...

How can I restore this so I can get back to work?

This Plesk-installation is on a CentOS 6 server on which I have full rights.

View 2 Replies View Related

Plesk 11.x / Linux :: Installing Fail2bain And Configurator (nginx 1.5 Not Found)

Nov 30, 2014

I have Plesk Panel 11.5.30 # 48 installed on my rented vServer, which is virtualized with Parallels Virtual Automation / Plesk Power Panel. I cannot upgrade to Plesk Panel 12.x because my contract just includes a license for 11.x.

Installing fail2ban 0.8.6-3wheezy3 trough Power Panel works, but installing its configurator "plesk-fail2ban-configurator 12.0.18-debian7.0.build1200140526.11" fails.

Operation with the Container "*.*.de" is finished with errors: Can not install packages: ' vzpkg install -q -p * plesk-fail2ban-configurator' exec failed - W: Failed to fetch http://autoinstall.plesk.com/debian/NGINX1.5/dists/wheezy/all/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://autoinstall.plesk.com/debian/NGINX1.5/dists/wheezy/all/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Error: /usr/bin/apt-get failed, exitcode=100
Error: Can not update metadata for pp11.5-nginx. Skipped.
E: Unable to locate package plesk-fail2ban-configurator
Error: /usr/bin/apt-get failed, exitcode=100
.
Click to expand...

View 1 Replies View Related

Plesk 11.x / Linux :: Https Redirect To Http After Installing SSL Certificate

May 15, 2014

After installing a RapidSSL certificate in a subdomain, https redirects automatically to http,

Plesk 11.5 with debian and last version openssl

Why https redirect to http when I setup the certificate?

View 1 Replies View Related

Plesk 12.x / Linux :: Backup Stopped Working After Installing AfterLogic WebMail Pro 7

Jun 13, 2014

I am getting this error after installing the AfterLogic WebMail Pro_7 app on a domain.

I removed the app but AfterLogic still appears in the list of available Webmail options. I am getting the error even after changing all my domains to use Roundcube.

backup_info_1406131330.xml:
Line 423 error: Element 'external-webmail': This element is not expected.

My backups since the day I installed that app are no longer valid.

View 2 Replies View Related

Mrtg

Nov 21, 2007

I have problems with in mrtg. I am getting to every 5 minutes an email from my server as below:

=====================
----- Original Message -----
From: "Cron Daemon" <root@lmp.ssss.com>
To: <root@lmp.ssss.com>
Sent: Tuesday, November 21, 2007 15:00 PM
Subject: Cron <root@lmp> /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file
/var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok

ERROR: I Quit! Another copy of mrtg seems to be running. Check
/etc/mrtg/mrtg.pid
Daemonizing MRTG ...
=====================

View 4 Replies View Related

Mrtg / Rtg

Jul 22, 2007

I'm going to be colocating a server and I'm wondering what you guys would recommend for a MRTG / RTG that gives you estimated transfer for the month. I know you can use MRTG and multiply and divide and all that but I'm looking for something that will also include estimated monthly transfer in both mb/s and gigabits per month.

View 14 Replies View Related

Installing PHP Onto A Windows Server

Apr 6, 2009

I designed my companies website but we've had a change in IT and php went down. The new guy (who is here to fix things) just sent me this and quite frankly I'm at a loss (i use a VPS, thus never having to deal with this stuff). But seeing how it's my own company I figured I'd try to help.

Here is the question:

Quote:

You are running IIS (windows server). The PHP should be something straight forward, but as we see it is not...
Previously, you had PHP ver PHP 5.2.6 dated may 2008. - it wasn't working correctly.
I updated it with the latest version php-5.2.9-1 dated march 2009. - and now the PHP is not functioning.

My questions, if you know was to figure which option of PHP cgi are you using.
IIS ISAPI module
IIS FastCGI
IIS CGI

Then, when installing the PHP, there are many extensions that are optional to install. Do you know or can you tell me, which extensions are needed by your app?

Honestly, the website just uses a few php includes to template it (and make my life easier). And that's what were trying to get working.

View 2 Replies View Related

Installing CentOS 5.2 On New Server

Jul 4, 2008

I decided to go with Cent OS after reading about it in the forums here, but I've had nothing but problems trying to install it. I first tried to do a net install but the installation took nearly an entire day because it would keep popping up messages about corrupt files when downloading the package files. Eventually it just gave up or rebooted because I came in in the morning to find it at a message saying "No OS installed". I then burned all 7 installation disks and tried that way, still got a few of the corrupt file messages (but far fewer than the previous time) and made it through the installation only to still have it say "no os installed" again after the reboot. I thought maybe it had something to do with the fact that I was not installing a boot loader (there is no other OS installed anyways) but when I tried to reinstall a third time, this time with the boot loader, it now says that the CD drive (USB) is already mounted on tty2 and I can't even start the installation? WTH!

The server is a Dell PowerEdge R300 with two Intel Core 2 Duo 64-bit processors. I'm using the x86_64 ISOs from the Centos.org mirrors.

View 1 Replies View Related

Installing BIND On New Server

Feb 16, 2008

trying to install nameserver in cPanel and getting errors about missing dependacies.

when I try and do it manually by running: yum install bind it goes ok for a while then I get the following:

Error: Missing Dependency: e2fsprogs-libs = 1.39-10.el5 is needed by package e2f
sprogs
Error: Unable to satisfy dependencies
Error: Package e2fsprogs needs libblkid.so.1, this is not available.
Error: Package e2fsprogs needs e2fsprogs-libs = 1.39-10.el5, this is not availab
le.
Error: Package elinks needs libcom_err.so.2, this is not available.
Error: Package cadaver needs libcom_err.so.2, this is not available.
Error: Package util-linux needs libuuid.so.1, this is not available.
Error: Package pkinit-nss needs libcom_err.so.2, this is not available.
Error: Package openssl needs libcom_err.so.2, this is not available.
Error: Package nss_ldap needs libcom_err.so.2, this is not available.
Error: Package openssh-server needs libcom_err.so.2, this is not available.
Error: Package fetchmail needs libcom_err.so.2, this is not available.
Error: Package util-linux needs libblkid.so.1, this is not available.
Error: Package cryptsetup-luks needs libuuid.so.1, this is not available.
Error: Package pam_krb5 needs libcom_err.so.2, this is not available.
Error: Package krb5-libs needs libcom_err.so.2, this is not available.
Error: Package parted needs libuuid.so.1, this is not available.
Error: Package openssh needs libcom_err.so.2, this is not available.
Error: Package quota needs libcom_err.so.2, this is not available.
Error: Package readahead needs libext2fs.so.2, this is not available.
Error: Package krb5-workstation needs libcom_err.so.2, this is not available.
Error: Package cyrus-sasl needs libcom_err.so.2, this is not available.
Error: Package mutt needs libcom_err.so.2, this is not available.
Error: Package e2fsprogs needs libe2p.so.2, this is not available.
Error: Package e2fsprogs needs libext2fs.so.2, this is not available.
Error: Package neon needs libcom_err.so.2, this is not available.
Error: Package e2fsprogs needs libuuid.so.1, this is not available.
Error: Package openssh-clients needs libcom_err.so.2, this is not available.
Error: Package krb5-workstation needs libss.so.2, this is not available.
Error: Package quota needs libext2fs.so.2, this is not available.
Error: Package ipsec-tools needs libcom_err.so.2, this is not available.
Error: Package e2fsprogs needs libss.so.2, this is not available.
Error: Package gnupg needs libcom_err.so.2, this is not available.
Error: Package curl needs libcom_err.so.2, this is not available.
Error: Package readahead needs libuuid.so.1, this is not available.
Error: Package e2fsprogs needs libcom_err.so.2, this is not available.
Error: Package readahead needs libblkid.so.1, this is not available.
Error: Package nfs-utils needs libcom_err.so.2, this is not available.
Error: Package readahead needs libcom_err.so.2, this is not available.

I;m using centos 5

View 3 Replies View Related

Installing Svn On My Directadmin Server

Jan 13, 2008

installing svn on my Directadmin server. I'm trying to get it configured with apache, but I'm having some trouble.

When I run "yum install mod_dav_svn" it tells me there is nothing to do. I'm not sure why this is. I think it may have something to do with Apache 1 originally installed on the server. I upgraded to Apache 2.26 via the new custombuild script by DA.

I have to admit that I really don't even know what DAV (same as webdav?) is. This should be a straight forward install, but I think because of Directadmin it's much more complicated.

I know that I could pay someone to do this for me, but I don't learn anything that way. I'm a CS undergrad, so I really like learning.

View 4 Replies View Related

Installing Cpanel Dns Only Server

Apr 20, 2007

I have two vps and i want to add one to the cluster system and make it a DNS only server.

does anyone have any tutorials on how to do this? i am a newbie to this sort of thing so need a step by step process.

View 6 Replies View Related

MRTG On Plesk

Apr 4, 2008

In the past i've sucessfully installed MRTG on cpanel and plain redhat boxes, but now i have a new plesk server and I don't know how to proceed to install MRTG so it can be available at [url]

View 3 Replies View Related

Prtg Is Same Mrtg

Apr 10, 2008

Prtg is same Mrtg?

Or prtg is only a software?

What's you use for monitoring bandwith?

What's think about [url]

Best way for monitoring bandwith is to make this over router snmp, right?

View 6 Replies View Related







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