PingPlotter Standard as a service with FireDaemon


Question

I'd like to have PingPlotter Standard running continuously - even when I'm not logged in. Is this possible?

Solution

PingPlotter Pro runs natively as a Windows Service (for more details, see here), but PingPlotter Standard runs only as an application. This means that you need to be logged into Windows for PingPlotter Standard to trace and alert. There may be cases, however, where you want PingPlotter to start automatically when Windows boots, without having to be logged in as a user.

Windows services, under Windows NT, 2000, XP, 2003 and Vista, are designed to run when Windows boots, and to run without a user interface. This is an ideal way to run a monitoring application that can work without a user interface.

If you want to run PingPlotter Standard as a Windows Service, you'll need to enlist the aid of an additional application. There are several tools available that can do this, but one of the most powerful and easy to use is FireDaemon, a handy utility that will enable you to run just about any application as a service.

This article will walk you through the ins and outs of configuring PingPlotter for operation as a service using FireDeamon.

Prerequisites:

Note: These instructions were created using FireDaemon version 1.9, although other versions should be similar.

FireDaemon Installation

We assume that you already have PingPlotter Standard installed on your workstation. You'll also need to have FireDaemon installed. Download it from http://www.firedaemon.com/downloads/ and install it by running the downloaded installer (you'll need to be an administrator for this to work). If you have questions or problems with this step, please consult the FireDaemon documentation and website.

Configure PingPlotter for monitoring

Before creating a service, let's get PingPlotter Standard working and tracing to the target of your choice. We're also going to configure auto-save, which makes sure a power outage or other crash doesn't cause PingPlotter to lose data. You can change these settings later, so don't worry if you change your mind.

Make sure you're not getting a PingPlotter Standard licensing warning here, or PingPlotter won't launch correctly. For best results, you should be using a licensed version of PingPlotter.

Install the PingPlotter Standard Launch Helper

PingPlotter Standard isn't built to run as a service, and it doesn't tie together it's 'load file at startup' capabilities with it's 'auto-save' capabilities. We've written a little helper utility that will make things work a bit better. In particular, this helper application will start PingPlotter with the latest save file - either the auto-saved file (from the schedule configured above), or from the file that was saved on shutdown (if PingPlotter was closed normally).

Configure FireDaemon to launch PingPlotter

FireDaemon, by default, will create several shortcuts to launch the 'Service Manager'. You can launch the service manager by either using the desktop shortcut, the Start Menu shortcut, or one of the other shortcuts created by FireDaemon.

  1. Launch the FireDaemon Service Manager
  2. Create a new service using the 'Service -> New' menu option.
  3. Use the following values on the 'Program' tab:
    Short Name: PingPlotterStandard
    Long Name: PingPlotter - www.yourtarget.com (change this to describe the target you're monitoring)
    Executable: (browse to the c:\program files\PingPlotter Standard\PPStd_Launcher.exe)
    Parameters: 'C:\PPData\Service Autosave.pp2' (path and filename to the save file above, surrounded by quotes)
  4. Change the following values on the 'Settings' tab:
    Show Window: Minimized (this will start PingPlotter only in the tray, not on the taskbar - recommended).
    Turn on 'Interact with Desktop'
    Turn on 'Graceful Shutdown' and set 'Max Shutdown Delay' to 60000 (this will give PingPlotter enough time to save on shutdown).
  5. Hit the 'Install' button. You should see 'Service 'PingPlotter Standard' succesfully installed.

This should get PingPlotter started and running.

Caveats of PingPlotter Standard as a service

Please let us know if you have success (or problems) using PingPlotter Standard with FireDaemon! We'd love to hear your experiences.



Article ID: 73
Created On: February 11, 2008
Last Updated On: June 30, 2015

Online URL: https://www.pingman.com/kb/article/pingplotter-standard-as-a-service-with-firedaemon-73.html