owner.network-monitoring

NetworkMonitoring owner

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • moduleId

The id of the owner module of the item

type

string

  • protocol

The protocol used for monitoring

type

string

enum

ICMP

  • address

The address (IPv4, IPv6 or hostname) of the monitored service

type

string

  • pollPeriod

The duration between polling requests

default

value

5

unit

MINUTES

DurationConfigurationEntity

  • timeout

The duration after which the polling requests time out

default

value

10

unit

SECONDS

DurationConfigurationEntity

  • failThreshold

The number of polling failures before reporting error

type

integer

default

3

additionalProperties

False

DurationConfigurationEntity

type

object

properties

  • value

The amount of time expressed with the unit

type

integer

  • unit

The unit of time expressed with the value

type

string

enum

NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS

additionalProperties

False