diff options
author | krebs <krebs@UTART> | 2011-05-22 01:42:36 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-22 01:42:36 +0200 |
commit | 951d398e20fdb778289e7dff2350594503dc300f (patch) | |
tree | a52b4a8bcd57f70def4ead7529ad4c9c66eab386 /modules/people/conf/example.json | |
parent | 0ec6ff898460d767cf984d792949ba7344e0758b (diff) |
updated people script,
removed bloat from people script collection
Diffstat (limited to 'modules/people/conf/example.json')
-rw-r--r-- | modules/people/conf/example.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/people/conf/example.json b/modules/people/conf/example.json deleted file mode 100644 index f34c20f0..00000000 --- a/modules/people/conf/example.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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" - } - } -} |