diff options
author | root <root@krebs> | 2011-05-09 20:58:09 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-09 20:58:09 +0200 |
commit | 483a46be9a90ef46b3f478d62f108d675159cdc6 (patch) | |
tree | a3a51b5a5bbd732e1972bd8b03f5bd9471571edd /modules/people/conf/example.json | |
parent | 56cbb651fa8d5fd6c467b37da4faf745e625ce6c (diff) |
changed repos directory to fit krebs
Diffstat (limited to 'modules/people/conf/example.json')
-rw-r--r-- | modules/people/conf/example.json | 22 |
1 files changed, 22 insertions, 0 deletions
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" + } + } +} |