From caa9abe3dcedfad2bc468f689148232a53ac073a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 20 Sep 2013 02:31:50 +0200 Subject: [PATCH] added some new stuff --- examples/linspector.json | 18 +++++++++++++++++- examples/minimal.json | 20 +++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/examples/linspector.json b/examples/linspector.json index b12465f..08c3764 100644 --- a/examples/linspector.json +++ b/examples/linspector.json @@ -188,9 +188,25 @@ } }, "core":{ + "instance_name": "Master Monitoring (monitor.example.org)", "max_logfile_size": 1024000, "max_logfile_count": 4, "max_worker_threads": 8, - "members":[ "root" ] + "members":[ "root" ], + "tasks":{ + "jabber":{ + "host": "example.org", + "port": 5222, + "username": "USERNAME", + "password": "PASSWORD" + }, + "mail":{ + "host": "localhost", + "port": 25, + "from": "linspector@example.org" + }, + "sms":{ + } + } } } \ No newline at end of file diff --git a/examples/minimal.json b/examples/minimal.json index 0453708..117b8d4 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -47,6 +47,24 @@ }, "layouts":{ "main":{"hostgroups": ["power_plant"], "enabled": true} + }, + "core":{ + "max_logfile_size": 1024000, + "max_logfile_count": 4, + "max_worker_threads": 8, + "members":[ "root" ], + "tasks":{ + "jabber":{ + "host": "systemchaos.org", + "port": 5222, + "username": "USERNAME", + "password": "PASSWORD" + }, + "mail":{ + "host": "localhost", + "port": 25, + "from": "linspector@systemchaos.org" + } + } } - } \ No newline at end of file