From f3aa26cc1597a86e6d41baa3ea8a068b5c4b0834 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 12 Oct 2013 02:31:41 +0200 Subject: [PATCH] just some new ideas --- examples/linspector.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/linspector.json b/examples/linspector.json index c6e3c07..90980c1 100644 --- a/examples/linspector.json +++ b/examples/linspector.json @@ -170,6 +170,7 @@ } }, "layouts":{ + "_comment": "https://github.com/linspector/linspector/wiki/Configuration-Layouts", "production":{ "hostgroups":[ "group1" ], "enabled": true @@ -184,7 +185,7 @@ } }, "core":{ - "_documentation": "https://github.com/linspector/linspector/wiki/Configuration-Core", + "_comment": "https://github.com/linspector/linspector/wiki/Configuration-Core", "instance_name": "Master Monitoring (monitor.example.org)", "max_logfile_size": 1024000, "max_logfile_count": 4, @@ -193,6 +194,7 @@ "members":[ "root" ], "backends": { "jsonrpc": { + "_comment": "https://github.com/linspector/linspector/wiki/Configuration-Core-Backends-JsonRPC", "host": "127.0.0.1", "port": "2323", "username": "linspector",