Net_Monitor
[ class tree: Net_Monitor ] [ index: Net_Monitor ] [ all elements ]

Class: Net_Monitor_Service

Source Location: /Net_Monitor-0.2.5/Net/Monitor/Service.php

Class Overview


class Net_Monitor_Service


Author(s):

Methods


Child classes:

Net_Monitor_Service_SMTP
class Net_Monitor_Service_SMTP
Net_Monitor_Service_HTTP
class Net_Monitor_Service_HTTP
Net_Monitor_Service_DNS
class Net_Monitor_Service_DNS
Net_Monitor_Service_FTP
class Net_Monitor_Service_FTP

Inherited Variables

Inherited Methods


Class Details

[line 40]
class Net_Monitor_Service

A generic service monitoring class



[ Top ]


Method Detail

check   [line 76]

mixed check( mixed $server)

function check

Checks the specified server ($server) for availability. Returns false on success, or a notification array ( code, message) on failure.


Overridden in child classes as:

Net_Monitor_Service_SMTP::check()
function check
Net_Monitor_Service_HTTP::check()
function check
Net_Monitor_Service_DNS::check()
function check
Net_Monitor_Service_FTP::check()
function check

Parameters:

mixed   $server     Specified server

[ Top ]


Documentation generated on Mon, 20 Sep 2010 10:00:04 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.