Schnittstelle MonitoringCheckBuilderFactory
- Alle bekannten Implementierungsklassen:
DefaultMonitoringCheckBuilderFactory
public interface MonitoringCheckBuilderFactory
This class is used to create monitoring check builder of different types. Use
any of the methods you need and get the builder.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet a monitoring check builder to create a monitoring check of the type 'dns'.ftp()Get a monitoring check builder to create a monitoring check of the type 'ftp'.Get a monitoring check builder to create a monitoring check of the type 'ftp'.Get a monitoring check builder to create a monitoring check of the type 'http'.Get a monitoring check builder to create a monitoring check of the type 'http'.Get a monitoring check builder to create a monitoring check of the type 'https'.Get a monitoring check builder to create a monitoring check of the type 'https'.Get a monitoring check builder to create a monitoring check of the type 'imap'.Get a monitoring check builder to create a monitoring check of the type 'imap'.Get a monitoring check builder to create a monitoring check of the type 'mysql'.ping()Get a monitoring check builder to create a monitoring check of the type 'ping'.Get a monitoring check builder to create a monitoring check of the type 'pop3'.Get a monitoring check builder to create a monitoring check of the type 'pop3'.portTcp()Get a monitoring check builder to create a monitoring check of the type 'portTcp'.Get a monitoring check builder to create a monitoring check of the type 'portUdp'.Get a monitoring check builder which will preserve the previous type on duplication.Get a monitoring check builder to create a monitoring check of the type 'smtp'.ssh()Get a monitoring check builder to create a monitoring check of the type 'ssh'.
-
Methodendetails
-
preserveType
MonitoringCheckBuilder preserveType()Get a monitoring check builder which will preserve the previous type on duplication.- Gibt zurück:
- A monitoring check builder.
-
ping
MonitoringCheckBuilder ping()Get a monitoring check builder to create a monitoring check of the type 'ping'.- Gibt zurück:
- A monitoring check builder.
-
portTcp
MonitoringCheckBuilder portTcp()Get a monitoring check builder to create a monitoring check of the type 'portTcp'.- Gibt zurück:
- A monitoring check builder.
-
portUdp
Get a monitoring check builder to create a monitoring check of the type 'portUdp'.- Parameter:
sendMsg- The message to send.expectMsg- The expected response.- Gibt zurück:
- A monitoring check builder.
-
http
Get a monitoring check builder to create a monitoring check of the type 'http'.- Parameter:
domainname- The domainname.path- The path.- Gibt zurück:
- A monitoring check builder.
-
http
Get a monitoring check builder to create a monitoring check of the type 'http'.- Parameter:
domainname- The domainname.path- The path.username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
https
Get a monitoring check builder to create a monitoring check of the type 'https'.- Parameter:
domainname- The domainname.path- The path.- Gibt zurück:
- A monitoring check builder.
-
https
Get a monitoring check builder to create a monitoring check of the type 'https'.- Parameter:
domainname- The domainname.path- The path.username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
smtp
Get a monitoring check builder to create a monitoring check of the type 'smtp'.- Parameter:
username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
pop3
Get a monitoring check builder to create a monitoring check of the type 'pop3'.- Parameter:
username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
pop3
Get a monitoring check builder to create a monitoring check of the type 'pop3'.- Parameter:
username- The username.password- The password.ssl- Use SSL?- Gibt zurück:
- A monitoring check builder.
-
imap
Get a monitoring check builder to create a monitoring check of the type 'imap'.- Parameter:
username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
imap
Get a monitoring check builder to create a monitoring check of the type 'imap'.- Parameter:
username- The username.password- The password.ssl- Use SSL?- Gibt zurück:
- A monitoring check builder.
-
ftp
MonitoringCheckBuilder ftp()Get a monitoring check builder to create a monitoring check of the type 'ftp'.- Gibt zurück:
- A monitoring check builder.
-
ftp
Get a monitoring check builder to create a monitoring check of the type 'ftp'.- Parameter:
username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
ssh
MonitoringCheckBuilder ssh()Get a monitoring check builder to create a monitoring check of the type 'ssh'.- Gibt zurück:
- A monitoring check builder.
-
mysql
Get a monitoring check builder to create a monitoring check of the type 'mysql'.- Parameter:
username- The username.password- The password.- Gibt zurück:
- A monitoring check builder.
-
dns
Get a monitoring check builder to create a monitoring check of the type 'dns'.- Parameter:
dnsType- The DNS type.zone- The DNS zone.expectedAnswer- The expected response.- Gibt zurück:
- A monitoring check builder.
-