owner.network-monitoring¶
NetworkMonitoring owner¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
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 |
|
|
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 |
||
|
The id of the owner module of the item |
||
type |
string |
||
|
The protocol used for monitoring |
||
type |
string |
||
enum |
ICMP |
||
|
The address (IPv4, IPv6 or hostname) of the monitored service |
||
type |
string |
||
|
The duration between polling requests |
||
default |
value |
5 |
|
unit |
MINUTES |
||
|
The duration after which the polling requests time out |
||
default |
value |
10 |
|
unit |
SECONDS |
||
|
The number of polling failures before reporting error |
||
type |
integer |
||
default |
3 |
||
additionalProperties |
False |
DurationConfigurationEntity¶
type |
object |
|
properties |
||
|
The amount of time expressed with the unit |
|
type |
integer |
|
|
The unit of time expressed with the value |
|
type |
string |
|
enum |
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS |
|
additionalProperties |
False |