From c40db19a0214bdc6aa4807d3f704815fad833992 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Mon, 31 Jan 2011 22:16:58 +0100 Subject: updated code to work again Added changes to make it work with python-genericore version 6.0 Added example configuration --- conf/example.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/example.json (limited to 'conf/example.json') diff --git a/conf/example.json b/conf/example.json new file mode 100644 index 00000000..f34c20f0 --- /dev/null +++ b/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