Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServiceControl
Monitoring
Samples

Installing ServicePulse

Component: ServicePulse

Prerequisites

  • .NET Framework 4.5 or later
  • A currently-supported version of Microsoft Edge, Chrome, Firefox, or Safari
  • A running instance of ServiceControl

Installation

  1. Download and install ServiceControl
  2. Download and install ServicePulse
  3. After accepting the license terms and conditions, click "Install" (the installer will require elevated privileges)
  4. The installation process installs the "Particular ServicePulse" Windows service and opens the ServicePulse web application using the default browser.
  5. After installing ServicePulse, see the following sections to configure the existing endpoints to be monitored via ServicePulse.

Available installation parameters

  • Quiet Allows ServicePulse to be installed in the background. The installation user interface will be unavailable.
  • Log [file location] Provides the location on disk for the logfile to be generated.
  • INST_PORT_PULSE [port number] Provides the port number that ServicePulse web application will run on. Default : 9090
  • INST_URI [uri] Provides location of the ServiceControl Instance API Default : http://localhost:33333/api/
  • INST_SC_MONITORING_URI [uri] Provides location of the Monitoring Instance API Default : http://localhost:33633/

Example

.\Particular.ServicePulse.exe /Quiet /Log C:\temp\servicepulse-installer.log INST_PORT_PULSE=12345 INST_URI=http://localhost:33333/api/ INST_SC_MONITORING_URI=http://localhost:33633/

Configuring ServicePulse

ServicePulse connects to and relies on ServiceControl and optionally ServiceControl Monitoring as its data source. For details on ServiceControl, ServiceControl Monitoring and ServicePulse configuration options, see:

Migrating / Moving

ServicePulse does not contain any message data; it has only a few configuration values stored in the following file \app\js\app.constants.js. By default ServicePulse is installed in C:\Program Files (x86)\Particular Software\ServicePulse.

Run the ServicePulse installer on the new server manually or via scripting powershell or a batch file and copy the \app\js\app.constants.js to the new location.

ServicePulse license

ServicePulse will check the current licensing status by querying the ServiceControl API, located by default at http://localhost:33333/api. If ServicePulse indicates that the license is invalid or has expired, then the license must be updated in ServiceControl.

Related Articles