Comments
-
I have found one way to send C# messages to SAM, it is a bit of workaround... I started playing with a library for sending SNMP Traps from C#, which as I understood, are messages send by network components like routers and so on. SAM can pick those TRAPS.
-
What I am looking for now is handling applications which just log the message and recover. Does anyone knows what is the easiest way to make SAM aware of the error ?
-
Thank you. I think I already tried doing it with Windows Process. It can successfully detect when the application is NOT running any more, but usually the application will continue running after the error and I want to display warning in SAM and send an email.
-
Thank byrona for the help. I figured it out. Those videos are really helpful.
-
I have already setup the tools in the manage section. The one in which I am interested is the Windows Application Log and it seems to be running, but I am not sure how to add it to a specific filter on the Monitor tab, I am not able to find it in the Tool Profiles when I start to create a new Filter.
-
Probably I was going in the wrong direction…. My problem is that we have a bunch of custom applications, mostly written in C#. When an exception is thrown in one of those applications, we want to be able to see that in the Server And Applications module in Solarwind. One thing that I already tried was writing from the C#…