2022-10-06 03:24:16 +02:00
|
|
|
; required options
|
2022-09-28 02:04:50 +02:00
|
|
|
[monitor]
|
2022-10-04 02:19:18 +02:00
|
|
|
description = Test1
|
2022-09-30 02:14:36 +02:00
|
|
|
service = misc.dummy
|
2022-10-01 04:37:35 +02:00
|
|
|
hosts = 192.168.10.10
|
2022-09-30 05:43:35 +02:00
|
|
|
|
2022-10-01 04:37:35 +02:00
|
|
|
; optional options
|
2022-09-30 05:43:35 +02:00
|
|
|
[args]
|
2022-10-06 03:24:16 +02:00
|
|
|
interval = 13
|
2022-10-01 04:37:35 +02:00
|
|
|
; the start is to schedule the execution of the monitor in at a date in the future. this is helpful to configure
|
|
|
|
|
; linspector before a host is up and running.
|
2022-10-06 22:56:17 +02:00
|
|
|
start_date = 1999-04-23 23:42:42
|
2022-10-11 07:26:42 +02:00
|
|
|
; every monitor should be able to override the timezone being set by core configuration or the default setting.
|
|
|
|
|
timezone = EST
|