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

Class: Net_Monitor_Service

Source Location: /Net_Monitor-0.0.7/Monitor/Service.php

Class Overview


class Net_Monitor_Service


Author(s):

Methods


Child classes:

Net_Monitor_Service_FTP
class Net_Monitor_Service_FTP
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

Inherited Variables

Inherited Methods


Class Details

[line 37]
class Net_Monitor_Service

A generic service monitoring class

  • Access: public


[ Top ]


Method Detail

check   [line 69]

mixed check( mixed $server)

function check

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


Overridden in child classes as:

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

Parameters:

mixed   $server   —  server

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.