Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 53 additions & 18 deletions exporters/junos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following metrics are supported by now:
* Interface diagnostics (optical signals)
* ISIS (number of adjacencies, total number of routers)
* NAT (all available statistics from services nat)
* Chassis cluster HA status (SRX)
* Environment (temperatures, fans and PEM power statistics)
* Routing engine statistics
* Storage (total, available and used blocks, used percentage)
Expand All @@ -58,6 +59,17 @@ The following metrics are supported by now:
## Feature specific mappings
Some collected time series behave like enums - Integer values represent a certain state/meaning.

### Chassis cluster (`junos_chassis_cluster_node_status`)
```
1: primary
2: secondary
3: secondary-hold
4: disabled
5: lost
6: not-configured
7: ineligible
```

### L2circuits
```
0:EI -- encapsulation invalid
Expand Down Expand Up @@ -189,30 +201,53 @@ devices:
# Optional
# interface_description_regex: '\[([^=\]]+)(=[^\]]+)?\]'
features:
accounting: false
alarm: true
environment: true
arp: false
bfd: false
bgp: true
ospf: true
isis: false
nat: true
l2circuit: true
cluster: false
ddos_protection: false
dot1x: false
environment: true
firewall: true
fpc: false
interface_diagnostic: true
interface_queue: true
interfaces: true
ipsec: false
isis: true
krt: false
l2circuit: false
l2vpn: false
lacp: false
ldp: true
license: false
lldp: false
mac: false
macsec: true
mpls_lsp: false
nat: false
nat2: false
ntp: false
ospf: true
poe: false
power: false
routes: true
routing_engine: true
firewall: false
interfaces: true
interface_diagnostic: true
interface_queue: true
storage: true
accounting: true
ipsec: true
security: true
fpc: true
rpki: true
rpki: false
rpm: false
satellite: true
system: true
power: true
satellite: false
security: false
security_ike: false
security_policies: false
storage: false
subscriber: false
system: false
system_statistics: true
twamp: false
vpws: false
vrrp: false
```

## Dynamic Interface Labels
Expand Down
Binary file modified exporters/junos/junos_exporter_aarch64
Binary file not shown.
Binary file modified exporters/junos/junos_exporter_x86_64
Binary file not shown.
2 changes: 1 addition & 1 deletion exporters/junos/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repository: czerwonk/junos_exporter
version: 0.15.1
version: 0.15.3
build: goreleaser build --clean --single-target --output=junos_exporter
files:
- LICENSE
Expand Down