From 483a46be9a90ef46b3f478d62f108d675159cdc6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 May 2011 20:58:09 +0200 Subject: changed repos directory to fit krebs --- modules/people/conf/example.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/people/conf/example.json (limited to 'modules/people/conf/example.json') diff --git a/modules/people/conf/example.json b/modules/people/conf/example.json new file mode 100644 index 00000000..f34c20f0 --- /dev/null +++ b/modules/people/conf/example.json @@ -0,0 +1,22 @@ +{ + "snmp_users": { + "amqp": { + "connection": { + "login": "guest", + "password": "guest", + "host": "localhost" + }, + "out": { + "exchange": "snmp_src" + } + }, + "snmp": { + "server": "127.0.0.1", + "community": "community" + }, + "arping": { + "active": true, + "dev": "eth0" + } + } +} -- cgit v1.2.3