Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toabr/drupal-watchdog-monitor

monitor multiple remote Drupal installations from your localhost
https://github.com/toabr/drupal-watchdog-monitor

drupal localhost watchdog

Last synced: 4 days ago
JSON representation

monitor multiple remote Drupal installations from your localhost

Awesome Lists containing this project

README

        

# Drupal watchdog monitor

![picture of the app](img/screenshot_01.png)

### Installing

cd into the repository and

```
mkdir logs
```

then create your watchdog logs via drush

```
drush @my_website.live ws --format=json --count=1000 > logs/my_website.json
```