From 5d3652048d7039fd9d8d25aa459f407057f71ca2 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 18 Jun 2013 05:36:13 +0200 Subject: [PATCH] added syslog processor... --- linspector.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linspector.json b/linspector.json index 3824198..1eae12e 100644 --- a/linspector.json +++ b/linspector.json @@ -36,6 +36,10 @@ { "class": "mongodb", "args":{ "host": "mongodb.hanez.org", "user": "mongo", "password": "secret", "database": "default" } + }, + { + "class": "syslog", + "args":{ "host": "syslog.linspector.org", "user": "syslog", "password": "secret" } } ], "services":[