Be Informed on remote unmaintained activity with Alax.Info Be Remoted software.
Be Informed is a framework for unmaintained activity such as observation or check and notification on certain events. The application manages configurable activities, which generate events, and notifications, that handle the events and deliver notifications as configured. The current distribution of Be Informed inlcudes:
- Activity: Process Check – an activity that monitors running applications and once an application (process) matching defined patter is created or terminates, the activity issues an event
- Notification: SMTP Email Notificaition – a notification using email via SMTP protocol
- Sample C++/ATL Visual Studio .NET 2005 project which illustrates how to create additional activities and notification for Be Informed; the project contains activity object that checks Scroll Lock key state and issues events on state changes and notification object that delivers notifications through showing a message box.
Each activity may be configured to have events issued delivered using one or more notifications methods. Thus, for example, Process Check activity may be configured to check for calc.exe process and notifications to be delivered through e-mails and the e-mail messages will be sent every time Windows Calculator application is started and closed.
Features