Interface MonitorInterface

All Known Implementing Classes:
OpsviewProvider

public interface MonitorInterface
ECMWF Product Data Store (OpenECPDS) Project This interface should be implemented by any class which implement a monitoring protocol (e.g. Nagios, Bigsister).
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMessage(String name, String service, int status, String message)
    Sends the message.
  • Method Details

    • sendMessage

      void sendMessage(String name, String service, int status, String message) throws Exception
      Sends the message.
      Parameters:
      name - the name
      service - the service
      status - the status
      message - the message
      Throws:
      Exception - the exception