junos_exporter icon indicating copy to clipboard operation
junos_exporter copied to clipboard

Exporter for devices running JunOS to use with https://prometheus.io/

Results 59 junos_exporter issues
Sort by recently updated
recently updated
newest added

Every once in a while our junos exporter instance runs out of file descriptors and that looks like this. We have 14 devices configured currently, but we see the default...

Hi I need some help as I am not able to figure out the solution. I used portainer to deploy the stack using following docker-compose ---------------------------- version: "3" volumes: prometheus-data:...

We are currently trying to roll this out and our smallest devices (EX2200) simply don't support power metering. ``` > show chassis power error: command is not valid on the...

We're trying to use junos_exporter to scrape around 2500 Junos devices. After a lot of testing we figured out that that overall exporter performance is dependent on every target that...

This is junos exporter: :zap: ![image](https://user-images.githubusercontent.com/131599/132873166-b71f51b9-2817-4bab-a67c-1b35f4aba0c0.png) The SSHD on the EX2200 supports the following key exchange methods: ``` % ssh -Q kex diffie-hellman-group1-sha1 diffie-hellman-group14-sha1 diffie-hellman-group-exchange-sha1 diffie-hellman-group-exchange-sha256 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 [email protected]...

Say I have an interface with description `test [foo=bar]` as expected junos_exporter will correctly map `foo=bar` into its own label: ``` # some labels omitted for readability junos_interface_IPv6_receive_packets_total{description="test [foo=bar]",foo="bar",name="xe-0/1/3"} 1234...

Metrics for fan rpms would be very helpful ## example output ### Device (e.g. MX, QFX and SRX) ``` user@mx-router> show chassis fan | display xml Top Tray Fan 1...

How we can use this exporter when we can only access our infrastructure through a jump-host. ? We can specify that into ~/.ssh/config but how to say that to the...

Would it be possible to add a feature to gather the data from "show ddos-protection protocols statistics" this is on a qfx5100 but the info is not available via SNMP...

Hi @czerwonk, we really like the label approach but it sadly doesn't fit our pattern, we're using `[key1=value1, key2=value2, key3]`. Do you have any thoughts on making the pattern customisable?...