Home » Networking » Net_Monitor
Remote Service Monitor
This package is unmaintained.
Download latest release 0.3.0 (archived versions might be outdated)
License: PHP License
Description
A unified interface for checking the availability services on external servers and sending meaningful alerts through a variety of media if a service becomes unavailable.
Maintainers
- Robert Peake (cyberscribe) — lead, active
- Bertrand Gugger (toggg) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0b1)
Optional
- Mail (>= 1.0.0)
- Net_SMS (>= 0.3.0)
- Net_SMTP (>= 1.2.2)
- HTTP_Request (>= 1.2.4)
- Net_FTP (>= 1.3.0RC1)
- Net_DNS (>= 0.0.3)
- Net_Growl (>= 2.7.0)
Releases
- 0.3.0 (beta, 2014-03-30)
Release notes
License: PHP License
QA release
19011 remove error_reporting (for PEAR QA team) danielc
19834 Net_Monitor_Exception not in repository kguest
19978 requires pear(Net/Growl.php) doconnor
BC Break - PHP4 support removed - 0.2.5 (beta, 2010-09-20)
Release notes
License: PHP License
QA release
package 2.0
Bug #8310 Modify Alert_Jabber to use Auth Digest
Bug #14902 E_NOTICE error - 0.2.4 (beta, 2006-02-17)
- 0.2.3 (beta, 2005-04-14)
Release notes
License: PHP License
Fixed useless dependencies. Added examples and .phpt unit tests
- 0.2.2 (beta, 2005-03-30)
Release notes
License: PHP License
Updated a dependencies to reflect new alert types.
- 0.2.1 (beta, 2005-03-29)
Release notes
License: PHP License
Minor update to provide compatability with new PHP header DocBlock format
- 0.2.0 (beta, 2005-03-26)
Release notes
License: PHP License
Now includes SMS support for clickatell and sms2email gateways
- 0.1.0 (beta, 2005-01-08)
Release notes
License: PHP License
Net_SMTP has been completely rewritten to use the Mail class and accept additional server parameters
- 0.0.8 (beta, 2005-01-08)
Release notes
License: PHP License
Fixes a warning message about pass-by-reference at call-time for the Net_SMTP call in the SMTP alert as well as a few other minor bugs.
- 0.0.7 (beta, 2005-01-05)
Release notes
License: PHP License
Implements changes proposed by Justin Patrin in his conditional vote (http://pear.php.net/pepr/pepr-vote-show.php?id=171&handle=justinpatrin). Also fixes bug #3102 and implements a test for HTTPS. Monitor now uses references instead of variable copying for manipulation of alerter and client objects, thereby reducing memory overhead (thanks to Ian Eure for this suggestion). Finally, all tests are now in phpt format.
- 0.0.6 (beta, 2005-01-04)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #3102 | Closed | Bug | 2005-01-05 | Wrong path in Monitor/Service/HTTPS.php | |
| #6596 | Closed | Req | 2006-01-26 | Mail From should be mentioned | |
| #8310 | Closed | Req | 0.2.4 | 2006-07-27 | TODO: modify Alert_Jabber to use AUTH DIGEST |
| #14902 | Closed | Bug | CVS | 2008-10-27 | Unit tests vs Notice: Only variable references should be returned by reference |
| #14980 | Assigned | Bug | CVS | 2008-11-10 | Unit tests fail & are slow (network) |
| #19011 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #19834 | Closed | Bug | SVN | 2013-02-24 | Net_Monitor_Exception not in repository |
| #19978 | Closed | Bug | 0.2.5 | 2013-06-17 | requires pear(Net/Growl.php) |