PHP Class EricMakesStuff\ServerMonitor\Notifications\EventHandler

Afficher le fichier Open project: ericmakesstuff/laravel-server-monitor

Protected Properties

Свойство Type Description
$notifier Notifier

Méthodes publiques

Méthode Description
__construct ( )
subscribe ( Illuminate\Events\Dispatcher $events ) : array Register the listeners for the subscriber.
whenDiskUsageAlarm ( DiskUsageAlarm $event )
whenDiskUsageHealthy ( DiskUsageHealthy $event )
whenHttpPingDown ( HttpPingDown $event )
whenHttpPingUp ( HttpPingUp $event )
whenSSLCertificateExpiring ( SSLCertificateExpiring $event )
whenSSLCertificateInvalid ( SSLCertificateInvalid $event )
whenSSLCertificateValid ( SSLCertificateValid $event )

Method Details

__construct() public méthode

public __construct ( )

subscribe() public méthode

Register the listeners for the subscriber.
public subscribe ( Illuminate\Events\Dispatcher $events ) : array
$events Illuminate\Events\Dispatcher
Résultat array

whenDiskUsageAlarm() public méthode

public whenDiskUsageAlarm ( DiskUsageAlarm $event )
$event EricMakesStuff\ServerMonitor\Events\DiskUsageAlarm

whenDiskUsageHealthy() public méthode

public whenDiskUsageHealthy ( DiskUsageHealthy $event )
$event EricMakesStuff\ServerMonitor\Events\DiskUsageHealthy

whenHttpPingDown() public méthode

public whenHttpPingDown ( HttpPingDown $event )
$event EricMakesStuff\ServerMonitor\Events\HttpPingDown

whenHttpPingUp() public méthode

public whenHttpPingUp ( HttpPingUp $event )
$event EricMakesStuff\ServerMonitor\Events\HttpPingUp

whenSSLCertificateExpiring() public méthode

public whenSSLCertificateExpiring ( SSLCertificateExpiring $event )
$event EricMakesStuff\ServerMonitor\Events\SSLCertificateExpiring

whenSSLCertificateInvalid() public méthode

public whenSSLCertificateInvalid ( SSLCertificateInvalid $event )
$event EricMakesStuff\ServerMonitor\Events\SSLCertificateInvalid

whenSSLCertificateValid() public méthode

public whenSSLCertificateValid ( SSLCertificateValid $event )
$event EricMakesStuff\ServerMonitor\Events\SSLCertificateValid

Property Details

$notifier protected_oe property

protected Notifier,EricMakesStuff\ServerMonitor\Notifications $notifier
Résultat Notifier