vote up 6 vote down star
2

I'm looking for some software to monitor a single server for performance alerts. Preferably free and with a reasonable default configuration.

Edit: To clarify, I would like to run this software on a Windows machine and monitor a remote Windows server for CPU/memory/etc. usage alerts (not a single application).

Edit: I suppose its not necessary that this software be run remotely, I would also settle for something that ran on the server and emailed me if there was an alert. It seems like Windows performance logs and alerts might be used for this purpose somehow but it was not immediately obvious to me.

Edit: Found a neat tool on the coding horror blog, not as useful for remote monitoring but very useful for things you would worry about as a server admin: http://www.winsupersite.com/showcase/winvista_ff_rmon.asp

flag

12 Answers

vote up 1 vote down check

For performance monitor - start it on the server (Win+r/perfmon). Select "Performance Logs and Alerts" and expand. Select "Alerts". Select "Action" & then "New Alert". Give the alert a name, click "Add" to add a counter (there are hundres of counters, for example CPU %), then give it some limits.

Select the "Action" tab, and then decide what you want to do. You may need a third party program - for example Blat to send emails - but basiaclly any script can be run.

link|flag
I'm using bmail instead of blat, but this is just the simple low-scale solution I was looking for. – Luke Apr 27 at 20:00
vote up 2 vote down

I've been experimenting with munin for monitoring around 8 Windows 2003 servers.

http://munin.projects.linpro.no/

Its a free linux-based system and the Windows agent works well & is easily extensible. Setup is simple if you have some minimal linux knowledge.

link|flag
vote up 2 vote down

A list of monitoring tools from the High Scalability blog

link|flag
vote up 1 vote down

If you want something free, try Nagios.

http://www.nagios.org/

link|flag
vote up 1 vote down

You can configure you perfmon to collect specific counters to "Trace Logs" files on your hard drive. We usually keep daily logs for important counters:

  • Vital signs (CPU, Memory, HDD space)
  • Application specific (ASP.Net counters / SQL Counters)
  • Custom counters if your applicaiton exposes such

You can add "Alerts" for specific counters / counters groups and define actions when these alerts fire.

link|flag
vote up 0 vote down

@DannySmurf - I like Nagios a lot, but it doesn't run on Windows as far as I know...

link|flag
vote up 0 vote down

MS's solutions used to be called MOM - looks like it's be redesigned a bit since I last used it.

link|flag
vote up 0 vote down

@bcaff86 Looks pretty fancy, I think this is far more than I need though -- I only need to monitor a single server not an entire datacenter.

link|flag
vote up 0 vote down

I kind of like perfmon my self. It comes with windows out of the box, and has support for a whole lot of different measurements.

link|flag
vote up 0 vote down

Anyone have more details about how to use perfmon to do this?

link|flag
vote up -1 vote down

Try SmartInspect

link|flag
vote up -1 vote down

There are many options out there. Google for "server monitor" or "windows server monitor" and you'll see products, some of which are free, many of which are pretty inexpensive.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.