Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
9answers
5k views

How do you log errors (Exceptions) in your ASP.NET apps?

I'm looking for the best way to log errors in an ASP.NET application. I want to be able to receive emails when errors occurs in my application, with detailed information about the Exception and the ...
8
votes
2answers
161 views

Azure is not responding and/or busy, now what?

We have been experiencing some intermittent Windows Azure issues with our http://odata.stackexchange.com Essentially this is what is happening: We deploy it Everything works fine for a few days ...
8
votes
8answers
798 views

How to have a computer flash a light

I'd like to have an application monitor written in C# monitoring a set of Forex trading positions. It would be connected via USB to a real set of "traffic lights" sat on a desk which it would use to ...
7
votes
3answers
882 views

Are ASP.NET Health Monitoring and ELMAH alternatives of each other?

I was going to use ELMAH for our ultimate automatic error logging but recently realized that ASP.NET Health Monitoring does a same work (perhaps). Now I want to know (please) if they are alternatives ...
6
votes
1answer
931 views

How to integrate axd (Elmah) as component in ASP.NET MVC site

I have Elmah up and running in my ASP.NET MVC site and I would like to integrate its interface with the administration pages of the site. By default, you invoke the interface with the url ~/elmah.axd, ...
6
votes
6answers
1k views

ASP.NET Logging - log4net or health monitoring?

I'm looking at a fresh asp.net site in 3.5 that has absolutely no error handling or logging. What are some good options for logging and handling errors? I've used Log4Net on the 1.1 framework but ...
5
votes
3answers
128 views

Scripting library for monitoring server health?

Is there a scripting library preferably in Python/Perl/Ruby that allows you to get information on disk, load, a list of processes running, cpu usage in a standard way? I always end up parsing df, ...
5
votes
1answer
342 views

Is The 70-515 MCTS Training Kit Wrong on a ASP.NET Health Monitoring question?

In my book, "MCTS SElf-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft .NET Framework 4", on page 418 there is the following question: You want to configure ASP.NET ...
5
votes
2answers
469 views

Monitor memory usage of child process

I have a Linux daemon that forks a few children and monitors them for crashes (restarting as needed). It will be great if the parent could monitor the memory usage of child processes - to detect ...
5
votes
8answers
2k views

Simple Server Monitoring with Java

I'm trying to find a solution that allows me to monitor resource consumption of a server. Preferably, the metrics I'm wanting to obtain are network utilisation IO, and if possible CPU usage/load ...
4
votes
2answers
150 views

Monitor running apps in .NET?

We have several apps that run on a Windows 2003/2008 server. Some of these apps are Java JAR files that are kicked off with a Scheduled Task using a app.cmd file. Others are "big ones" like SQL ...
4
votes
4answers
732 views

Alternative to Pingdom website monitoring service [closed]

I need a website monitoring service to make sure my app is not only up but also responsive. Pingdom is great, but just so expensive. Is there anything like it but more affordable? Ideally the web ...
4
votes
2answers
235 views

Hosted app status dashboard

I wish to provide a status dashboard to users of my SAAS internet application similar to the status dashboards provided by Google and Amazon. Does anyone know of a ready-made 3rd party hosted service ...
4
votes
5answers
1k views

Does ASP.net health monitoring work with asmx web services

I'm trying to use ASP.net health monitoring to log unhandled exceptions from an asmx web service. I've enabled health monitoring in the web.config but it's not logging anything. Does health monitoring ...
3
votes
2answers
375 views

Monitoring Servicemix with Hyperic HQ

I have been able to configure Hyperic HQ to identify servicemix 4, however, It could only see the "ServiceMix 4.x Garbage Collector" service. I would like to be able to monitor activemq Queues, ...
3
votes
1answer
188 views

Performance logging library

I want to start monitoring the performance of my applications by logging business events. I was looking for something similiar to log4net or other logging libraries, but tailored for ...
3
votes
1answer
2k views

How to monitor c3p0 connections

I am using Hibernate in my JBoss war, using c3p0 for connection pooling, both configured within a hibernate.cfg.xml config file in my classpath <property ...
3
votes
3answers
231 views

Tweet meta syntax for ODLs

I am interested in the idea of using Tweets/SMS/Identica or other short text status update systems to track Observations of Daily Living (or ODLs). The basic notion is that you send status updates to ...
3
votes
1answer
217 views

Health monitoring not working

I am trying to set up health monitoring on an IIS 6/ASP.NET 2 application running on Windows Server 2003. What I want to do for a first step, is getting the Application Lifetime Events in addition to ...
3
votes
1answer
351 views

WCF Web Services and native ASP.NET Health Monitoring

I need a final answer to the following question! :-) I was wondering if you can enable Health Monitoring for WCF Web services. I'm hosting a number of services in IIS and configured it to send the ...
3
votes
1answer
274 views

Is it possible to programmatically control c# health monitoring without using the web.config file?

I have developed my own custom provider for the health monitoring; however, I use parameters in the constructor and this is not allowed when using the health monitoring from the web.config file. ...
3
votes
3answers
251 views

What's a good strategy to restart downed FastCGI processes automatically?

I've got a Perl based FastCGI app that rarely goes down. However, when it does go down, the restart is not automatic. Restarting Apache manually always does the trick but that does address improving ...
3
votes
2answers
311 views

ASP.Net healthMonitoring with AJAX

Currently, in all of our environments we have healthmonitoring turned on to alert us when ever a user has caused an error: <healthMonitoring enabled="true"> <providers> <add ...
2
votes
2answers
158 views

WCF Health Monitoring similar to ASP.NET

ASP.NET has a nice feature called Health Monitoring. Once defined in system.web/healthMonitoring section we get very useful web events to log/analyze. Are there any similar means for WCF services that ...
2
votes
1answer
911 views

Monitoring remotely Biztalk 2006 & 2010 Servers using C# and WMI

I need implement application (in SysTray) that monitors Biztalk 2006 and 2010 servers (Biztalk 2006 installed in Windows 2003 machines, Biztalk 2010 installed in Windows 2008 machines) using C#. I ...
2
votes
1answer
362 views

Extract values from html table with a RegEx in bash/Perl

I want to monitor my oki printer with munin, so I am trying to adapt this plugin to my printer. The table of pages in my printer http server is: <table width="560" border="0" cellspacing="2" ...
2
votes
1answer
715 views

What Python based Dashboard options exist?

I want to create a Dashboard on each server to show it's health and the results of some daily processing. I plan to hook up shell scripts and Python programs to collect the data. Instead of writing a ...
2
votes
1answer
149 views

Unusual request URL in ASP.NET health monitoring event

I’m seeing a rather strange occurrence in the request information section of an ASP.NET health monitoring email I hope someone can shed some light on. This is a publicly facing website which runs on ...
2
votes
1answer
530 views

Automatically logging unhandled exceptions without using try/catch

So I want to be able to just log all unhandled exceptions to the event log without having to catch all the exceptions manually and write them out. I wanted to use the health monitoring functionality ...
2
votes
1answer
198 views

ASP.NET Health Monitoring configuration, valid values for the “eventName” attribute

What are the valid values for the eventName attribute when configuring Health Monitoring? <system.web> ... <healthMonitoring enabled="true" heartbeatInterval="0"> <providers> ...
2
votes
2answers
939 views

OpenSource tools/services for server monitoring

I'm looking for an OpenSource server monitoring tool that allows the following: Monitor a variety of services on TCP, UDP. Supports custom port numbers. Supports some basic response checking (beyond ...
2
votes
9answers
2k views

What are the requirements for an application health monitoring system?

What, at a minimum, should an application health-monitoring system do for you (the developer) and/or your boss (the IT Manager) and/or the operations (on-call) staff? What else should it do above the ...
1
vote
4answers
126 views

about Error Logging

Q: While i was asking about an issue concerning the exception handling,i find many articles about how to deal with exceptions: My question has three parts: 1- I read about ELMAH - Error Logging ...
1
vote
2answers
166 views

SCOM Management Pack Tutorial

I am new to SCOM, but I have read a lot about it and currently installed it in a test environment. What I am really looking for is a good step by step tutorial on how to write a management pack which ...
1
vote
2answers
128 views

Simple way to ping webserver to see if operational/alive?

I have a distributed website (.NET, IIS) that has a dynamic number of servers around the world. I want to build a [simple] utility which will sit at our home location, and every so often "ping" the ...
1
vote
2answers
249 views

StatsD and Graphite-like tools for .Net and Windows

I was recently sent this link to Statsd which would be an interesting tool for us to monitor various aspects of our product, but it would be a hard-sell for us because of the PHP and non-Windows ...
1
vote
1answer
83 views

ASP.NET Health Monitoring 404 Event

Does HealthMonitoring have a built-in event that catches 404 errors? I have tried setting up all events (by using webBaseEvent) and I've searched for two days, but I cannot find or trigger an event ...
1
vote
1answer
183 views

RRD print the timestamp of the last valid data

I have a rdd database storing ping response from a wide range of network equipments How can i print on the graph the timestamp of the last valid entry in the rrd database, so i can see if a host is ...
1
vote
2answers
363 views

Can't get HealthMonitoring to work

Using asp.net 4.0, been trying to follow this: http://msdn.microsoft.com/en-us/library/ms998306 Also tried using eventlogprovider and the mail provider. Silence. Is there anything I should know ...
1
vote
2answers
51 views

Error monitor for different applications

Currently we have many applications, where each application has its own error notification and reporting mechanism, so we clearly have many problems: Lack of consistent error monitoring across ...
1
vote
1answer
115 views

Using JMX classes to notify on events over time

I've been looking at JMX for monitoring application and system metrics (partially because MBeans can accessed by various tools such as JConsole). It would seem like the classes included with JMX would ...
1
vote
0answers
214 views

ASP.Net Health Monitoring - How to check Requests Queued

I have just discovered ASP.Net Health Monitoring - it looks awesome. I have been developing ASP.Net apps for years, and have even taken the Microsoft certs and have never seen it before. I can't ...
1
vote
4answers
213 views

Accessing HealthMonitoring Provider settings programatically

I have set up ASP.Net health monitoring in web.config: <healthMonitoring enabled="true"> <providers> <clear /> <add name="CriticalMailEventProvider" ...
1
vote
2answers
222 views

Add columns to SqlWebEventProvider

In an asp.net application, we'd like to use the SqlWebEventProvider to log any Event that occurs during the application lifetime. The problem is that we think that the table aspnet_WebEvent_Event ...
1
vote
1answer
96 views

HttpRequest object in HealthMonitoring

I'm setting up some health monitoring for an asp .net 2.0 app. I'd like to be able to pick up the original web request object. I'd like to be able to inspect the headers sent through and if possible ...
0
votes
1answer
18 views

ASP.NET Health Monitoring Logging

I am using VS2005 C# .NET 2.0 I am new to the use of Health Monitoring, and I am unsure how the log files are saved. I have only configured my Web.config file, and I don't see any variable which ...
0
votes
0answers
37 views

Bluepill vs monit

I currently use monit to monitor processes but for a new project I am using unicorn instead of passenger and stumbled across bluepill and wondered if anyone has some experiences good/bad ? One of ...
0
votes
0answers
11 views

Monitoring Servers - MSP

I've used solarwinds products locally but considering a new product for remote systems. Someone suggested N-Able - N-central product. The pricing seems very steep to get stated, does anyone know of a ...
0
votes
1answer
100 views

Understanding heartbeat in ASP.NET health monitoring

Who's triggering the event? What are consequences/benefits of enabling it in <healthMonitoring enabled="true" heartbeatInterval="30"> except it appears every 30 seconds in the logs? Has it ...
0
votes
2answers
44 views

Monitoring service that can run scripts

I'm currently using New Relic's performance monitoring service. Works great so far, except that I'd like some things automated. I basically just get an email notification when performance is bad or ...

1 2