summarylogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 000000000000..8a594437d439
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,21 @@
+# ssh key file must be present under /etc/prometheus-junos-exporter otherwise you need to create appropriate dropin for the systemd unit
+
+devices:
+ #- host: router1
+ # key_file: /path/to/key
+ #- host: router2
+ # username: exporter
+ # password: secret
+
+features:
+ bgp: true
+ ospf: true
+ isis: false
+ nat: true
+ ldp: true
+ l2circuit: false
+ environment: true
+ routes: true
+ routing_engine: true
+ interface_diagnostic: true
+ fpc: true