summaryrefslogtreecommitdiffstats
path: root/conf/example.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf/example.json')
-rw-r--r--conf/example.json22
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"
+ }
+ }
+}