diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-01-31 22:16:58 +0100 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-01-31 22:16:58 +0100 |
commit | c40db19a0214bdc6aa4807d3f704815fad833992 (patch) | |
tree | 2cda1c8d4316a9239135200040fa059eb17006c9 /conf/example.json | |
parent | da06f1c3d243477e7481c2cc07d86843b14a65a4 (diff) |
updated code to work again
Added changes to make it work with python-genericore version 6.0
Added example configuration
Diffstat (limited to 'conf/example.json')
-rw-r--r-- | conf/example.json | 22 |
1 files changed, 22 insertions, 0 deletions
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" + } + } +} |