Added etc.dev/ for development. All implemented options should go over to etc/ with full description.
This commit is contained in:
parent
6c8598c752
commit
2922cc930c
59 changed files with 201 additions and 0 deletions
14
etc.dev/monitors/test/test1.conf
Normal file
14
etc.dev/monitors/test/test1.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
; required options
|
||||
[monitor]
|
||||
description = Test1
|
||||
service = misc.dummy
|
||||
hosts = 192.168.10.10
|
||||
|
||||
; optional options
|
||||
[args]
|
||||
interval = 13
|
||||
; 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.
|
||||
start_date = 1999-04-23 23:42:42
|
||||
; every monitor should be able to override the timezone being set by core configuration or the default setting.
|
||||
timezone = EST
|
||||
Loading…
Add table
Add a link
Reference in a new issue