Be Informed Beta

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.

02-image001.png

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

  • Choose between Application and Service
    The application may be started as both application with a system tray icon and system service to run on an unmaintained system; execution mode is configurable through Start Menu shortcut or through command line:
    • /regserver to resgister with Windows as an application
    • /service to register with Windows as a service
    • /unregserver to deregister
    • /configuration to pop up a GUI dialog to choose execution mode interactively
  • GUI to manage and configure activities and notifications
  • Extensible with new future activities and notifications including third-party
  • Activities included:
    • Process Check
      A check for created/terminating processes matching regular expression template
      • a check for one of the system processes in combination with automatic start service or a startup application will notify on system boots
    • Scroll Lock key state check sample
      A sample C++/ATL code to extend Be Informed with custom functionality
  • Notifications included:
    • SMTP E-mail
      An email message for each activity event generated
      • multiple recipient support
      • authentication methods: LOGIN, CRAM-MD5
    • Message Box
      A sample C++/ATL code to extend Be Informed with custom functionality

“To do” list

  • Feedback on errors during operation
  • More activities:
    • Ping
      Network ping to remote host to notify on remote host uptime/downtime changes
    • TCP Connect
      Check for a connectability to remote TCP port to notify on remote TCP server uptime/downtime changes
    • HTTP Connect
      Check for a connectability to remote HTTP server to notify on remote server uptime/downtime changes and HTTP status code changes
    • Event Log
      Notification on new system event log entries
    • File Check
      A check for file system changes to, for example, notify on a growing log file
    • Performance Check
      An observation over system performance counters to detect server load picks
  • More notifications:
    • Jabber/XMPP
      Notification through an instant message
    • Event Log
      Notification as a new entry into system event log

Acknowledgments

Download

Keywords: Unmaintained, service, notifications

Application Name: Alax.Info Be Informed
License: Free for personal use, request commercial licenses via email or contact form
Latest Version: 1.0.0
Download Link: Alax.Info Be Informed 1.0.0 (676K)

One Reply to “Be Informed Beta”

  1. Be informed on remote host online availability using periodic ping…

    Alax.Info Be Informed update is available.
    What’s new in this build?

    New: Ping availability activity; periodic pings to remote host will send notifications on host going off and online
    Minor fixes

    Keywords: Ping, ICMP, echo, notifications
    Applicat…

Leave a Reply