PHPackages                             scottrobertson/scrutiny - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. scottrobertson/scrutiny

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

scottrobertson/scrutiny
=======================

An agnostic monitoring system written in PHP. You can monitor any service, and report it anywhere (pushover.net for example) it if goes down.

1111PHP

Since Feb 12Pushed 12y ago2 watchersCompare

[ Source](https://github.com/scottrobertson/scrutiny)[ Packagist](https://packagist.org/packages/scottrobertson/scrutiny)[ RSS](/packages/scottrobertson-scrutiny/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Scrutiny
========

[](#scrutiny)

[![Build Status](https://camo.githubusercontent.com/882c28c59f1c3d672ced0d9d1eb4ced25457d51240020cccd8e81aac548d8c99/68747470733a2f2f7472617669732d63692e6f72672f73636f7474726f62657274736f6e2f7363727574696e792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/scottrobertson/scrutiny)[![Dependency Status](https://camo.githubusercontent.com/6747b5d3ff8dfcc265db2c3550df956fd8adb57e749d2407ac5392100e7ee24e/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532313131333138363332626163333961323030616335302f62616467652e706e67)](https://www.versioneye.com/user/projects/52111318632bac39a200ac50)[![Version](https://camo.githubusercontent.com/b07e6dbf19e36bd114db5ab3d19df16f5f723ee0ca3b44f79afdc3efaa50c546/68747470733a2f2f706f7365722e707567782e6f72672f73636f7474726f62657274736f6e2f7363727574696e792f76657273696f6e2e706e67)](https://packagist.org/packages/scottrobertson/scrutiny)[![Downloads](https://camo.githubusercontent.com/73cbf1a2695cd488f0eb85b41bfa36d9b7549b82cabc5d870e52f2f1dd26d9cc/68747470733a2f2f706f7365722e707567782e6f72672f73636f7474726f62657274736f6e2f7363727574696e792f642f746f74616c2e706e67)](https://packagist.org/packages/scottrobertson/scrutiny)

An agnostic monitoring system written in PHP. Monitor any service, and report on it's status.

Each [Reporter](https://github.com/scottrobertson/scrutiny/wiki/Reporter) can subscribe to [Events](https://github.com/scottrobertson/scrutiny/wiki/Events) from [Services](https://github.com/scottrobertson/scrutiny/wiki/Service). There are 3 events: **up**, **down**, and **recovery**. Services can collect any meta data they want, and Reporters will have access to this data. This allows you to collect stats for instance.

### Install

[](#install)

```
{
    "require" : {
        "scottrobertson/scrutiny" : "dev-master"
    }
}
```

```
