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

Class: Net_Monitor_Service

Source Location: /Net_Monitor-0.2.2/Net/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 36]
class Net_Monitor_Service

A generic service monitoring class

  • Access: public


[ Top ]


Method Detail

check   [line 68]

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_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:31:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.