Simple Server Monitor Tool

Sep 3, 2008

Is there a simple server monitor tool that can monitor the status of a server and preferably produce a nice graph?

I am using ubuntu linux 8.04

View 4 Replies


ADVERTISEMENT

Tool To Monitor Dedicated Server

Jun 8, 2007

I have a dedicated P4 1GB RAM Linux/Apache Server with several Joomla/WordPress and PHP scripts running...

sometimes it gets stuck making the sites not available.

I'd like to know what process is killing the server, is there a script I can install on it so I have a better clue of what's going on?

View 13 Replies View Related

Simple Network Monitor - PING / TRACEROUTE?

Oct 5, 2006

I was wondering if anyone out there knew of any programs out there that can monitor and record ping times to various server IP's and couple output say a simple graph. There used to be this website I used that you could simply go onto there site, and register, and put in your servers ip addresses and it would output a simple graph that showed latency, loss etc for any ip you put into there system and displayed a web based mrtg type graph. I am having some troubles at one of the datacenters that I have some co-located servers at, and would like to show them how much packet loss they are having at a given time, or over say a 24 hour period.

View 2 Replies View Related

Setting Up A Simple Server

May 21, 2009

when I get a server it comes with cPanel and I don't have to do much to get it going, but this time I don't need all the bells and whistles. What should I do to get a server with only CentOS to start running a pretty simple web server that just listens on whatever ip? I just want it to run php,mysql, and a web server which I know how to setup already. What I want to know is what else is necessary to setup? Resolvers, the hostname, bind, named, etc?

View 2 Replies View Related

Simple LAMP Server

Nov 20, 2007

to set up a little server that will have LAMP installed on it. All it will do is host a small program that runs on PHP and mySQL and will only be used on an office network with about 50 employees.

How well would this server run if the hardware was rather modest (667Mhz, 128mb RAM, 10GB HDD)?

View 4 Replies View Related

Building A Simple LAMP Dev Server

Jul 18, 2007

I currently dev locally on a cobalt RAQ (ollld!) and would like to upgrade this setup.

I'm looking for a simple way of getting a linux system setup for internal dev work with the basics... mysql, apache, php5, and some kind of version control - subversion / cvs.

Are there any linux liveCDs that I could use to make something like this quite easily?
For our production server we use plesk, so a control panel similar to that for setting up new dev domains would be useful. Open source of couse tho.

View 3 Replies View Related

Simple Script To [ Check Server Information ]

Nov 9, 2007

does anyone know any simple script such as php script which can check server information such as type processor(s) .. size of memory ..?
or any other simple way I can check it.

this the following paste from WHM for my server. but 'm kinda new to this dedicated server stuff

Quote:

Memory Information
Memory: 2073028k/2096592k available (1884k kernel code, 22672k reserved, 759k data, 188k init, 1179088k highmem)

is that mean 2GB RAM?

Quote:

Current Memory Usage
total used free shared buffers cached
Mem: 2074416 1670208 404208 0 798076 621524
-/+ buffers/cache: 250608 1823808
Swap: 2040212 0 2040212
Total: 4114628 1670208 2444420

View 4 Replies View Related

Server Reporting Tool

Oct 19, 2009

I am maintaining a dedicated server ( which have apache,mysql,ftp,dns servers) for my organization , i want to produce a weekly report on server like,

1)Avg Server load for current week

2)Avg Memory usage for current week

3)No.of time apache,mysql,dns was killed in current week

As above i want produce a report ,How can take such kind of report from server? Is there is any tool for report generation?

View 7 Replies View Related

Which Server Admin Tool

May 30, 2008

Which free server admin tool do you prefer? As far as I can tell Webmin and DirectAdmin are the major players (correct me if I am wrong). I am the only one with access, so their is no need for other accounts or hosting sites from others.

View 5 Replies View Related

How To Install Nmap Tool In Our Server ?

Nov 7, 2007

i'v see a subject for Nmap tool and how to scan servers for any Vulnerability and ports ...

so please some Expert in this to help me in install it here ...

View 14 Replies View Related

When Sending Mail To New Server, 550 Relay Not Permitted Is Returned. Simple Fix?

Mar 15, 2006

I've been working on this for some time now, but I'm not sure on how the settings were transfered over to this server. I wish I was there when it was done.

Anyways, we got a new server and we transfered all the accounts to the new one. The old one is gone. When people send emails to their email accounts on the server, this is returned:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

admin@crewxp.com

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 relay not permitted ....

View 6 Replies View Related

Good FREE Server Monitoring Tool

Jun 1, 2008

My question is, what is a good free server monitoring tool that is external. By that I mean software I install on my computer and I can view from my server from my pc. I hope that makes sense it does to me.

View 6 Replies View Related

Simple Perl Progam To Save Server Load Every 30 Minutes To A File

Sep 2, 2007

i use the following perl script(created by me) to save server load every 30 minutes to a log file i just keep it running in the background(probably would be more effective using cron)

#!/usr/bin/perl

while(1) {
$w = `w`;
#print $w;
$w =~ /load average: (.+)
/;
$log = $1;
my ($sec, $min, $hour, $mday, $mon, $year) = localtime;
my $rightnow = sprintf("%04d-%02d-%02d %02d:%02d:%02d ", $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
$log = $rightnow . ": " . $log ."
";
open (OUTFILE, ">>top_logfile.txt");
print OUTFILE "$log
";
close (OUTFILE);
#sleep for 30 minutes
sleep(1800);
}

View 11 Replies View Related

Web Server Performance, Load, And Stress-Test Tool

May 25, 2008

Is there a website/tool/software I can use for testing my web server performance?. I need a server based solution because I don't have enough bandwith to run it from my pc.

View 3 Replies View Related

Plesk 12.x / Linux :: Server Monitoring Tool For Parallels

Feb 20, 2015

I'm asking if there is a server monitoring tool that has easy install steps for Parallels Plesk 12.0.18 Upd #36 or any guide since my server is running slow and I need to collect some data in order to fix the issue.

I've tried Munin on my own but got this error during install process:

Transaction Check Error:

file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch

I'm running CentOS 6.6.

View 9 Replies View Related

How To Monitor Server

Apr 26, 2009

i want to monitor my server. i try mrtg buti cant install it. so how can i monitor my server?

View 14 Replies View Related

Domain Name Server (DNS) Monitor

Jul 24, 2008

What VPS should I need for backup dns bind and nagios for monitoring (ram, bandwidth etc..) ?

And from where should I choose?

View 5 Replies View Related

Monitor Uptime Of Server

Jun 13, 2007

Is there any script or program that can ping or load a page from a server on a regular basis to check if the server is still running?

For example using a shared hosting server B to ping dedicated server A to see if A is still running. Else B will send a email to the sys admin. Something along this line.

View 5 Replies View Related

How To Monitor My Web Server's Performance

Jan 8, 2007

I've recently found (last 6 weeks) that the performance of my client's websites on my trusted host's servers isn't how it used to be and/or how it should be. The download seems to take way much longer than before. So far it hasn't resulted in a significant drop in average pageviews per unique visitor but it might do if things continue. The host claims a number of attacks on the mailserver and an unusually high load at one point in time. Above all it's just annoying - isn't reliable server performance what can be expected from a reputable host?

Here's the question: what's the best way of monitoring online how the web and mail servers are performing so that I can take this report to my host and urge them to take (more) action? Ideally I'd like to compare this with a seperate web server that I use for another client. I don't mind spending a little bit of money but high subscription fees are not in my budget.

View 4 Replies View Related

What Are The Parameters That You Monitor On A Server/vps Other Than Tcp Services

Oct 26, 2009

What are the parameters, other than the tcp services(http,smtp,ping,dns,mysql), would you monitor on a server/vps to ensure its smooth running(free mem,disk usage,user_beancounter etc...)? if any, what is the monitoring tool/and the plugin that you use?

View 5 Replies View Related

Server Mail Monitor Program

May 28, 2007

if there is a good software for linux servers.. basically I just want to recieve a carbon copy to my email address of any mail that gets sent from my server.. any mail sent whatso-ever, via php or however it gets sent, basically a catch-all.

I am worried about spammers using my server to send mail.

View 3 Replies View Related

Windows Server 2008 S.M.A.R.T Monitor

May 6, 2008

in the direction of a S.M.A.R.T client for Windows Server 2008 that matches as many of the following as possible:

- Lightweight
- Free
- Quite good

I'm not looking for one that hooks into explorer or even runs all the time. Something that runs periodically (shceduled task) and polls information, mailing / popping up an alert if it finds a problem.

Basically something like the smartmontools for Linux / unix.

View 1 Replies View Related

Tools To Monitor Server Uptime

Jun 4, 2007

Are there any tools out there that can monitor the uptime of my server (of my websites)?

Maybe an application that keeps pinging it throughout the day or some type of web-service?

View 3 Replies View Related

MS System Center To Monitor Server

Aug 15, 2007

Is it a good idea to use Microsoft System Center to monitor web hosting servers?

View 1 Replies View Related

Plesk 12.x / Windows :: Migration Tool To Move Websites From Old IIS6 To New IIS8.5 Server

Jan 23, 2015

We are migrating an existing multi-site Windows2003/IIS6 web hosting system with

CFusion8
MS Access backend databases
SQL2000 backend databases
http and https site access

to

Windows2012 R2/IIS8.5 with
CFusion10
MS Access backend databases (not updated)
SQL2014 databases
http and https site access

On the new system we are looking to add Plesk12 to give users easier management of their own websites.I am about to install the trail version of Plesk12 WebHOST.I have the following questions:

1. Can we use the plesk migration tool to move the websites from the old IIS6 to the new IIS8.5 server?
2. If not, am I right to think we would migrate from IIS6 to IIS8.5 manually and then import these websites into Plesk12 from the new server?
3. Can I migrate the existing websites piecemeal over onto the new server and into the Plesk control panel at the same time as creating brand new websites under the control panel?
4. Once Plesk is installed on the new IIS server is there a KB article on how to add all these existing websites to Plesk - I could not find one.
5. Is the local windows administrator account used for the install used to run any services?

View 9 Replies View Related







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