|
After having a period of logshipping failures going unnoticed (due to a stopped SQL Agent on the secondary server) I'm looking at configuring some monitoring.
Having seen the ability to specify a "Monitor Server instance" on the SQL Server 2008 log shipping...
Started by cpedros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Well the monitor in the sql server what bee see is this Monitor in English , I don't know if i'm right but for me the SQL Monitor is not an Instance, is a Module, and in this post explains what happend with the monitor....
|
|
Is there a desktop app (for Windows preferably) that will connect to a remote Linux server, and provide a realtime meter/history graph of the server load and other metrics on that remote server? Often times there is a server performance issue that I only...
Answer Snippets (Read the full thread at serverfault):
The open source Hyperic project is more than sufficient for monitoring....
Http://howtoforge.com/server-monitoring performing maintenance at your monitoring server.
Here is an decent writeup on setting them up.
Open source.
|
|
When running any kind of server under load there are several resources that one would like to monitor to make sure that the server is healthy. This is specifically true when testing the system under load.
Some examples for this would be CPU utilization...
Started by oneself on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd want to also monitor the number, for that I recommend installing....
You have a decent start with your basic graphs.
That last events.
I also use Nagios to monitor CPU, Memory, and logged in users (on a VPS or dedicated server).
|
Ask your Facebook Friends
|
At work, we are trying to combat the monstrosity that our application servers have become - we are now running out of server resources after many months of resource-creep.
I would like to begin the process of finding out what to investigate by seeing ...
Started by awied on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Jbossesb/docs/4.0Beta1MP1/javadoc/esb/org/jboss/soa/esb/nagios/monitor/package-tree.html
Here's something-jboss.html Some of the components that can be monitored with this product are:
* JVM Memory Usage * Server level behaviour,....
|
|
Is there a way to use an old laptop as an external keyboard and monitor for my rack servers?
Started by Jason on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
Most....
That connects your laptop to the monitor/keyboard/mouse of another system using a USB based VGA-grabbers/kvm2usb/
If it's a Linux server, you can connect to X remotely, or tunnel it through SSH, if security are inputs, not outputs.
|
|
What is the best proxy server web monitor for a small IT company with less than 40 employees?
Started by Franco on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Do you want commercial "support" or are you alright with fixing... .
This depends entirely on the skill-level of your administrators and the company's desire to expend labor versus purchasing an off-the-shelf solution .
Talk about a highly subjective question.
|
|
I need to be able to monitor the temperature of a couple of servers remotely. Does anyone know of any free/cheap software that will monitor the server temp and email it or at least output it so that I can pick it up via blat?
Thanks.
Started by Keng on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
You can try an inexpensive room monitor.
Works great.
Try using Munin with this plugin.
) + NetMRG or Nagios
Usually, server hardware will have temperature sensors pollable via IPMI.
|
|
What are the best tools and processes for periodically monitoring and troubleshooting sql server performance issues?
Started by James Moore on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
It's created, and it's free!
SQL Server Health and....
I just downloaded a free ebook from redgate: http://tinyurl.com/SQLProfiler
Something that we use is SQLH2 (SQL Server Health and History).
Approach is using SQL Server Profiler.
|
|
Are there any tools other than the HP provided ones for monitoring component failures in these server from RHEL5?
Started by Garry Harthill on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You should parse hpasmcli (show server....
You should monitor syslog for the errors from these tools.
Use smartmontools to monitor the disk drives and most of the sensors should show up in lm_sensors or the vendor to behave reasonably.
|
|
I'm looking for an easy way to monitor free disk space on a large number of servers.
I would also like to be able to count files in certain folders on those servers
Started by harlev on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
You'll then not only be....
The 'easy way' as far as I'm concerned is to turn on SNMP, and poll each server from a Nagios box.
You can also have it alert.
In a directory will require scripting but you can use perfmon to monitor disk space.
|