PHPackages                             asd-lt/pulse-remote-servers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. asd-lt/pulse-remote-servers

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

asd-lt/pulse-remote-servers
===========================

A Laravel Pulse Recorder for Remote Servers

v0.4.1(2y ago)027.4k↓78.2%MITPHPPHP ^8.1

Since Apr 10Pushed 2y agoCompare

[ Source](https://github.com/asd-lt/pulse-remote-servers)[ Packagist](https://packagist.org/packages/asd-lt/pulse-remote-servers)[ RSS](/packages/asd-lt-pulse-remote-servers/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Remote Server for Laravel Pulse
===============================

[](#remote-server-for-laravel-pulse)

Enhance your server stats by adding multiple remote Linux servers to the mix. This feature is designed to incorporate remote servers to Laravel Pulse that do not execute PHP, such as database or cache servers. Servers running PHP are recommended to install their own instance of [Laravel Pulse](https://pulse.laravel.com) instead.

Installation
------------

[](#installation)

Begin by installing the package via Composer:

```
composer require asd-lt/pulse-remote-servers
```

Authentication
--------------

[](#authentication)

Ensure SSH key authentication is set up for accessing the remote server. The Remote Server package assumes the remote server is running Linux. It is compatible with both Mac and Linux servers for your local Larvel Pulse installation.

Register the Recorder
---------------------

[](#register-the-recorder)

In your `pulse.php` configuration file, incorporate the `\Asd\Pulse\RemoteServer\Recorders\RemoteServers` class with the desired settings:

```
return [
    // Other configurations...

    'recorders' => [
        \Asd\Pulse\RemoteServer\Recorders\RemoteServers::class => [
            [
                'server_name' => "database-server-1",
                'server_ssh' => "ssh forge@1.2.3.4",
                'query_interval' => 15,
                'directories' => explode(':', env('PULSE_SERVER_DIRECTORIES', '/')),
            ]
        ],
    ]
]
```

Don't forget to run [the `pulse:check` command](https://laravel.com/docs/10.x/pulse#capturing-entries) to start recording.

Configuration Notes
-------------------

[](#configuration-notes)

- `server_name`: Specify the name of the server as it should appear in the server stats.
- `server_ssh`: Enter the SSH command to connect to the server (`ssh user@ipaddress`). You can also include options like `-p 2222` for non-standard ports.
- `query_interval`: Define the interval for querying the remote server's stats, in seconds.
    - accepts array of intervals for each pulse server. Server name as key and interval as value.

    ```
      'query_interval' => [
          'pulse-server-1' => 15,
          'pulse-server-2' => 30,
      ],
    ```
- `query_times`: Define the time`s second for querying the remote server's stats
    - accepts array of times for each pulse server. Server name as key and time`s second as value.

    ```
      'query_times' => [
          'pulse-server-1' => 0,
          'pulse-server-2' => 30,
      ],
    ```
- `directories`: Specify the directories to check for used and available disk capacity. By default, this is set to "/", but you can add multiple directories or change the directory. Note that altering this configuration might impact query performance. For specialized setups, consider forking the repository and adjusting the shell script accordingly.
- `disabled`: Set to `true` to disable the server recorder.

And that's all there is to it!

Credits
-------

[](#credits)

@tobiasvielmetter the original author of this package.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

815d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7474590?v=4)[Simonas Dimavičius](/maintainers/asd-lt)[@asd-lt](https://github.com/asd-lt)

---

Top Contributors

[![tobiasvielmetter](https://avatars.githubusercontent.com/u/5571166?v=4)](https://github.com/tobiasvielmetter "tobiasvielmetter (13 commits)")[![asd-lt](https://avatars.githubusercontent.com/u/7474590?v=4)](https://github.com/asd-lt "asd-lt (12 commits)")

---

Tags

laravelserverremote

### Embed Badge

![Health badge](/badges/asd-lt-pulse-remote-servers/health.svg)

```
[![Health](https://phpackages.com/badges/asd-lt-pulse-remote-servers/health.svg)](https://phpackages.com/packages/asd-lt-pulse-remote-servers)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2831.6M9](/packages/spatie-laravel-prometheus)[wrklst/pulse-remote-server

A Laravel Pulse Recorder for Remote Servers

1318.7k](/packages/wrklst-pulse-remote-server)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[thiagof/laravelrpc

JsonRPC Client/Server services for Laravel 5

337.6k](/packages/thiagof-laravelrpc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
