Class OpsviewProvider
java.lang.Object
ecmwf.common.monitor.module.OpsviewProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMessage
(String hostname, String service, int status, String message) Sends the message.
-
Constructor Details
-
OpsviewProvider
public OpsviewProvider()
-
-
Method Details
-
sendMessage
public void sendMessage(String hostname, String service, int status, String message) throws MonitorException Sends the message. Send message.- Specified by:
sendMessage
in interfaceMonitorInterface
- Parameters:
hostname
- the nameservice
- the servicestatus
- the statusmessage
- the message- Throws:
MonitorException
-