IoT Open Tech
Home
  • Platform
  • Modules
  • Devices
Guides
Changelog
  • English
  • Svenska
Home
  • Platform
  • Modules
  • Devices
Guides
Changelog
  • English
  • Svenska
  • Module types
  • Integrations

    • Assistant Integration
    • OP5 Monitor Integration
    • Pricer Integration
    • Vitec Exporter
    • Zabbix Agent Plugin
  • Managers

    • LoRa Manager
    • Trafficweb Manager
    • Z-Wave Manager
    • Xovis Manager
  • Internal

    • CoAP Receiver
    • Gateway Monitor
    • Metric Monitor
    • Metric Notifier
    • Public Data API
    • Scheduler

OP5 Monitor Integration

OP5 Monitor is a comprehensive monitoring solution designed for all sizes of IT environments. This type of software is commonly used in Network Operations Centers (NOCs) by many companies to monitor servers, switches and other hardware.

This integration enables the export of values in realtime from the platform to OP5 Monitor. It can automatically add hosts and services, with all values sent to Monitor as passive checks.

Configuration

The integration is configured for objects in the platform using meta-data. The following table outlines the desired keys for the integration to function properly.

The integration will find devices on all installations it has access to in the platform.

ObjectKeyTypeDescription
Devicemonitor.hostStringName used in Monitor when added, defaults to device name.
Devicemonitor.templateStringName of the host template to use in Monitor.
Functionmonitor.exportedBooleanDetermines whether this function is included in the monitor integration.
Functionmonitor.thresholdsStringSet up thresholds for the passive check, see details below.
Functionmonitor.serviceStringName used in monitor when added, defaults to function name.

Thresholds

Thresholds can be created and combined using the following operators:

OperatorDescription
-wThe following is conditions for Warning
-cThe following is conditions for Critical
<Less than
>Bigger than
! / !=Not equal to
= / ==Equal
<=Less than or equal to
=>Equal to or more than
,Range combinator

All malformed thresholds results in status Unknown.

Examples

ThresholdsValueResultDescription
-w<105WarningWarning if less than 10
-w<1015OKWarning if less than 10
-w!1015WarningWarning if not 10
-w!1010OKWarning if not 10
-c<10 -w<2015WarningCritical if under 10, Warning if below 20
-c<10 -w<205CriticalCritical if under 10, Warning if below 20
-w>15,<20 -c<108CriticalWarning if over 15, but under 20. Critical if under 10
Last updated:
Prev
Assistant Integration
Next
Pricer Integration