Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 3.18 KB

installation.md

File metadata and controls

66 lines (50 loc) · 3.18 KB
title summary component reviewed tags related
Installing ServicePulse
Describes how ServicePulse is installed - and its basic requirements
ServicePulse
2020-02-24
Installation
servicepulse/troubleshooting

Prerequisites

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

Installation

Install ServicePulse using the Particular Service Platform Installer (recommended) or independently using the following procedure:

  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:

NOTE: ServiceControl consumes messages from the Audit queue and stores it temporarily (by default, for 30 days) in its embedded database. Set the message storage timespan by setting automatic expiration for ServiceControl data.

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.